From 6ac9a6185227af67faa27c59b3761dc18eaaea3e Mon Sep 17 00:00:00 2001 From: lmartinfuertes Date: Mon, 25 Mar 2024 13:33:58 +0100 Subject: [PATCH] Add notebooks --- .../notebooks_03_sentiment_analysis_17_1.png | Bin 0 -> 11527 bytes .../notebooks_03_sentiment_analysis_20_1.png | Bin 0 -> 11168 bytes .../notebooks_03_sentiment_analysis_26_2.png | Bin 0 -> 32110 bytes .../notebooks_03_sentiment_analysis_32_2.png | Bin 0 -> 9349 bytes .../notebooks_03_sentiment_analysis_44_1.png | Bin 0 -> 10659 bytes .../notebooks_03_sentiment_analysis_50_1.png | Bin 0 -> 10650 bytes ...est_flant5_classification_prompts_12_1.png | Bin 0 -> 13110 bytes ...est_flant5_classification_prompts_16_1.png | Bin 0 -> 10050 bytes ...est_flant5_classification_prompts_20_1.png | Bin 0 -> 10178 bytes ...est_flant5_classification_prompts_25_1.png | Bin 0 -> 10607 bytes ...est_flant5_classification_prompts_29_1.png | Bin 0 -> 10689 bytes ...est_flant5_classification_prompts_34_3.png | Bin 0 -> 10513 bytes ...est_flant5_classification_prompts_35_1.png | Bin 0 -> 10513 bytes ...est_flant5_classification_prompts_47_1.png | Bin 0 -> 11492 bytes ...est_flant5_classification_prompts_51_1.png | Bin 0 -> 11583 bytes ...est_flant5_classification_prompts_55_1.png | Bin 0 -> 11551 bytes ...est_flant5_classification_prompts_60_1.png | Bin 0 -> 12073 bytes ...est_flant5_classification_prompts_64_1.png | Bin 0 -> 11838 bytes ...est_flant5_classification_prompts_68_1.png | Bin 0 -> 11755 bytes ...est_openai_classification_prompts_12_1.png | Bin 0 -> 14117 bytes ...est_openai_classification_prompts_15_1.png | Bin 0 -> 9682 bytes ...est_openai_classification_prompts_19_1.png | Bin 0 -> 9745 bytes ...est_openai_classification_prompts_22_1.png | Bin 0 -> 10232 bytes ...est_openai_classification_prompts_27_1.png | Bin 0 -> 9870 bytes ...est_openai_classification_prompts_38_1.png | Bin 0 -> 13495 bytes ...est_openai_classification_prompts_41_1.png | Bin 0 -> 13663 bytes ...est_openai_classification_prompts_44_1.png | Bin 0 -> 14444 bytes ...est_openai_classification_prompts_48_1.png | Bin 0 -> 13038 bytes ...est_openai_classification_prompts_51_1.png | Bin 0 -> 13402 bytes ...est_openai_classification_prompts_55_1.png | Bin 0 -> 12371 bytes _sources/definition.rst.txt | 4 +- _sources/index.rst.txt | 13 +- .../notebooks/01_promptmeteo_usage.ipynb.txt | 529 + _sources/notebooks/02_model_tuning.ipynb.txt | 33 + .../notebooks/03_sentiment_analysis.ipynb.txt | 912 + ...st_flant5_classification_prompts.ipynb.txt | 70314 ++++++++++++++++ ...st_openai_classification_prompts.ipynb.txt | 1718 + .../06_test_openai_api-generation.ipynb.txt | 2941 + _sources/quickstart.rst.txt | 8 +- _static/nbsphinx-broken-thumbnail.svg | 9 + _static/nbsphinx-code-cells.css | 259 + _static/nbsphinx-gallery.css | 31 + _static/nbsphinx-no-thumbnail.svg | 9 + classes.html | 21 +- definition.html | 11 +- genindex.html | 9 + index.html | 21 +- install.html | 9 + modules.html | 9 + notebooks/01_promptmeteo_usage.html | 536 + notebooks/01_promptmeteo_usage.ipynb | 529 + notebooks/02_model_tuning.html | 251 + notebooks/02_model_tuning.ipynb | 33 + notebooks/03_sentiment_analysis.html | 832 + notebooks/03_sentiment_analysis.ipynb | 912 + ...04_test_flant5_classification_prompts.html | 70251 +++++++++++++++ ...4_test_flant5_classification_prompts.ipynb | 70314 ++++++++++++++++ ...05_test_openai_classification_prompts.html | 1666 + ...5_test_openai_classification_prompts.ipynb | 1718 + notebooks/06_test_openai_api-generation.html | 3134 + notebooks/06_test_openai_api-generation.ipynb | 2941 + objects.inv | Bin 2701 -> 9753 bytes promptmeteo.html | 9 + promptmeteo.models.html | 11 +- promptmeteo.parsers.html | 9 + promptmeteo.prompts.html | 9 + promptmeteo.selector.html | 9 + promptmeteo.tasks.html | 9 + py-modindex.html | 9 + quickstart.html | 17 +- search.html | 9 + searchindex.js | 2 +- 72 files changed, 230053 insertions(+), 17 deletions(-) create mode 100644 _images/notebooks_03_sentiment_analysis_17_1.png create mode 100644 _images/notebooks_03_sentiment_analysis_20_1.png create mode 100644 _images/notebooks_03_sentiment_analysis_26_2.png create mode 100644 _images/notebooks_03_sentiment_analysis_32_2.png create mode 100644 _images/notebooks_03_sentiment_analysis_44_1.png create mode 100644 _images/notebooks_03_sentiment_analysis_50_1.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_12_1.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_16_1.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_20_1.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_25_1.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_29_1.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_34_3.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_35_1.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_47_1.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_51_1.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_55_1.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_60_1.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_64_1.png create mode 100644 _images/notebooks_04_test_flant5_classification_prompts_68_1.png create mode 100644 _images/notebooks_05_test_openai_classification_prompts_12_1.png create mode 100644 _images/notebooks_05_test_openai_classification_prompts_15_1.png create mode 100644 _images/notebooks_05_test_openai_classification_prompts_19_1.png create mode 100644 _images/notebooks_05_test_openai_classification_prompts_22_1.png create mode 100644 _images/notebooks_05_test_openai_classification_prompts_27_1.png create mode 100644 _images/notebooks_05_test_openai_classification_prompts_38_1.png create mode 100644 _images/notebooks_05_test_openai_classification_prompts_41_1.png create mode 100644 _images/notebooks_05_test_openai_classification_prompts_44_1.png create mode 100644 _images/notebooks_05_test_openai_classification_prompts_48_1.png create mode 100644 _images/notebooks_05_test_openai_classification_prompts_51_1.png create mode 100644 _images/notebooks_05_test_openai_classification_prompts_55_1.png create mode 100644 _sources/notebooks/01_promptmeteo_usage.ipynb.txt create mode 100644 _sources/notebooks/02_model_tuning.ipynb.txt create mode 100644 _sources/notebooks/03_sentiment_analysis.ipynb.txt create mode 100644 _sources/notebooks/04_test_flant5_classification_prompts.ipynb.txt create mode 100644 _sources/notebooks/05_test_openai_classification_prompts.ipynb.txt create mode 100644 _sources/notebooks/06_test_openai_api-generation.ipynb.txt create mode 100644 _static/nbsphinx-broken-thumbnail.svg create mode 100644 _static/nbsphinx-code-cells.css create mode 100644 _static/nbsphinx-gallery.css create mode 100644 _static/nbsphinx-no-thumbnail.svg create mode 100644 notebooks/01_promptmeteo_usage.html create mode 100644 notebooks/01_promptmeteo_usage.ipynb create mode 100644 notebooks/02_model_tuning.html create mode 100644 notebooks/02_model_tuning.ipynb create mode 100644 notebooks/03_sentiment_analysis.html create mode 100644 notebooks/03_sentiment_analysis.ipynb create mode 100644 notebooks/04_test_flant5_classification_prompts.html create mode 100644 notebooks/04_test_flant5_classification_prompts.ipynb create mode 100644 notebooks/05_test_openai_classification_prompts.html create mode 100644 notebooks/05_test_openai_classification_prompts.ipynb create mode 100644 notebooks/06_test_openai_api-generation.html create mode 100644 notebooks/06_test_openai_api-generation.ipynb diff --git a/_images/notebooks_03_sentiment_analysis_17_1.png b/_images/notebooks_03_sentiment_analysis_17_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ff770f4211d8bfaf6fefc44deab309df5c4a8130 GIT binary patch literal 11527 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 UWC2mkKBs)QPy3s+J?7{C4gjj!2LJ#7 literal 0 HcmV?d00001 diff --git a/_images/notebooks_03_sentiment_analysis_32_2.png b/_images/notebooks_03_sentiment_analysis_32_2.png new file mode 100644 index 0000000000000000000000000000000000000000..fa6a125b5083a987359fd0748be7f863b9c87eb9 GIT binary patch literal 9349 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 literal 0 HcmV?d00001 diff --git a/_images/notebooks_03_sentiment_analysis_44_1.png b/_images/notebooks_03_sentiment_analysis_44_1.png new file mode 100644 index 0000000000000000000000000000000000000000..0254644fcbf0c67169a06f70c99fe79fe3c1fede GIT binary patch literal 10659 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 literal 0 HcmV?d00001 diff --git a/_images/notebooks_04_test_flant5_classification_prompts_12_1.png b/_images/notebooks_04_test_flant5_classification_prompts_12_1.png new file mode 100644 index 0000000000000000000000000000000000000000..e70bffc4fb1819ab02cc18dd862c4dd0a1b6be1b GIT binary patch literal 13110 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≦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 jdJ{5quKd5eWeV<^dWpY+`Q!qctJRhs literal 0 HcmV?d00001 diff --git a/_images/notebooks_04_test_flant5_classification_prompts_16_1.png b/_images/notebooks_04_test_flant5_classification_prompts_16_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5185b6e1af65ad0b527dad7ee581f644ffb2670e GIT binary patch literal 10050 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 HTRi+9)9iJU literal 0 HcmV?d00001 diff --git a/_images/notebooks_04_test_flant5_classification_prompts_20_1.png b/_images/notebooks_04_test_flant5_classification_prompts_20_1.png new file mode 100644 index 0000000000000000000000000000000000000000..1995c0f7f3a3fe7aef728a092b579a1a81364693 GIT binary patch literal 10178 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 NSJA#+c-8v;e*q$j+fx7l literal 0 HcmV?d00001 diff --git a/_images/notebooks_04_test_flant5_classification_prompts_29_1.png b/_images/notebooks_04_test_flant5_classification_prompts_29_1.png new file mode 100644 index 0000000000000000000000000000000000000000..ded1174b145d3d00193556677ca9144b0892de55 GIT binary patch literal 10689 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

3O8n_P9aN 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 J@~+uD{$Hy_0Z0G< literal 0 HcmV?d00001 diff --git a/_images/notebooks_04_test_flant5_classification_prompts_34_3.png b/_images/notebooks_04_test_flant5_classification_prompts_34_3.png new file mode 100644 index 0000000000000000000000000000000000000000..a0ef389d02299581afda6d93bd1552f60376357f GIT binary patch literal 10513 zcmb7~2UJs8+qQ#_4McQQ5D?H21gRn-(u}BpsDRR?BhpJ0Lnj0g#fFS9NRuW_5+D@m zkf1b0nzT@ah;%|ILTG9KKEavSS?{;LZ~e0t$4qk0+57ChpZ#3-{hTM)^|ZM;1vp_a z7`M*lO9n6)2Mhcq?c5H&IoujB5B^a`YMLPp5spY-J1+;At{w7@I|AwMa_fkXgV#M5 zgr|b6lI$tzBhEMyk8#%?AyQ`=Ua-CRVkHzOH*ru5rI!d_9>? zwlocDvug{iJZ^)BPby5Ft+vLQ!eF&$KD5Y!zP*$AAOeFW9;I`@3i$u8kMYqhvfo&j zxDz~mcI`YGUMhR4>NnU?>7tk}sknIL7^8!>Bz+s)B;?PLf|dI65|R)M=KQD)G;l1u zZkE&h;0O;a?)L9jO`{Q|XcKZh!h+ zH(5>DS@FyIR#?Z=*LvA+($g8GB3vxbp~~sk_u3W($wO6T&7VJu={$MzBr2o1`3k{a zQc4O%GY?$=kNhzMw*d{cgM&k`y{hkAw@Y@?@#(4tG&oyQLSlh}!(t6}beZl8KJmdto{4cL$ES8tM^vToNDX&D85ASJxt!&7nzWgWj z$YNq*(|FpP;p*H_%*&TwzAr&D9rpO>#YfK6nV#lPpT0ccIrlarLsWfzEIQ$|OVoT^ z)jZyUN~I>8@knrWbv^Ahb~(?6VEyvtOPO<#b!2LQ#VGf0lCB-d;;ZL(D!=o7*)Im$ zY4QPc2J6_(?hLzGxjoOq;hPZzeYxFap3V-t+$0A3 zcO`a{P-7vjX6p2KcJ#4tp1P#n;XVI*x|7I85}r=d_AZ#(<$;>EP72i1Co$o}UOAm5-LyTkD_NJ&KXC?(Tcm==?D?H~~rN*;s(Hr2dtbeZ%Qlrf)30_|ca#dHke8mi9z1}?)YzD;zgTbD@YoI5i{I37=DBsvX{R|gO)V|gRw=p7MmXN{E-11v7)f>7 zY_X)IWYi$#m8jV9&AikW{sJyL?YHnP zB}gc;=~!gbsM3Uo>tDyD)oOp}tLbFdlP9p+E+bqBH)bdLL}t570DTUNoE_AvDbKI> z{n~c}Mg4lr5b1S0?5nYNCB0V@lb@qh==CngyZhwk$WZ8if<5@#BX^oS=sHv$5UssWhy}C5fx+KV@f9TC)&&h2D zZM#lLx1_C}lO=xDB#Y{Z{DsOnS5rAXfz{f0h#u)p5(vn ze(SI+zOn;mcIiBk4qyAWwKYMJT#h~lR#t+d+pAIpiCK(`j*d034Q-avuQN#xL9$``s=lk-s-(Z>c|R#;bws(JJt5?0#Yt=+ zQ7>RTZ}nQfu*dkLPliZRO>s}Qz73T^w2@OISZcpGe4{aDe~T>l@o!5Zwp-$5OHB$;m*D3r_48uSUuf0xL6y2=tpuDm^)se)Wc{lP0^ zWZc7%l=RiYU!S3S_uA6H?hdI^>pWcHbk{M!zzK)Jm3}zmmC=7b^`0-;Kll6fII%9g~|Y-O$jGb1{5Rb4!a6 zNM*J2kx+80ZBeCDr@ORiE0iUV#4{d0D2ZSNg4VK)u_ieM1=kNAJeY9u=t83U-Bv(D zd%Ze!#81e}7xw#kc;vm3wZa^fGI4H+laI=v(}SpULl&SFfiv!A&)PL0?$J1@ijHhb zudGxdw62-aL>;^GWmxB`A%tvubi_Y=`}JDNBrLKti*TTIzmA4iVd1k0$>B&K3gwI zWu2i1$mQ!?ttYGP9Y`2?65`_8{r&yH_IlY%NLEhJ`9(W#i&SSdwC#Z+P@V5lRPpa>CA z@_enQN;z$8WaK>ewStp}hX}sSj*B~_o1|h4I{P#t!WfBs=hzaL*4^D5VzO}+N}sK9 z-UyZ)fo?#w@=d~Ev0#hli#V)o0ET_0GxM3K%lpu6oLpRnj*eMs!jYX_U7%^c1^>g= zIHKU}cl49D8eOfj97o4GdNmzmVMoF=OTEYg$J{&s5Ip<3s1cZFyP42;&;U_Ou|L=5 zx-mT-vKPzDNINv1XD&i>d%s5&4Po|H?61jLtJiZgIkV~a6`OwlIrEv*W|9Y2<^vkD zRbVG>v+6}QRBYk~Cp*RSA~x^x;X`f`bCW%ON%943F!}eHx#uYQ(2B98E=(r;r;`nW z>`oqoxGW^I18UWFu`vaD95%Jsp7=le@XwtWXL-^V^aXDFY=d3suByVcfRUVdGrZ^+ zd*=dI61e4&OFtn*jkb;fL*v69C=NEdJZ~sYfdFat5ql^{?)>IK%M|t>+qa2=T}nR7 zQ#U|ho{*K*6H-B52QvsDbZf8&dyI?g(B$5{fSH`^ZUP!jSiD*6=rUC4ZC>IU1E$;f z#*MUH`;Y%d-+xI-u|zss5c;7J%+1q zf_1}@^kB0`JBNASf_=iur{4kW-AjUUGBU;&FFqjod3hBDtjy*Bg%Z;C-W5EFrjG@+`9elEn~2BfW9|@4o|r-->wxao_`6A1275 zKoJBdeja!AX_LdRUGV*SH{3dCQ4`Qf=?pC$1WD?_@tt}^_amiVkC*kh3s}q%a zLF$eWRC4|DMsuLR?!m7SX#j|vqvz+o;ldJ0{H|2F@PUgu5-ze4p&Nfn^V6qK3F?8R z0n1Zqk00+mc;JA9f`Va`k%>vxj~`x{Sy|hS_CpYQpWksu|gp$_2N;1V3gJy z!LwjyXWbhb8zog#%oQA4uDiNo0HW}AR6x6~-d-+V>FWS?PAMpiFZ%tJoSa`>T^(W* z4h`-R=}Vq-tTxs8HO66n{+zF0EypJ&m>8lMw1w|{Ig3yX>H(;n$PTz8aahL1eNaa< z;!29yOZDSS5}XL_^lW{(TY7kHKU)gkrYt)_v9NhzNDuh3Z#VY8m%4;e@(j^@Q)dbRA3MOcb$S*YhQyH`e zLm^fm2npcbn=R$y2iU!@{dezkhgPB9pSGuFZ*1y>e}^UX6txCZ^uaz6@jacdpGkKS>%TysCln9J=_q9u9@REvF*GtZ372h>w+HEix%vKdLAnAMas2L)G z(C?5ILm4i#Vp-Q*7-unzyu&fxOX{-RhkWn|!sJIKa~k~?BYVuM2W^Ed&mU6U_<=n= z6D6gaI}pGgVaL83!Ixvz7qaFj5rT>I6*&emdm|-gem$7k2(o3*qmBY*tI~2`Q0zoY zQg$$7`&7eZEVom8lF5~P}0D8ei>LQbEDoJ?rBa@Hdp^XNTZ~j zo!N~lbdM@kSJvRs6Ucq*GjiORQ{nVs)hzvU!)bOobtro~J3El+%b82>X~#_-UH=p5 z14os6N4sKpK9Z@fli`^IHaGHzx3()(oxXbaY-riTH>vtG^kM^Ff~s$RGHRt?M7?oz z@#E;?yiZL8w^x|JD7kNqZ%sy1o7}cflhBoxCw!~l)M*PYNBXj` zKemRK%zsmw@eRlouC#mHrXr?AY?C`#g?#sN6Ycxl1K?m64P2d*&yfs!ip_5ABrOT| zyw2h0M%nD##B@xie>qk9?{Lee+>l#fw7L}3f%W)z}E>TEekXF&SYm1}xS~ z_{FyFJo*sFGE9k~bjYlp!}R4p8K|+ZnomIg2s!E)>%?!8!pn1(4$PCDl&=J*_IBUn z%F4>kZEY)p`7aaij!wpw8JT_yS)!2yWS)-J-GM{sEamAM9Olt>o5q|4pZU@=P(Aqk=F%r%^ zzyKChOjOhlELX84acpUMqt`1&Qnf&BEE|)88PpF;pS{OE?sKqIeh;mDHEsNt z`zVr)aPF{8n%wGa_a~wBgM(r>YBqLvCX81+b)KYq4zSW!OU9Fw6z!TR$4xxc?Rwjo zwRLbYF-?G>Z~-P|k8edjOTC&8!%jE&9?Z%O9AtM@a2$wI-LbvG;i=@l}&yL$u-HF6OJ%^*Q~L z1w21K#m0XH7nPC5_q>POx8;kjZ)?}UWUTXgsQ<>qoupe;qBB2q%ACi<_>UVu-~X~s z(AI!Jo2$a$a73|KORujC;Q0)cdL(K^o@4qNp|5p^WpW7dxT!988bMBvzprUbzu1v_ z%kC;~)*r7KGueRY#PctEE*3uHlj{Y@Ozn3{(TUnvo=&ID6Kw38Uc`tBsRtPO4*O@D zVt>$sBesM`0yJ(Rc$IUrl^0vLg0`VEks zOFag&1&Gvh4$g1F2FW4FY`dWtr(u0{@ zDa?$9XMEW5a(@MFW69d>48Q~!poY9uk}9da79{~x*Q9%G z%3f7NuEhK#74Mlb-yldsc>127j|90d!~|I_ILI&}qF4Hz+<;obUtT#Eqy|6F`kx9wL%~i;E%9$K?{v-hK1mxKa-h^>#arufci1 zzw}oV2J%$mk3TMK+eU&<<>lsH19NdjSC@NAaT0R41SCBgf`11@asFc;0Zj;Ats=RA*#xrc z28+okv8&r|h5Vu!l>rH5Y3Xb6@$tb*>$?uH5#%IpeaEfo&J_Hh$L-r0Uia?BBqq|Z zZR`oLT@2qS{06|KiVZFy+8bK{A2?bqA*6m`_P_bQXhRXrW`s?MIb7sJ{z>dE{|Jd+ zAm=bID_;ca0-K*9AOMeFu$IdPlYNlfh5aor_~`o}95M^){fXFY(mW|VyA>8vV}|;h zLb#Za`yJA{i5t{JI@?b-Q=_pRLr-=Cwrrd#^jlGY?8Kp;r?$nh5!r6hAB|;=gR07* z%^xUu2yjyQ@iRLh?@@K50&0NrlV@&jN)PBqnDj$7L1BFxAw=H}4G-+e+BzefWuJk6qbM28l$jgg)^X9_-3?80+>`w~j8p&ChQ`EcvO)VA4xVO`;A63QFnx&jIYZNIS+R`ynEVBdG{Efy`RuOs zVnQr<=E!p!mx0&88KBFai}%${kzLd7H~Lr|%hO%d0XLk>Xk&y5wc8Li3KWHk&ukoU z*y)ulP#FO3Xz3c2yCg+*%9KZl3?(VsuMxkimxEpAaQol?B zBxyRH-z;0P0VNXA=`sQ%kK`8|jQ6Zw)Y9n;-Nto*mp7}W5`U~q>_?pMMVW+P0bQ2{d6``Ag6> zw#0_S&CihB6jG34XGiz5Z1{-CmVCmG-;FD!5+WiKPu?hFjYJ+d3cFt5)$q(bnP6mW zyaU~vb0fGQakBP@akk;tZ}&aMurppMa^^+J|QOl4fo(VM3+Eb z+YFYmi?z2S=Uy(UT`I)_Gnc)5ou%MB)RZ~&ub0rn#}eunRsfPjEe!H9RJ zP4dz39ysc3{v-RQYF=E0+Kp)0+UlPk+H*X>F^A! zcI=BLbxjM&@L4psd8h{+@{s zW!`HG#LBfIV83jMK8#V$Xl!hB?4sShdl%@yQ#q3FV)7h3bpyZKRDQ>oRI0CfBqi_7 zL$lT;y&pey_L&`fMw^QM;d&5V)E;&vuXSI&%w9ny&u)Mw-8F%}z?8|mS=@*q5Xn7^ zRT2)=3QtH%UU6}80Uo1i?Yvy-0;%F&cEIXf-cmcp1ujnh1QU`6Rbs+M29YtL(OrUCa{7y_zDIvU3}`S6IO~Oa6OA$*dZ~`1H0P zsj0c5FE`6lCdnme)W~~4N!O-C_~@?vjK`b zox1ef0cNpNy9wA7OVF%fu*2s7#1oLe6$Y%##4;E27y4$ ztp3c}OG&EUCVqb9z*l56VzJnRA|eO_G0tI>fbL$xsE%E7#qfJ;eiy1IiF==$;#uxWT-zGud5|t3I zKp%pFsspGqncn2y6QDAkt`*UltR84iR{>-Lz=}E;3}2cH;VgT@jlOPXyBX)S_p^$S@n(8$=gKBGAoOf5Rp zVScy=tCH+G_Oeze!e>pVa!I?&W38~L54K%5b4?{7slMF^{#Z{4w{+lJZsgQdTv zav~)>bPaWNBeY%|&Y_Zt zQm0Ox0wIWOB`AV&3A|nrP2WqT+jS2R>Av$k!=@5}-VvOC7u~m;po=)!Rh!LBT;%r? zhkIRFr62y|vum83r-(dd7j~qRe=T_5tfsPk^MVc6pZqMhHu}F>-yP3OekQyB!w$cL z0Eu$8aiD+GBwU&0;rpFG`F_)fY&VY zKYqN-Eu>;(QR=>4GM~kMDQK(qUe>O9ICGK5!O6)DTHW(CtEX*iVE~-mfEdz1q1hh# zcgQPmRU+k{FwB|)Z;5;XFVi4@d=e)E`OH1TevJlHw@hh)YQliJAhL0JY9VEPPF-Ta?Qiej8l9WU?pU8FwWor-<)Cdx4bx2ZL z+6aV9hbw11Buk`JtUE;X!KVD7uFm-8&1ofTP=&9ruTSl*4+Rr<;e3@31u7aq^(-^6 z19Eb5(jB*i-iL(o-j_*9d7q-i-4?#RSDCL~S_W?sVL)UUW?kDgSv0N+qc^L=7eBWv1SN?mka2)0{+e75Ht^G*g&Z8 z^JDnqQopccdb|HSQO`!%{t^2*6TC3<7Ua8`ff6hTMPTeZ`rJJGejoE_YM$`O2{Fr5l1$>S=)GL!c6I+;oQmLQW zZK$tUb@=tSxD}nAZf93*to zD-Kg={vbaN;89h;HRvgJ(uWHAMMXvLZZ&Y`Syh<`sroGEZG-FrBcs1Q^^9C&jDb+D{+y3gMHr2{+pMyk8#%?AyQ`=Ua-CRVkHzOH*ru5rI!d_9>? zwlocDvug{iJZ^)BPby5Ft+vLQ!eF&$KD5Y!zP*$AAOeFW9;I`@3i$u8kMYqhvfo&j zxDz~mcI`YGUMhR4>NnU?>7tk}sknIL7^8!>Bz+s)B;?PLf|dI65|R)M=KQD)G;l1u zZkE&h;0O;a?)L9jO`{Q|XcKZh!h+ zH(5>DS@FyIR#?Z=*LvA+($g8GB3vxbp~~sk_u3W($wO6T&7VJu={$MzBr2o1`3k{a zQc4O%GY?$=kNhzMw*d{cgM&k`y{hkAw@Y@?@#(4tG&oyQLSlh}!(t6}beZl8KJmdto{4cL$ES8tM^vToNDX&D85ASJxt!&7nzWgWj z$YNq*(|FpP;p*H_%*&TwzAr&D9rpO>#YfK6nV#lPpT0ccIrlarLsWfzEIQ$|OVoT^ z)jZyUN~I>8@knrWbv^Ahb~(?6VEyvtOPO<#b!2LQ#VGf0lCB-d;;ZL(D!=o7*)Im$ zY4QPc2J6_(?hLzGxjoOq;hPZzeYxFap3V-t+$0A3 zcO`a{P-7vjX6p2KcJ#4tp1P#n;XVI*x|7I85}r=d_AZ#(<$;>EP72i1Co$o}UOAm5-LyTkD_NJ&KXC?(Tcm==?D?H~~rN*;s(Hr2dtbeZ%Qlrf)30_|ca#dHke8mi9z1}?)YzD;zgTbD@YoI5i{I37=DBsvX{R|gO)V|gRw=p7MmXN{E-11v7)f>7 zY_X)IWYi$#m8jV9&AikW{sJyL?YHnP zB}gc;=~!gbsM3Uo>tDyD)oOp}tLbFdlP9p+E+bqBH)bdLL}t570DTUNoE_AvDbKI> z{n~c}Mg4lr5b1S0?5nYNCB0V@lb@qh==CngyZhwk$WZ8if<5@#BX^oS=sHv$5UssWhy}C5fx+KV@f9TC)&&h2D zZM#lLx1_C}lO=xDB#Y{Z{DsOnS5rAXfz{f0h#u)p5(vn ze(SI+zOn;mcIiBk4qyAWwKYMJT#h~lR#t+d+pAIpiCK(`j*d034Q-avuQN#xL9$``s=lk-s-(Z>c|R#;bws(JJt5?0#Yt=+ zQ7>RTZ}nQfu*dkLPliZRO>s}Qz73T^w2@OISZcpGe4{aDe~T>l@o!5Zwp-$5OHB$;m*D3r_48uSUuf0xL6y2=tpuDm^)se)Wc{lP0^ zWZc7%l=RiYU!S3S_uA6H?hdI^>pWcHbk{M!zzK)Jm3}zmmC=7b^`0-;Kll6fII%9g~|Y-O$jGb1{5Rb4!a6 zNM*J2kx+80ZBeCDr@ORiE0iUV#4{d0D2ZSNg4VK)u_ieM1=kNAJeY9u=t83U-Bv(D zd%Ze!#81e}7xw#kc;vm3wZa^fGI4H+laI=v(}SpULl&SFfiv!A&)PL0?$J1@ijHhb zudGxdw62-aL>;^GWmxB`A%tvubi_Y=`}JDNBrLKti*TTIzmA4iVd1k0$>B&K3gwI zWu2i1$mQ!?ttYGP9Y`2?65`_8{r&yH_IlY%NLEhJ`9(W#i&SSdwC#Z+P@V5lRPpa>CA z@_enQN;z$8WaK>ewStp}hX}sSj*B~_o1|h4I{P#t!WfBs=hzaL*4^D5VzO}+N}sK9 z-UyZ)fo?#w@=d~Ev0#hli#V)o0ET_0GxM3K%lpu6oLpRnj*eMs!jYX_U7%^c1^>g= zIHKU}cl49D8eOfj97o4GdNmzmVMoF=OTEYg$J{&s5Ip<3s1cZFyP42;&;U_Ou|L=5 zx-mT-vKPzDNINv1XD&i>d%s5&4Po|H?61jLtJiZgIkV~a6`OwlIrEv*W|9Y2<^vkD zRbVG>v+6}QRBYk~Cp*RSA~x^x;X`f`bCW%ON%943F!}eHx#uYQ(2B98E=(r;r;`nW z>`oqoxGW^I18UWFu`vaD95%Jsp7=le@XwtWXL-^V^aXDFY=d3suByVcfRUVdGrZ^+ zd*=dI61e4&OFtn*jkb;fL*v69C=NEdJZ~sYfdFat5ql^{?)>IK%M|t>+qa2=T}nR7 zQ#U|ho{*K*6H-B52QvsDbZf8&dyI?g(B$5{fSH`^ZUP!jSiD*6=rUC4ZC>IU1E$;f z#*MUH`;Y%d-+xI-u|zss5c;7J%+1q zf_1}@^kB0`JBNASf_=iur{4kW-AjUUGBU;&FFqjod3hBDtjy*Bg%Z;C-W5EFrjG@+`9elEn~2BfW9|@4o|r-->wxao_`6A1275 zKoJBdeja!AX_LdRUGV*SH{3dCQ4`Qf=?pC$1WD?_@tt}^_amiVkC*kh3s}q%a zLF$eWRC4|DMsuLR?!m7SX#j|vqvz+o;ldJ0{H|2F@PUgu5-ze4p&Nfn^V6qK3F?8R z0n1Zqk00+mc;JA9f`Va`k%>vxj~`x{Sy|hS_CpYQpWksu|gp$_2N;1V3gJy z!LwjyXWbhb8zog#%oQA4uDiNo0HW}AR6x6~-d-+V>FWS?PAMpiFZ%tJoSa`>T^(W* z4h`-R=}Vq-tTxs8HO66n{+zF0EypJ&m>8lMw1w|{Ig3yX>H(;n$PTz8aahL1eNaa< z;!29yOZDSS5}XL_^lW{(TY7kHKU)gkrYt)_v9NhzNDuh3Z#VY8m%4;e@(j^@Q)dbRA3MOcb$S*YhQyH`e zLm^fm2npcbn=R$y2iU!@{dezkhgPB9pSGuFZ*1y>e}^UX6txCZ^uaz6@jacdpGkKS>%TysCln9J=_q9u9@REvF*GtZ372h>w+HEix%vKdLAnAMas2L)G z(C?5ILm4i#Vp-Q*7-unzyu&fxOX{-RhkWn|!sJIKa~k~?BYVuM2W^Ed&mU6U_<=n= z6D6gaI}pGgVaL83!Ixvz7qaFj5rT>I6*&emdm|-gem$7k2(o3*qmBY*tI~2`Q0zoY zQg$$7`&7eZEVom8lF5~P}0D8ei>LQbEDoJ?rBa@Hdp^XNTZ~j zo!N~lbdM@kSJvRs6Ucq*GjiORQ{nVs)hzvU!)bOobtro~J3El+%b82>X~#_-UH=p5 z14os6N4sKpK9Z@fli`^IHaGHzx3()(oxXbaY-riTH>vtG^kM^Ff~s$RGHRt?M7?oz z@#E;?yiZL8w^x|JD7kNqZ%sy1o7}cflhBoxCw!~l)M*PYNBXj` zKemRK%zsmw@eRlouC#mHrXr?AY?C`#g?#sN6Ycxl1K?m64P2d*&yfs!ip_5ABrOT| zyw2h0M%nD##B@xie>qk9?{Lee+>l#fw7L}3f%W)z}E>TEekXF&SYm1}xS~ z_{FyFJo*sFGE9k~bjYlp!}R4p8K|+ZnomIg2s!E)>%?!8!pn1(4$PCDl&=J*_IBUn z%F4>kZEY)p`7aaij!wpw8JT_yS)!2yWS)-J-GM{sEamAM9Olt>o5q|4pZU@=P(Aqk=F%r%^ zzyKChOjOhlELX84acpUMqt`1&Qnf&BEE|)88PpF;pS{OE?sKqIeh;mDHEsNt z`zVr)aPF{8n%wGa_a~wBgM(r>YBqLvCX81+b)KYq4zSW!OU9Fw6z!TR$4xxc?Rwjo zwRLbYF-?G>Z~-P|k8edjOTC&8!%jE&9?Z%O9AtM@a2$wI-LbvG;i=@l}&yL$u-HF6OJ%^*Q~L z1w21K#m0XH7nPC5_q>POx8;kjZ)?}UWUTXgsQ<>qoupe;qBB2q%ACi<_>UVu-~X~s z(AI!Jo2$a$a73|KORujC;Q0)cdL(K^o@4qNp|5p^WpW7dxT!988bMBvzprUbzu1v_ z%kC;~)*r7KGueRY#PctEE*3uHlj{Y@Ozn3{(TUnvo=&ID6Kw38Uc`tBsRtPO4*O@D zVt>$sBesM`0yJ(Rc$IUrl^0vLg0`VEks zOFag&1&Gvh4$g1F2FW4FY`dWtr(u0{@ zDa?$9XMEW5a(@MFW69d>48Q~!poY9uk}9da79{~x*Q9%G z%3f7NuEhK#74Mlb-yldsc>127j|90d!~|I_ILI&}qF4Hz+<;obUtT#Eqy|6F`kx9wL%~i;E%9$K?{v-hK1mxKa-h^>#arufci1 zzw}oV2J%$mk3TMK+eU&<<>lsH19NdjSC@NAaT0R41SCBgf`11@asFc;0Zj;Ats=RA*#xrc z28+okv8&r|h5Vu!l>rH5Y3Xb6@$tb*>$?uH5#%IpeaEfo&J_Hh$L-r0Uia?BBqq|Z zZR`oLT@2qS{06|KiVZFy+8bK{A2?bqA*6m`_P_bQXhRXrW`s?MIb7sJ{z>dE{|Jd+ zAm=bID_;ca0-K*9AOMeFu$IdPlYNlfh5aor_~`o}95M^){fXFY(mW|VyA>8vV}|;h zLb#Za`yJA{i5t{JI@?b-Q=_pRLr-=Cwrrd#^jlGY?8Kp;r?$nh5!r6hAB|;=gR07* z%^xUu2yjyQ@iRLh?@@K50&0NrlV@&jN)PBqnDj$7L1BFxAw=H}4G-+e+BzefWuJk6qbM28l$jgg)^X9_-3?80+>`w~j8p&ChQ`EcvO)VA4xVO`;A63QFnx&jIYZNIS+R`ynEVBdG{Efy`RuOs zVnQr<=E!p!mx0&88KBFai}%${kzLd7H~Lr|%hO%d0XLk>Xk&y5wc8Li3KWHk&ukoU z*y)ulP#FO3Xz3c2yCg+*%9KZl3?(VsuMxkimxEpAaQol?B zBxyRH-z;0P0VNXA=`sQ%kK`8|jQ6Zw)Y9n;-Nto*mp7}W5`U~q>_?pMMVW+P0bQ2{d6``Ag6> zw#0_S&CihB6jG34XGiz5Z1{-CmVCmG-;FD!5+WiKPu?hFjYJ+d3cFt5)$q(bnP6mW zyaU~vb0fGQakBP@akk;tZ}&aMurppMa^^+J|QOl4fo(VM3+Eb z+YFYmi?z2S=Uy(UT`I)_Gnc)5ou%MB)RZ~&ub0rn#}eunRsfPjEe!H9RJ zP4dz39ysc3{v-RQYF=E0+Kp)0+UlPk+H*X>F^A! zcI=BLbxjM&@L4psd8h{+@{s zW!`HG#LBfIV83jMK8#V$Xl!hB?4sShdl%@yQ#q3FV)7h3bpyZKRDQ>oRI0CfBqi_7 zL$lT;y&pey_L&`fMw^QM;d&5V)E;&vuXSI&%w9ny&u)Mw-8F%}z?8|mS=@*q5Xn7^ zRT2)=3QtH%UU6}80Uo1i?Yvy-0;%F&cEIXf-cmcp1ujnh1QU`6Rbs+M29YtL(OrUCa{7y_zDIvU3}`S6IO~Oa6OA$*dZ~`1H0P zsj0c5FE`6lCdnme)W~~4N!O-C_~@?vjK`b zox1ef0cNpNy9wA7OVF%fu*2s7#1oLe6$Y%##4;E27y4$ ztp3c}OG&EUCVqb9z*l56VzJnRA|eO_G0tI>fbL$xsE%E7#qfJ;eiy1IiF==$;#uxWT-zGud5|t3I zKp%pFsspGqncn2y6QDAkt`*UltR84iR{>-Lz=}E;3}2cH;VgT@jlOPXyBX)S_p^$S@n(8$=gKBGAoOf5Rp zVScy=tCH+G_Oeze!e>pVa!I?&W38~L54K%5b4?{7slMF^{#Z{4w{+lJZsgQdTv zav~)>bPaWNBeY%|&Y_Zt zQm0Ox0wIWOB`AV&3A|nrP2WqT+jS2R>Av$k!=@5}-VvOC7u~m;po=)!Rh!LBT;%r? zhkIRFr62y|vum83r-(dd7j~qRe=T_5tfsPk^MVc6pZqMhHu}F>-yP3OekQyB!w$cL z0Eu$8aiD+GBwU&0;rpFG`F_)fY&VY zKYqN-Eu>;(QR=>4GM~kMDQK(qUe>O9ICGK5!O6)DTHW(CtEX*iVE~-mfEdz1q1hh# zcgQPmRU+k{FwB|)Z;5;XFVi4@d=e)E`OH1TevJlHw@hh)YQliJAhL0JY9VEPPF-Ta?Qiej8l9WU?pU8FwWor-<)Cdx4bx2ZL z+6aV9hbw11Buk`JtUE;X!KVD7uFm-8&1ofTP=&9ruTSl*4+Rr<;e3@31u7aq^(-^6 z19Eb5(jB*i-iL(o-j_*9d7q-i-4?#RSDCL~S_W?sVL)UUW?kDgSv0N+qc^L=7eBWv1SN?mka2)0{+e75Ht^G*g&Z8 z^JDnqQopccdb|HSQO`!%{t^2*6TC3<7Ua8`ff6hTMPTeZ`rJJGejoE_YM$`O2{Fr5l1$>S=)GL!c6I+;oQmLQW zZK$tUb@=tSxD}nAZf93*to zD-Kg={vbaN;89h;HRvgJ(uWHAMMXvLZZ&Y`Syh<`sroGEZG-FrBcs1Q^^9C&jDb+D{+y3gMHr2{+pz2DdSefg{2lczq)a1;iEQ7hb$QHR0y zk-$$pWfNxy8+&IP%Lf-+%^aO9?d=43gn6!U zU9fO=c5o8q<+c6m3q1CY=Db%8Cy?MKM;z|xI>BJHCeY8mEXhnu7>r9zK}JgR$-9Li z&nKsFeWaDP!(r6>b?-bqn4=aUEkc$CFXhsJ#l6#G1#3M2@+U3qY5kkseK3bJVUjQyjr1x7 z?7hhyA`B*S>?<=2=67-H0PF`JcOK0T$sA0v=ziGynM+kM#c8n{S$0rKGU`hKpkTBS5 ziyi3xC4_yjr}3)bS@$2Vm0`&DP#$&kwG$Y9=hPbdZNjR+?9n5|upAUBGA1UwqC%w9 zvQzHt*|Qv1uksUc(0X6^2b~kP8maTf4a{OumlaawL*B9~$BSxxi{kAGyQ~zEn24_R z#9RGr49!4G4?t@Q>?bmcxgOibzdkGAJnTL-GZx6JEi3Cw$EA}rIA}n9PUvn}M0j|r zQLTsNP?d|Kf`a9`OBUEHzN01sBTINxQPDMvwH*RG^=NOQsmIntl*>2n^2Q0r?1BQ- z>({R*7VJhG0ewcXxMHoUyuk%8M5V zHKsBbz~P5-UUJqy`Sa(`ERD>2Rok>-UPs<6T7)c+39r6^pS?{!L9y>NYmH4<0-abYFewUTdVmNw^FJ1-0(x z3yj;ayS%KdY}LeDeTMnC8%`OQE?tTU4ZVmNL6?*Ww#19|tY0^HcI(3NfcwbY*`?fI z7|fySmEB}VDK;HL-B%e*BqYCy=hUp2g2J_Z1H5bFB<}_kn_y=Ww|!YWNtOp-Foq;( z8(x)x=hBdmxc5jT_+1VPFNZV#2*Gmjb!u|J$w0B-mkc%oHvfVgw*BPrw?)EW_t`a} zpjF#S<)@pfOBs!#?R>v)%6cA`T8ax-$))*P7#+C$!Qch$4Tjo7+6we%`N=lDS!S^FGggnN`|nQFId)KePB1F+9>! zE^`?anaXfy=aRRzL^w*?>HOp+FFyKFpGu4UaGB{czEcTm@p4wdjGa@7wi*F$4g?(; znHTEnhv&jWB#Zd2O_}g~q;NVR5go`@{m2lL}8NEe8*ZugC3RGgXXn;+RAu zgk@+jlX%YhoSYtG>^S+51UpIH=^eLF1dkBNzinXReB zo^Tb3KCWjki#h#_)1@hBtrq8XIk?4>5)^6$@s*NSgWvXFZGgfHiiAmD>(5La`5;aB z)}FzQy|o0)TQyBglC7+*FDr2Cm8d#8g8EP-_^3IW?U17=oCtfW!C4iN<?AKUd)Zgj0=?2 zL)GO3cN9pG!>%gC4aAERe^&Pc)o>yNBFD&R5mf6WiHC560V?aq_R2cA0!lqf7Sd*e zr1N-?Fb5CMy*$0r4)E$|?o;vGI5aX(HjqvsEFduOvI1C$R3g9v^hnQ{ zT&VC}h(HmFi;E*8BToxXx>kpH+JK1Wsra#6 zZ0Nv(_T9U8+c%`YVw|R0XNRiY+I7%IwVIlmtO|;E?z~}*jEFeMsG+W|jzRN7CwfMw zv>(~{=3;-LseF4cy|Gs^*n9o3u2O6GWmeWJyu4@x(#$L!>^m>IXJC4cT$SJF`0d^W zm+5pH zeh?iAm8IQ0C*qLwmd7w>e%?lWdpdQtzZ8|=K6y5XQLKy@y|Y-YqNSx(wNN&oX=Id7 z#apAw3D4Jbc6Lrh*Dry<$&8;Q#v?QRkw^L}H+avSEOPQa3gN(ES7eza#6}KOvm>?1 z#DiSkduvzOq0_mK|EaPE1`v!i4*Qb7%mTr|du=lA7kEynK!1A*Ewr;&4DZwiZkL%% z{)`MervJFd`^Ct=9=L}pWIWp7*{x^aY8ZNB>O#3$UL>hfAbJp1aEgpLoF*DzEysE0 zjkdzcN#MRnUfe@`Q=%ssn8>dp#Jfx8Q{O>Mz{+k&n(G<_rLIZeWp`>XJY|1(w%RpkFlTa%GRs%s(j0(o3gv>wJ=l-XORyU z^rnXP;fzk-hJ9aA`X7J%!SEWcscG@y`Jtwk7Hok@J*&cv8#e%hivro435u|su@3~w zKB{E|0s_Oq$>}4686o-f41+oW1&&jjINY=$SW8VUl=XMsCG;EbB0vHCJMS8260>N( zz->?gMNU_Z`x-z#CPU}%vZ7v_1t9NEpFW-Ly3l{fn@vK(2)u2^gA|A?NnIHr_Vx7v zP&&%sR6W!n?z*`=iX&AUV-O627H?W5c5Da}yht^acHV8elTf7js7m~7Sa2oXFOrM_ zH_Vm~Vd^inj^e@WIs$5S7r=lN7O9}{^>Gj7J4)#MKX!$($gfXC8RvjBRlIjk`{Bd1 z)z#Hm{8DeBG~iIH9<>>*O5{`0LJ^iKrrv$GxQ{I+UnWiw2!Nj}L)PBFo1T|wjT_}erl*W z-MZ=Z?wfe)p#$`O^9IQu#lZ`me+lIUNWFAka_YrRA;_6PO%CH<%m&44~6^XO#7bG+-_3tU)HQT{O%kaLlRC!=CrgKWDo_`J;$D?!x(1D4-qQ9hKZv?bisFsY^BzW=`|xp>9PHyhWKi% zVnUT>U!YJ{&8!ZAzj{M!cJa{M`dW3=%&OmTcMnDIbcV)L-Y8t)Vk9Jw?tkIBR$ddji#c9}0r7)C*NW@>Jrh+~M~E$^sX-U@$9TD$zBj6wMj#Ad zw$61c)832ApPshh_9URS{U$}oT(UWJRsIc%=T4Wr@!Og7T%~nvVt$Wbh%ss<3b*-T zoJC)5`fXPN2YS_du7^U!B&}7$X+BzlWD}=e<1^O)k@2u=I*DGpp}wIvXdwzobzY@0 zoFqKrm8x%7Iq{-llYr3D);?_etUp%OuY;?~)hgB4@VkcbBC6|E12JQYRA#6$eC>`Y z?;@S^V5Fp&#$|9IKIp+*1yZMe&+djjhuD1i6)STQO~jqj(o&FNR16`3ff|;U*|KUk zPLf$`M)HDv#|IyZQj6~?Cz;0gV6rTBfkZ#68Y?UFLP>w)d>0FHI5z|%n)S}DPPJ9c z*kbIoxKFTtah}ew=SX`21xW=}zAMdZW|$Jp|D8^j8pc<@Xp8K`tRdH0gjFh#0B707 z<^OD?{`kTxbS~g>04*bS!~UDk7uVfXgPE)56hVYeQoJiYbNAv{eSgK;Q;CGg#l zep{e1+FGnF}k4T;Sp%x%vMz9?gG8m)|d(=UxQ*s5fmIp(G$?pWU@Sl}rik4-K`c-Xz09J(Q6 z_@J%5<2gE)dU&55gRm4Dvq4{5X_M`W+)8KiTtC4m?x8u;6I3E9*g)OBhmJPEL;VL?oQa4XLFSDP-H97RX!It9c<$ekxj&sU>s1?Ib8luzOdk zVn*(U3%PkWwwBK3OI;L$XGIe+ODTaoqN7BBEOGaC0k;i*#Rpo6qxQH1fL9qH6PY<~ zj)FGOkBsN6dD&% zd%{QW&ELtw`@cRG!*xQm?lGBjRT$*Iu~oiq`sG-q0grObwRA*oRh3>$Obo~vjW{7& z&@?B5?xAyv4dN@uM~@D5pE@UO*9AZ@6G7NM6r}R6g2yDrxbx$F7_4QqF_eWt%r!Rw zNpvr@AE`ss0Io|#$JO4cBAI7W|MKdM8@d2~x0mZ_OYMe4HF_?PpVL%^8CimxnVGdu z;&+hC{a`_mR1g^(%OGf^qmvaI8=JHO+Q7?fY&l6u@4N6U&}Bb>ezUgawff|yR9xGX z*rE$PuTgGGoG`N+611Z!DJfm~hSfUoBX+w0#6F6MkI&1^%}wGj9~k;k zVPCf;N7})VP*@b4Q&hA{caKLOZ!+Jh9$Fk{^GyBt@%F+9##nNvuWhygv_hqiS{Paq z#PtCNcYrPzFhnLzLR3V=m5UcYXx=3^EU{IJq=t(5qHiTGbKOaWM^3U`0b~I*1DICP zIWEu-0YOFuh)ZEAk%=pFe%F zSpE4Gpfpg6_+7XmK9=bpBVf*P>C$a*%her%qLNbQV5O6CBAM+;^u`|aoxHsir9{^n(5f~TFkAsM;XV(k&wnq@La{A7g$ng!=SK6{AA z5>3K)=Uh+gG47vLE)WG_8!@!xKS0>o2lz<=S=FH@<8U;k=Rbhh6}`tXdkG1W5H~sh z5@KQp$gupnrFxHI?)7`~L`7q0X@_0y1Ao!hQTrW9I~eTgJ~Ge`u7Myou}Rn=XObX! ziOVm*73aS!;&*>buijtp@(}O&JBKwWa+@J1)O%3S_nxFe+`B26nLG6DmLte_m8rO0 z9>Z@xd=odod$BUG>tqfeJwJRV(y3%a~wZxF1AnZw%o5^aaa@l~e zLUcDvEtOSapxhn~bz-WjNf6yl42M|$nHQ^{B@h^61V+-L8G;bk#APRdoO(qM{Xq%* ziSy7R=N&_OMn*Stctk|nr%y7SUlSp&)zUb%22`4Zwi1a;6d@y3E~x$zOP2D1Jh8ehE64xx2gDeux!11nL*7QHUVR6;e648AvAOu!wi>a)A&#+h?AL_GklII@>-Xv9b`qZrhVqI;}o-|d~G&iaEy&;mj_Cy-DfZtm#h zgd6r;vc%?Sfw~ea@;C)39;eQoLq$iQQBJt23kj7EB>h2qcI$w)_z!y$kx;cY83$^e zg!@e!rOAa<*c?zKn*BWVjH zVMB8_e``Jo683tm=s53oJ*nEL{xD8+Dwv7!#%xbj2!8s5`A9pxaSU?fTI{38i=289 z#kbPaDY{b4!1Q!LHx<=Au2-JMKz#+~fbiK7o=+I&n$A ztQ`lZ?n)6p8eC0!J$+@!%Qj%cOFzdxkT!m7`d#K^FTXdjPbmEfMNf#VjLenGW(5*k zn=Di;PE6!2P(BItej6%zAWwZyl`nN&(DUBtGpF7F{ATVmz40-H`2HxAn<^4;@4kh zi@GTN5@_g+U9utgm#IsNN0sC2t^DH$tb3CZ^eX1-5ASebqatCzGTH7uxd4Kj)?;AB&ffmt`p&ZwR zf}@jG`ie<7kzQ+bt&nr5Z=s2g2S=e(E*-Z%z2KtcM*PcTA}ZkscmMu|cgX}Zzf#vV z9z#*$RYno#Pbn7h6HTM=nf4Dpv0|QY6_seS%++~YycbmhQfu9t_Buu0n{&8!ew+<5 zu`LrY1Y>*9GC#(Txbzr8sw3DZ5bZKg%8;8s`p7jya)31P(O%j$|6F+6F<_1P((feg z3zK~6&@=dz6nUJDRA>^tTkmr55&#@FE-3(t7w*!}_>s*v9|wZJQ5IQ9Gx;Sqnce+M zTKYvc=MC`?z*;pe==H7McJLIPeAiHB*N=y4Rh!>!zgTXeYj*cQ9{hXSDaCojeuMW2Ma?B zW}r?Nq*bsXH{L%x0JNv@)wQ+j&eN(|nwnYv18(D^$eae4H*tSc+;gXaUFFMqRY*uX zO!L2S_VlS!g4;Wx5JRIh8yNW;ZPWO>uvkl=a57wb_-cD&fl~np-rAa)5kT{ycee5J zssTLy9D%Tz%?x1r%AY7}SH6>$_^r9QD>D(110eb3O*S&ac?6$Hd^NCOr&&a@4`);E z(6_Hmzi!<<-7L_S%M95R|G{sQzwdc^&ww%nL~Sly8YBBuG$i`nif(Lf*0i(BAAT}UU1~c}MwF;)7>ATBpjHb$9+Ls= zAKDKPED9IvtvhUzhoNCf;BB2qpKe143t_cmi}gya(!07e7X~Xk*U4SkaW+67yD&&(ON_u&#SSxa_i;2MXpcz>HZHcU4>ZThYm zA_=&lI+{r2NoRj?Y2Le)G9z_QQfYXY&_QjlyV_dk90pCzhxldWqlk*(#LTv3*<0;GH(CI+UsB>W%D zUFG8+JASJln#j}(tjO?urs%AeYMSXtPrsQtUsEk0cd{7_3rwGhQqtp__@l*Z{G>Ng zx$^omQPq}0)9u}2Tg4TceC9wP)+#pL_g-C*r<0q!Nfu6G+4k%rAdjCYF*7%h3x-_a zFwpk=A!tN4dkTRH>Jns+(nrsy8+vlOEUZU*ASR|ftWw~nybDIi=Aj;3k6Wor>{_=F z6^l#4U)-u9X$8z-M818icPdhV43-56zg#BZODQL2TKD7wXGzt_$cUixms4atYmfoo zK@zv7^vdnxYmCrgVPPfSJFenD!3NE7)ykK1*KK+W!V~J3@WK@%C$jQFQL<@$4)-c4 zqm<$>T-Xx0kV2TmuttW2e__>iZUywNcP0>nGn+{>sUO^Ui-lBSx59Nx`$<6R0A&|W zz~JZmQb7lE1ynE4MZ{h+3t;k`=XY5eHZ-hu#Y)qPr|}q8T@e=_>T&^gZ6qfglC_}z zkhs-`w3_KihdKx>NEu)(&IEAgw~r7v%EO8KeynW?dT*~M71D{L)gGd)l@Hnbj!Bbj z+M7m*wv`>VQ+L8%uHRE-SK;(t*~Lp%TJ&AIE%1f5Bh7l7V`c;XZ&ISeuCZy7`<~Lr zfMQxMx9nsy^q5J%gWpjv%f~>t; zN?`V0R~zzNs)bbjd-sA7Ti=XlyY=m{0BR$nqB6l>-~x}DMP}TC-AJisA>*Wc{=ri= zylNqdPat8^U+w!dmaw$JT|)*DoC|f6o*rg_8`aS)Ts9j!!Z8oM((D zs2KeVR~%ahNDy`9IHh1O9go2k$es6C|1J+TowKu6wQH?nv)@xeY)9wpmfH?w0CQ0- z4A|CZhMYT<8LnGt5{LlVIM~^z(x$*X3-zMgI~s1J!gl?t3eIh$v`RP?*s>p(sON{( z$_+x(6xO;G!+@qZ_ha;jKEw4=7mge2Dhq@9CbEsej-3@pJf?;5D3!#zSxjNAexu*@%@LtjGG7XWK2&`?jq} zCx&)DigFvRrDKz&IwI@Q9mzfv*WEU_BHuEpwxt=x?hGcLlJ{JTFok9^OcMIcR}<}^ z377U>pB?-XdW1y8SFJX2URHp-T95)@mIgz7`2@5N*X;&H7KUpFoG;|%?}X2^CApv1 zTjfMa!=9cDu$%Pjq-PW)9Zz5mJ7bM7LpllIkR$PK!`c1){o6?V!ho;^2?!kwrI1Fc z)1Wyq@-Az)o+6UWKO;%P7jt*pM29#5ioScFGqRQVo8FnU&+`|cL3JOd|4$7R!mB?$ z(4FF6qg-NSCdyaz4+wqs?=U9^JkPxWu$y?Y;Au%_xc4C$m8Sl8-Kus$1+us5_vk11 z^-plEMsJW+E;1$U-E(yR7smf5cmjledf4FN;N4gO^WfGSQ|D#n<*nP3r22vD7(x)D zCUXcfs2X|Wv;g0+1iDFojeGGnI59A%1Y}0Zw2=@9gQK5p&t$sH<&|4~d~pPr>E)2! zF3>6>&0Dj4`wqGuGQN)8uIvXxV&9hV6hW0kc9lbmNg%3&A&(Mxh&a;|Cr*F?F)c70 zFuh;>%wNmw2%=~FIKSCwx;HIj16JnoGgSWh z7tq^+<_ZNg9I}#XJ5nd^yidUqGU@KLO{)S~66hp3Sy`%g@4m*4iZHD~143YANhh^1 zk~CcFi3?BMm0?C~CId!C*n|oTFl+OSF%l2?eU+heU}WU|&a47;mnpJT(2zjTo|t+u zjlb{*_&eWm;FSUy2UwZd5Ktkn^78U#ojiUNQgB}Q=jL)jMT_3R;TeLsmN*w`H%HaJ2^S!j*F5WV1Y&ih?GXh=`Ry<7vR+p~(=aW+W2VGxaJR&3t5^ zO45;;;h9AsF#q6#Sk^yh7?H2u1;F{ne*QNt0>fIN|JtwQ(tInNY>9*P^Q&xZa)96h z^;WO&fiKqN!);d5aS<)_{ZC&(Z<3895uwn*CX47H5OvoC1R#w(&!|=p%=%T01#oI= zX_>iL1Upa0m|J~$eU^iZ3-mv6f;PQ;L1*}H50u#!iwf$z0OM-!lcanE9e&(`bm|UF zLZfrHuDKf|1zmX*H2tu??u?RtTyube1{%(5YHRChPnOQ3p$L0mYKr@G zQUw~k)Arj>rMgABLvlZ4YGq|b&~d7LenP|$bUk;r;UAxsLW=m4l?Pz?zPq7?BHqg{ zFw8TWb>KUU;IMw{Rjge^f=gZIw888ikX%r}N!F`!&i24B+PdfzP<~~;RowJ|p7=$L^ry1Va(Dl6&NBZltA3M$yw;@(2XA<%ZSbJpQJHwT9z zu$aSHFSD~-kADgB04fh|(5X%L{Mp?1;(uOgcyRwdWpFW&E3sfO2L+r0J;pzd0jvRI zIC(S&=#s(ooCfZw+`B>GmzMylv5j2nE0%{A1m+O`IC+x$b+axwA|OhjgomFISMjU$+0CXt3@MYqwlDcx zcZBQ($o5A``^Z98g2*xQxYYj~yZ!I@hN|UnGrG+r3U;dRpBp#BOuY0gs6!0CJ=fNRC+H;4OUc;XaGTa?@j3)L_m?= zLJvw0y@Wsr$y+<|oa?>!y!ZcpAC|bY_u6aCImeh|%vTy}@(hPg9)iJO42lZ3?!aKX zDBvgNz<%%vTdUU+_~WXZoSvJO;{&&ccU|toRPVYu**Ut|S(~5sxbNa>?dTvPAR%!1 z(rGI(ll``sns0W4>c^}}P_OcE`Z*F3i) z;iZ-yQ-h;EjZ_?4m zeCbRGxZ8n01-vC17j_n4u3yhA~tYYM1)(hsHmv9rA1psB}md8m%P6278Vxvq52549xh$IWpO5P$I?XIB5!P zY2lfYp^?OUlsFj*$+c={W5}S|$8%iI$S7JZ`bq-$u0O6OJ6pxs**UdMeF)mdK*Tmh zSxqh2YkejmE4Mt;`O?LUia&n*X#W1)mW@w90HLV(3LO%n8WYzHT~5!r+TGC+A05qh z|K7cH-)&@?HL5A;TL=#yAD?n(XXoqJue;V~yThWR?QBwNZh_N1om>gl!F%yyr+vvt z-#u*fRoCMzEUDlyw|rz$Qd4c}p6pA_tMetp{JYhnu+zx8of}e^6#`kpYWffhFNn7w zJF*=T3d-B!$gH@k8g>}W>Iro7??lle2&Sq5;?(RG^lkwkw{rY8$lV}~ zMQ?yZ^Z&yhT+H^O7~CqKiF#)%u(M-A;*Q%;tO|YdoOE1rq=UgC(!A&|NM*dTW*ONs;Yn7Zb|Uy(#8{LAl-YW5whhzl( ziFc%@W0TxhPfCy_Q;ef>ISI2#*p|qguU{2%jL7m?vaW1XXWfLL+gt4eSx|iRc%){` zZJb(k2anW4t4FIZ8$agf3o&rY+~h>AOVD$EZkGyr}f*Y7=2$;a%h4x4{y}JUPv)OwbAgJL-%I z@4Q6J*O}vn>_;p0eYZDyhs#_iS00Jl^jvszQcQ^hCGR@jrekiNSZp`o(zUkfBcr3M zOJ^q&m)C2$8^mdJMl+JQJ{u`?_X!KX!MX5+upfkNd_mlfN_U#N?u{FD4`Z9=@HQLs z1G_A0s*&&g)@q+V_sg~vkVrRa?Gbd3^+kxQ?eKTucn?8sDN*v&#?&P%Dh z6qF26LBz7n4!z0!ZPLYhs^!CAx%-@Adq_-7PG)AN|H7hoLF=<)mp^lz?a8CSm>q}& z&T9+|47`^vb;Q@nUJ7dQ{QIWvMgqDW#TxfAS5bk1-E^Ej@n61tc|bre*U`Ox^G15s zbJ(F|*x_NV-U8;q*@OHNmMUF4HRZZ{_8;!4b)}mP3lE>!Tp3rY@QChBxO(KT4XpjD zy;?JuTj937P?D9Nt`KhGWo?lt$j7H;ViFtcy?9l6RV=c_s3|Hc zg5>XV#~5QWud7XiS(!p&0In-vg_yUHpa}MG1j}rKO)4p*aq! zb&p3v;84y58QmCGAvVFu2~iH^iXfbD9SKj{qzS|RgsIIPKk4P#J-C5_G)cFa_|VYf z3!_y-Jz`Kfd-jq`KG$^jYjF?C<+d|iAHR-L15Zqvq?YJ;XdLv@0EhbAYkR>BO zUxQuBL)*qC)5g};&?g3go#wO~o@RtuWfWJp*L?q?`@|!+S=Z5KFDTO6c(H7S22+ub=QI6Fa zYi&~MOy^ZJP#n^t_r4wlui^S;o3JpH*41?fs`OY_qjf6Tu%mZs~wrkt^8gA4GKPY#y914a|?@8grdD! zpx_7{n6jbF&)eOBCsSC@egJ5<;A zBcy*g&U7Rgd^CUlsh|MgA-E!Duqj&|_&Q;}%r$ACJV*D26{2j@|uI1lKH1 z7)(tT`p;cdIA~n_7Dp@ev@h^cp=Q5_I+<4OsW>rjyh%lf#05qe%h9c~k0n`C0fzcnf7L1vgiU6I2`cmkBv84}=yT-EIZ7^5Y>DJv zpYgAsC?6&F!t#$pYcu0JqXoWkly}}_i~9I{&qeAj?t%Qmf)jH(0j=(^oymW%E{gRR zG=83s+4*f1w3X@o_8#EMU&Jgo-u}V0&9SGdGI0?R{iQX<#fT3dKD>VQN;6F@CNwrS z_tU4#-B=Vgvvt0iqW2#@5l>}bOH~Au@#+sEmNvbaItImdA6D1aijWk)H>V`p*2N%@ zJ$e&DkkZo9^Wz}FynZ}q4ULM*>P(VXM!UGU^nkFmA1qX?4`6g$5u+ljQ`wV}4@KSt z2RyD<8BXj(i8}whMGaj*F|>7c(?UZ-8!ecan3y>^^8k)%VW^mWI--OKc*T}awZCx5 z5I|Q((RCrsDH?giGBNKN=ORLDNZg)4vd27cH zng7)B%@K@@qx*r)#&`EA7VZaN%Q0t%O5NCr$R&__QAl5Bi2IYKKz`LzW36^ka0BWc z%#OAMke;2T=DT?N4)uy|YHhtvBWs?EX&@^7|DT_EuTrn8e@ik<&|PO-{}~jBpH!BZ zUG6e0+M0DH&Y~*B7AbfsUNwW*=QtgAR7>! z^-4meqZkD*mOR&F4iT`s!QYuH`H#ONsp7hXZ!SH`LyTY;l(w<%Cs)@n?xt!9!9ANN zQ3C}vN+NOIrqiu@xyr~Qr8v%OsX7IX>4w_L&)-Sa4~jX?zG|v0A8%9PH!i+;@ZhUR zucmuC+S+>Tk>gb2Ce%LZvd^Ag?i@12@2W$7^`*Q{_BC;gfGpY-6P z7TZ(sZc~}jyqa+KULI3z+-S7ws#{P;Z9yV`(D0uoCg>#R@jR`;qFJJIoD8uwd*F3Y zP*3wDvhXiLd6y#$zS~Gl)P!^KYO?MUM@~Ddx^`WNb)=jA=MoOiQ5lsGL3Qo>Z`6m# zZKebE8H-;I`hIc^c)^3RVxy<0?_U1FwZ0;cED*XpO(m$0r}j#3Ay*n$p;o7Q?L=IA z8V-l^Z#6Y#o!1z=wbb7h=^_VT7%=`6&-#FVtU>Jpgfa-K?Cb7Y6G$)GUUenWF( zJ%fHBX*JnRHDA`6>8?O{@nTL#wrL8}nM{t)U}UdVPnC(L1SR zQi&kG**HA2A^?=lF*iV5YG$`dSf91lrQsR?H6gKFQc{Nc`ue*pq#e9^?Jm5(AiWwU zvz2(+%nlPCrlc$*Wj4=;#S9u6l+xI$J-9)gyOi(D&Uf_n6J}SQr%3 z|Dvs_ncy%|?)yEhgM~^W=;>X*v5)5R%eq!BzdV4SgI|9hbx4%hbzJd|tn5>eo^JJT zB=p&03TS;mOuh#Hz|${oLp6Y$fu67IRuW%sY2v_+n3&k$r~82dmxi`>p#N%@+0Ne2aPqj2%s*=%GH^iQ{g1lL z_Y12=U(sxrCPbHmSiNGRqm#mF^5}-TG(Pk;iX$gE`P}5h#LNx>i%C_DQZar?Mf&fP zhX$wCwzQ3n+4BLeI#zjr73G%Wcmdbl8^p@YoROO=V0KMdSaW4%h4;b*A^Z-6Gbf$_ z1pggHM^co-arKOFI}fC_b;jAVXM4a0{ww|cdY}i5B>D~G=zy-$+}4HwziK0f793oL zSxtQsOi4dk4Ql+V&T?@LiJqt8N1e}C6!?Gffm49s&W_bRCC;iN2d^MZP4fWpwi>PU zG$?V1`7g=C{4AA!HOTr2RIT5!A1dZIv+GJ$R8mptsUnPKiL_tSqA4E`_MOWpE!E@Z z=2lWu6L;r_9(yJp^t30hIGNSzH3hSSV%2>`=AV#O%xBX{3qyU@(aiRZI1$U>&!0a7 z{v-gZWlxVbzg~Xrx+iUqo+~UOK|`{K%>L(}8Cz@9wq(*4cCHfY8V=tqT4iKeT!VBt zDkaK)I0DIK@voNF#H+h$?DYkeivC6R{)5(0wUK}NY`%IB?uMpdOAOd|Rd;rbLDZA$ zlC}x|{wqNvNT!l)!X6O92~_fVmZp(-P#WI+6HTVH{>GkvG3qH}B&3mCVW4J$2Qozv z#2+BcB@NV+=&xKZ+2ND`B8oqC^?uY>1i3(^sWbw;{0wY3TjOHQRyWjW{MrD|A2hx2 z-#>QxHktxOIP`=a+7qO=)}p`-&Y1uB{QRV-)my-@jx#f-OibL%(Jx4KM%vrw0D%!4 zVUk*m<3S>A9Z4ve%*4dA_5+{flH^f+{U0rgESioecC~yE zDYEJ1i4Zp>zQW3j>6BWxPol4N^13Z-AAg-nh_7Y< zs&6GL6Q|zW+q)~OeOhXE8lYv7+w2|C6kWJ_RUc~gv$C|5l$6GWU%h(u8ifK9%Hxa( zYK)Z{)eTjeyR?^fSy`DENTVW$5lPT| ztHxdfP_F+vI2fU=9h#~hmkSPFi*JXUn#JRwUX)M1H*_1T-34{(fYi_R<#Yp@R6~}wnr>$E^nlndwYcl`ZoqY@8{S_v+h_yU$@Zcd zn{14X%qj3{5dG71eQ>{Yp;^&loL86tdu+PMczGu2t8k7N!J^e9-=Me2hW}-s=j&p- zKIK5ujE1WAqY0Ky6^VbqD7MOJ2=OWs6 zX1`*QUtnuOaq42LUp15Qdk_IXAK79mQ+PPmaKTa{MQ#I!xX+!l!Lf(vXlmYdw+gN| ziePPN+J14C7a7uwVx!+A7>De~6`*AY^$HEqZsW%75{pBG`(+%_B}#&1EWZs#Kn0Iy zNE1cyl#hMZgnkeKyA%Zlzjc>?MZQ^tNN6gKd>WgEXnKLe4=WziJGn?uvrx60gn zH>L?Fed(2z!-?t9uga|0L3vT-rl`Yrw0DU3?sUy0Hy}*l5(5RgKwo*1psS-}4d8@F zTHSR?d_$rq3N>o}r!`mMVxE-yn1)V>Z;aG!n}*>G;=QF^(xmygOD~VW{HH!BkqM*T zdHavBr9Y)(%ml$6BlWQF>pL!;J9o@+iLF&bn{%JeYE9=G__XJql)iK$P**$$C$&?X zBQcH5NHXok5woY)@t8u=k4t~6qZfdr_%C&|?;!n8me(o`c=Gnr_c?r~VTl8jn1~#M z6aYumW*F!)fq$!`Ilgx2*|8kAHL-7!k2cf$?1ujk8ZEO(MhHfyGP&bV!pHTu)O_qU zpZUB0CZKvnym+ynnT5rwW9$se?Wt=ma&x7$qv)}rfEt$t+ydkmpvHol94T%e39+=v zsj1?bYv3LGnfuyQF1&XsGb+D7?^IP@E@XDbbUOH*LDgw3_Oo1~vl!*$y~1}i*}1qC z1A^JKWMvg9Z`buz6Ekm{lH_@CoRrNw4HYt)p-oA#(%$+fKCBH#3o8;RI1`2wLK=J8 z*^_lmOcKE=_!b785dl+ITJ{C0a8tf~xdl~saGdlf;v^hn&&@{K<{mV;cgAi#e{TaJ zs1F?$wYw3Cew5nA*<*+rSJg>Lw{*#ei`g8~ zUKjZJRe}1rtEs22k5@!Q3sR1IGD5n#yLAwV2RKQH;M}|gTs{EiMb_Qtb4+VY+}+*F zNvq#MQ_%gW<)4unCn->aU1IcD&gs1SRTP3~-a|-BplRIJi)i&mUFQSRII7RHqWP&u zt};_a5wRfP2>Tr%_lCyB)?>vh~gAf1Zs3R5kHp(WGLXeRLV`K z02r*T%`C3b)X@n$2k9`>#^}F2!NSeTOPhOu-1Kjn)lN*Dt(8?r(4QirE)xn2Y*#eU z+P|T5KMkFWubii%p;7Lb{cncin=@dehDsbUT`9^>$vf1IJ}?#N3xrkRo-zx0e9A-) z7Frurc@>G<^~Z~}T}g7jCLo~pAE;c)(gZ1}*H5`ri~z;$P=7W57I2GIqr_DKVd#)r zs!Re-5#7AHlG2?=k4jfpS5G#*4h#fED{*3Cg7#(q$2t;&_Z~dpm5|VNtXz2kPIY)w zs=8@h6YS^2|DsbFR(6>}+_~eH&=C2-C8JUev>VVH=z^v}Ytm=v7YCQbwpQ%kEr(juJwGw*w_SeqNlPOOUs17!>c>C|IUbffQ_Kcg<1D*<`DXTQf z3TQ3V-E}-`Eufkn0RBPV?SahOF(D7rU)eKNMpJH2LT49bXF{Y2yW3CTRLXpqN|~vw z>+ZiZ;(^L_YV%kNQHx&OHzgDIym2FBr;+xUAkRUBNOVfgGc<%Vr>#FnbuU#e>3|DI0J^Nl~#A zcpR!oIF)WCrl#Hoz}80slzfEJZ-KI294<2`w0Z|bjNXqH^1uSlEH3WraffP?nOUz5 z1$f$4EfK=4i)-6EkOzQ|!jf(SZ8Yp01mM7P>unC>bFXKRDBP6PCg*hUl_#0Blxv$- zUsenVSM8iC!_21nmP>fg4`(E~ky9sEPSY>-1U%NKv!3EuT~i zAXmo$c{mJ>?z%DsLe;Kc2=eeHS-)YE1=zXP+Z?;K3GPq39#9lzQ~7&+1*`M8nj+OE z#Ol50NYC^Z@~%9%k=$13(Q4@RQ#fz2R76WTJV)c^&BWAEVSUiGQZYzw#!Mi467K~x z+uh=M7+c~spg^OOL4relaet#PzucE_(fN zo3__E#EC#I7CGECcOJEwkQgb^Yo52p_4M>2UNCYdpy0%)=kKmEQfVxpomtKS7Npx2lVA@3T)dx-%r z!T+O&Z=Uv}&&UslMh~UPSKD+oWAXP>x^9yc(4sEa1@X&n9chBY!=*L86++UI7xlYy zWprO@nMkLsNGf6kjC*s9E6xW-@bdEZ0DAv>ym zxGV?eaRA|pU98@AkS5L~L7X^{bC94Y#$2j%Namsrmeb?l38}Pjd2TvNSt6Vu*l?1# z2Dj=Ld@ts(%@=G9BCVWQ2iHIP(e;`9t#nh$F5cnwB|{USYijH1#ou@upa(b}Rs6hC zW#qHc07jWqiyH!2mC-Vm3 zglIv z*RN;Ig{%`kC6#Y))!0~9Z&~tjZRVbEO$la`$=1+2HokB@3B49yos=c!(IT6wIQ*pHf`=3dz*gj03%1*n4J5IY7gOMP6kJUcj zwT;Qv?@pw0I%tE7Z%uMa0?P5Myf~LsbHE%x>Z}O>#j(AJk!fTmP1S*L(f|CsF%9}4 z68M*;`j?IcK>^H=YLV40wr|ix)1~2G!(zW9=wTpb{Tel3B~fJrnpE`Z;V-EO;4LIu z{c?OEKi%mB1j&Ej-W~}d@h`B3{`!|#`xkst$9-soHJ>Ix#UG5aq$ym#!}Wg%Z4d^F z{y6mWK^H(icQDq*clq)ifS%9<$+B;aDic-XGrB=)55kyutAd;Z0}k(jWG~AA4h-0g zlAsD`)Np=-q}!DqEp_YW(2J3x)@Wel=Yf%jSvvUUV-pbh@g|U|K^+r7#?z~^AfU)(fw7>EA3yFI2fqR4tGm1# zJprlz&^9kFv8(m>E8@g*r6fli4u(4m4t9Rp@ob~k=+Za&V+%Gwj52Xy%B2VTB>sR7g> zD&Yjx0F->zj)MpGLnn9h76S49^5x5Jqn^{Vq_uWTw>ms0GV-Kqr0B(T%$Y5^S3?VZ z;8pZ)F`bP-fhi`CD`(e@kvn)WdGeOy(bz6fG;lodtyiGL4c+@=jL`4|4#ft|YlrB} zzt2U&71SE|PB^=q61VFB^&3nOdO_nxV4@EZFrffQIiN#2(`_-mN%D*U*@2?m59Au# ze-b4dartIv(8#0FnYuzhCqTu8K%g}aj>T!P@x$S!z=#K|Jp>GJgcl{IVUGCKey7viJABol5=DqOZ+M&mW)5t z2pRAni@o-7IhBKvD)f5$vpu$;Fxbv^rGTX!Byw3e6UPoBvE3Oy;2KFF?ETi!bl{xW zY=IC7)O7?9W1;a*W5X4Tq}0bPoj8y=Us;6B2I7#I@su%>Lk|oW7!yXZGbA zKoAvx!`381weL10fr8E9laU$y{56^z^j(k+IsQhXr_9xoI#_p&0|i3M%-O9Cnmhx< z_JWLzi9Cu!2egi(z64`H6@Z0CJtef~+SDxAW=EfW<6xLh3=qz&dY9;jSYO?6BNxSx z6&fIK_Rvje2!v-1tbiFzXkaf*{DjrXXn*$q@EsH?K-I6dOMR8>Cz>3jAO1{T`j oF3pjL#(e(22YmnQVlrGHFd{kSjF>r?7KSOxsol!GY4+rQ03Hp}W&i*H literal 0 HcmV?d00001 diff --git a/_images/notebooks_04_test_flant5_classification_prompts_55_1.png b/_images/notebooks_04_test_flant5_classification_prompts_55_1.png new file mode 100644 index 0000000000000000000000000000000000000000..f3eb3d63d18fae29fa7e8d012be28efbf091d304 GIT binary patch literal 11551 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 literal 0 HcmV?d00001 diff --git a/_images/notebooks_04_test_flant5_classification_prompts_60_1.png b/_images/notebooks_04_test_flant5_classification_prompts_60_1.png new file mode 100644 index 0000000000000000000000000000000000000000..89cb61bbac298d9f60adfb4e884648778e9949ca GIT binary patch literal 12073 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 oUB|KciQ#J_IW`f@ha?Tq( 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 Smkp3WU@8jgw+n7sJo$fA*7Ilp literal 0 HcmV?d00001 diff --git a/_images/notebooks_04_test_flant5_classification_prompts_64_1.png b/_images/notebooks_04_test_flant5_classification_prompts_64_1.png new file mode 100644 index 0000000000000000000000000000000000000000..51fafab603a433ec2aff9b1b86d51e8f6c0049e6 GIT binary patch literal 11838 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 XQA2sut;!3IB0`DFiDloq`{@4w^9Oq= literal 0 HcmV?d00001 diff --git a/_images/notebooks_05_test_openai_classification_prompts_15_1.png b/_images/notebooks_05_test_openai_classification_prompts_15_1.png new file mode 100644 index 0000000000000000000000000000000000000000..930d1ad9c6103265fcad8400d18d165fa4d81a19 GIT binary patch literal 9682 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%0Ab?)|1M;`9?%3eUt>Zb$lbxI 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 F{{z@Z2}l3{ literal 0 HcmV?d00001 diff --git a/_images/notebooks_05_test_openai_classification_prompts_22_1.png b/_images/notebooks_05_test_openai_classification_prompts_22_1.png new file mode 100644 index 0000000000000000000000000000000000000000..d7ec2f054db22ebbd3eaab12a3952124da4dd316 GIT binary patch literal 10232 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 Nmvk=XU$FV(e*n-+E7Sl0 literal 0 HcmV?d00001 diff --git a/_images/notebooks_05_test_openai_classification_prompts_27_1.png b/_images/notebooks_05_test_openai_classification_prompts_27_1.png new file mode 100644 index 0000000000000000000000000000000000000000..321b162212a02e3f8d18759e9d333dea2be5e655 GIT binary patch literal 9870 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 V+HsdL;N38oiju~)oGWGz{s%07hUEYN literal 0 HcmV?d00001 diff --git a/_images/notebooks_05_test_openai_classification_prompts_38_1.png b/_images/notebooks_05_test_openai_classification_prompts_38_1.png new file mode 100644 index 0000000000000000000000000000000000000000..df6a5b895d943aea477dd23721468bfe3545154c GIT binary patch literal 13495 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 KwE`vUkpBTdlp4qY literal 0 HcmV?d00001 diff --git a/_images/notebooks_05_test_openai_classification_prompts_41_1.png b/_images/notebooks_05_test_openai_classification_prompts_41_1.png new file mode 100644 index 0000000000000000000000000000000000000000..66e895b681fcd2ea9311fe85240f19857114177c GIT binary patch literal 13663 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 literal 0 HcmV?d00001 diff --git a/_images/notebooks_05_test_openai_classification_prompts_44_1.png b/_images/notebooks_05_test_openai_classification_prompts_44_1.png new file mode 100644 index 0000000000000000000000000000000000000000..5c63ef90725b0290058dd470a84b62cdc6882d5b GIT binary patch literal 14444 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 R_$&=fL00)r&TW%t{|8P==`R2P literal 0 HcmV?d00001 diff --git a/_images/notebooks_05_test_openai_classification_prompts_55_1.png b/_images/notebooks_05_test_openai_classification_prompts_55_1.png new file mode 100644 index 0000000000000000000000000000000000000000..a6535ba151f268c4a6b15912245770b6a1fde333 GIT binary patch literal 12371 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%0AW617OJbQ^!|SAbKRxybVru4Z z+2uHrvNozBL{PX8C*0eU2+6JK_Dm*GJ06|6cRMKF)ij{h7GfhK(_X)RU0Oc{R1n*KE~({D)ac0=BW9(d z`kmZ3LF=?kl~^2*VStQ5s$IwK4`Sy%^0KqP*aDm--CX8~m7biO%t15+M9%`-1LV)F zgarEJ4F&M=QjR?MO?iN{CB4YT%L|X}%}}B)S_j5Lj$c9UZ&|8E^y*c)nVA{W*#vb< zSj30~X-gm0evRmvIeEJTsFhL7lfWR5macd42S8KYb78Khp7ij@v5_;^0KL*MHcrqh zG`>?^n4Nw5qOhF?$stGslely{LDX5+cVjMR&lg+oKTzvknwFm42T-8e8@`(zQkw~d zXdFkmRhKMWdOHJBpn7|Cl3(lxK)%r~a^r_3dinE3P9kB`_@QR{E$h*bLC^u#H8#!% z5)>TdLTxC;1K_G4FTdrskBBa_;=3C>7l(lsJnc6$>huf1`7VJDN$mmvq>x?G(prt; zO*y)DQcb<&m{KPH%yledo}W~j`qNvUHL73r1$FMrGfXmh&N2jMRPshn6D1UK-p=&LozW-ISdfa($r*VidT2iTQ?JCG8o|@;}Qd-6Md-h`% z=evwecwDVN=hpd*v=#Vx8YO++sFfY!addJfD`5FQ0fkOvoJi+jGBMlNbXS&$pVI3) z?))pllbPen+*(5%^-hIWhu(D`znNIN-Om%W2ki+p?%tXXQ z03sVBj8_rEGD^+P9#_NJPU?r0&%bwOkkrhYl%TRke1O{wRShe=DD&{L?>b0Px9*Wi zc_AyNz;Nc-SM9T>Pp4)s*4lem-Fz^Ht(d{vZx48GvCWGaez_Pho=(=g_;$3_TVJNSy!bu z%SQTmf{&z9sLs7kePNa^`imQsuWgacF)XM{FObF!$39U4;piG>X z^=tO)M+8VraKpSs2w6Gk|Jgsh6&}Mb$o2ENQ|^5NdQq@mpS(`|iV~`YbK;etgm1D3 zy{H3N-1L8iK8IyOGLGX7ty?#PcBYo#kr{7%MmZ#OQ>hnRitHoK#?AZw#o+3M}YPCxwB`l2@CgUWIq~|!yC<@^}2lc zY{MuSc=L=A8pc^m;+Lai$q3wN)2b7ptnDz>C>aFG4m#Y!kDJeI|X}CIz zka*i6prS*{I!G)zij3a!KzXYh2}n>!0n@lP=B~qbNU-Qx8oIO-jc{I0$rA%#=`H?J zOz<;`s(Ly)R*k{*EFQ}Iz`$D5AnKu0-Sa==-Sa5V#`x4#a4uG<$LMFzo}=Kz2t^d; zfsm}ghi$XoBFPiAcl;|F;FvuiaHr}c{BH`#q+tL#whVk@XlzYBu`wvI+ z-Ve5)vTN2S#-n=c{g1l;dXtSo7-d98o&g8Q1_agQs{;jsDJIlXI~yM7ViUF8>XO-B z)6}$1O6#VYdsYt*MxuxdJz7C5D4jX!%#fYR?tZ2d<>QJ|@d*^uNyPItJ&%N}kA`+o z6A1W>bRg`3)c9r6MYo;?Xy+e4etfUsdD^5eJ1L9O!DxH4PKqa%*}r!8rA6Tnlr__0 zU$#TrniDoA)UChk!?;5odikjT(&WujSxOr+Z3o~cC<;2Z+c8M{-L^k7U^5)X%Ne|p z8f&JH;82Q_sV&9qfCHYnSvjc^X;JVq{RCX)0i`u+3E{9JFi-UNei>Fo(>;MOZ+{l<5{bt3Ajx~4ZrEFB}N z`ypX{SfHehGF8uLb%_E{&-l>nQEYC(cW=?VyEv@yR=wo5px?db7rNftGs*PszdAq6 zu7lXu@ZVWGu6iE^d&B%`AgICdEAin`Mj+HR5b=w7=T5?4AKv5akqf{!2y9!@0TAIN z#QFl;AifNXktIp|`(iz0jl9?TC;j{_pOA~aqno9rWL}4dLHp0Uu zwtc3&&rkuM-Y20n9sgAH_h(`7hq(Tm%-{LL+t-gH|KS4senxV$74q^dj$T%Bk75#l z)T>`?+Fexc={b1(kMs*Na=RSR%rG_sWjTelE6Nm1(#C+`QEfF} z1&W5oV_=Q}$)z^t+qZ9}4ub_oBHYGR8m+Osn7!@Qa)6Rdz{BDJl1@}~kzTpUEa1Bm zmvtI&qd5V5Drz!)j+lqZz#^mRO10G4A?c*6j~1mo=HBo$?77q}eI%z7uuy$(J_fAni*C5S=PhPY_M5^WEf-mX=Q0Wr4(&Q}4F}q`kLB zL!uKC3mhBpddUGhIl(6{q;+;`KxE^~KTm!6K>+0uMCrq(fBK(S!+zuZZ*lX;cl(0Re}wDb zBF`5Pvyi$&X0bc?sqw0>?GUH6_}21S|4jn*&S39pbgp+kMwpu?ygy!B(TaE!evLSe zTHkSP&>Ih4R|^&0;%@hmW5@4i+iEFNG^`5S52E|#UfKk8xQbYhZM{>T!Kj!>l=sEy zGQ~4!6*Q7e3rkAHk(j&kE5xRCCGNH9O3ZAq?=-FcRrUfpvVHZ1!!=O%b1H#P0Abt;!~SL{vuLDw6bQkyYx%_2HlvI0t4 zE@S7=lJ%(z{u|u$-{XrId{^B&N|8N%$76Fhg}BvTNN?3vSUn6L_NmbdIjP;MSFrYJ zf<5%<)6QU#>dUK-L+5ppb z8pZ>2#ir#oyXmYfZ=JeX?D`r@0-eC@s8KJWMRdIm88C@%Yz`ILLk@S&DQc~c*h}eX zj&@=7?7F6F0yGqY*2S4%cO7pUmK=Qw|B3{v4j4O%PS9$ke0Y4>YPvlUvU8(Z8y?)h zpRlZu=1jEoJD&OZo1ay&Lp{$;{O9^?Bm>8akNxE5qCP^!OsKO-n)c*54oS^i|5kz` zmSENKqj4wnAV|P zj#E(deGDQm2PSrbVL1*op@=5}Git?<{_+&oU7Jtu?Ut*P<*Y=cx z*p%JnVqWF;icC+()v#N@v zlw>mdRD`zLtOPj1;2qlCs_+8!(HVFcF{fzLRqC77{|Ph}QOTj}cmh5eN!%)8D)Yst zgZ`VQCJ~|QB?Av#LC?yNHP9aX8yXRqLKCO~1jy|su5Cg-<>muTj4hvC~D&l$3RWutc%-fOBERT-Aj7S;TE*MH=Hfe)X9=j9OdKi|nw z{S?SuS$r#y6w8daamq~!5bnt@wxJ-!IqJ@(g2dQH?QrZ2)QU&VstQ!NkTTFl2ju-0_*8y5Ovb;e8bS$X0#R-wibAftw)OI=`2?y}NE0A3`AxZmpq2940$ty?nl9v?! zmRG(E1ntY@phS}zP$)ou4D84^k`@k?#=kuMN_@`WMH5QQf5|F8_VpR4sK8YA8xY1w zqXr5XNdA`9|B=c6i>&T+B+L>?YTgh%xD`eReC_NeMuLVE~{ax^^IMB?X>yi5r zK(O*9@m?xEMR^KD8IRPtDu1z-A<(G@NeQR~_2~7eb(#8*Zo(^fFAj_>XB9=@`2a#AWW zT+4wO<(d3s%F#IE(f}XgB_bxSgdfUXU@d)%< zx61kqDw#t}tl9++`V(_O3y=Nx;>&lhUk6_=kj|};rr~YX-J`G@r=EglCD7-zvbtK= zzuz6nlhOVDLY;1(OA`6VGOGsxK@RJ$$3ztq=?IHp}9tN|0T=+oS=#TIX`sOT? zK(7>pVll?9;e|lp1d*iz#7Hy{Fvxu9S;2=tB|r7;Z8~UZp^313F5-QD*9i z0=>7ee#ZvbV{k}E0Z3&hg(wSX0^%_!1+CcIx z!tUaF4HmD?sh6(-e7_%~DZ#JyI!4W<4Nr^4199B?N67<2VE@Dk*;;srmf!O7sxmCM zVNt?$XNEx=Ekjt2@L6u6ReQlz1sVf!;LMx$j_;8v(DKSb>IMDE)h^Xj zakhefTTbAYx1SuZ>->osHuZ!~D8CYiD;<-e1%f7EA;;mLpT0ao{L41g0$y(rH#zkXel$$#zD&gP<{ht&;@QBTMQ oJ-JVGAky;xtMC2y%>" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "clf.save_model('my_classifier.meteo')" + ] + }, + { + "cell_type": "markdown", + "id": "969a2ae5-8745-4e23-8167-b3d0fea79c61", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "b2eb332b-2a95-4733-b221-03909f059e5e", + "metadata": {}, + "source": [ + "---" + ] + }, + { + "cell_type": "markdown", + "id": "d0e50993-018e-4fac-93f7-5f4db4fbb369", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "f5544d1b-eacf-4deb-a04c-22627123ce98", + "metadata": {}, + "source": [ + "## 3. Load a model" + ] + }, + { + "cell_type": "markdown", + "id": "7c2fe212-4dc9-4303-90c2-3cb670b10195", + "metadata": {}, + "source": [ + "### 3.1 Model creation" + ] + }, + { + "cell_type": "markdown", + "id": "f8e2c604-67c7-4834-8552-d69206762eb1", + "metadata": {}, + "source": [ + "For reloading a model we have to intanciate a `DocumentClassifier` and use the function `load_model()`" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "cae37b63-2780-4581-8dac-89a1919c0c64", + "metadata": {}, + "outputs": [], + "source": [ + "from promptmeteo import DocumentClassifier\n", + "\n", + "new_clf = DocumentClassifier(\n", + " language = 'en',\n", + " model_provider_name = 'hf_pipeline',\n", + " model_name = 'google/flan-t5-small',\n", + " prompt_labels = ['positive', 'negative']\n", + " ).load_model('my_classifier.meteo')" + ] + }, + { + "cell_type": "markdown", + "id": "032f27c6-1b71-4299-ad38-fa23230cee30", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "382efddf-7688-46a7-b4ef-2955b3be8cee", + "metadata": {}, + "source": [ + "### 3.2 Predict new data" + ] + }, + { + "cell_type": "markdown", + "id": "69571f3e-9e19-4956-bc41-2ae2aff2717e", + "metadata": {}, + "source": [ + "By calling the function `predict()` we can use the prompt created with the examples loaded again to predict the classification over new data" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "298b74ce-20a8-44b3-b946-65a7000f35ee", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[['positive']]" + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "new_clf.predict(['so cool!!'])" + ] + }, + { + "cell_type": "markdown", + "id": "e44d96c7-601b-4391-9660-85c91a74d6d2", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "e3cd2c84-23a6-4eba-933d-89725978dc3b", + "metadata": {}, + "source": [ + "---" + ] + }, + { + "cell_type": "markdown", + "id": "0247bb95-6491-42bf-80a6-762c133b2c41", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "961d2939-3941-4714-9f69-082fa391c017", + "metadata": {}, + "source": [ + "## 4 Conclusions" + ] + }, + { + "cell_type": "markdown", + "id": "89aa2277-0785-4143-9a88-d7cd7be528ea", + "metadata": {}, + "source": [ + "* In this example we have shown how Promptmeteo can be used as a machine learning frameworks such as Scikit-Learn o Pytorch. It has a similar interface with allows to save the results from the training in a binary file and reuse it. This eases the integration of LLM solution in ML pipeline tools such as Sagemaker or Vertex.\n", + "\n", + "* Promptmeteo does not only include code data to simplify the integration to LLM model and services. It also include predefined Prompt Engineer logic for different models and tasks. It allows to focus on developing a solution rather than writting prompts, and ensures that the prompt has been tested correctly by Promptmeteo, which make this kind os solution less error-prone." + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.6" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/_sources/notebooks/02_model_tuning.ipynb.txt b/_sources/notebooks/02_model_tuning.ipynb.txt new file mode 100644 index 0000000..bc836ef --- /dev/null +++ b/_sources/notebooks/02_model_tuning.ipynb.txt @@ -0,0 +1,33 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "9c5befb6-f95f-45f7-872d-6d5d62370880", + "metadata": {}, + "source": [ + "# Model Tuning - Promptmeteo Configuration" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.11" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/_sources/notebooks/03_sentiment_analysis.ipynb.txt b/_sources/notebooks/03_sentiment_analysis.ipynb.txt new file mode 100644 index 0000000..c387b5b --- /dev/null +++ b/_sources/notebooks/03_sentiment_analysis.ipynb.txt @@ -0,0 +1,912 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "73d808a5-a4dd-4ec5-b4bc-438f1dd5596f", + "metadata": {}, + "source": [ + "# Sentiment Analysis" + ] + }, + { + "cell_type": "markdown", + "id": "7ffd3703-20b9-46b6-8ad3-502ec27d2e49", + "metadata": {}, + "source": [ + "In this notebook we are going to use the **Amazon Review Dataset** to test Promptmeteo in the sentiment analysis task" + ] + }, + { + "cell_type": "markdown", + "id": "dad1d69f-59bf-4f34-9000-46e5851d99f6", + "metadata": {}, + "source": [ + "## 1. Data Preparation - EN - Build sentiment dataset." + ] + }, + { + "cell_type": "markdown", + "id": "7993f034-cdd6-4424-b6d1-5917b0638583", + "metadata": {}, + "source": [ + "The dataset contains reviews from Amazon in English collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.). The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language." + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "d2c9f56c-4717-42a8-b9d4-cfcc20215f99", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "

" + ], + "text/plain": [ + "shape: (5, 8)\n", + "┌────────────┬─────────────┬─────────────┬───────┬────────────┬────────────┬──────────┬────────────┐\n", + "│ review_id ┆ product_id ┆ reviewer_id ┆ stars ┆ review_bod ┆ review_tit ┆ language ┆ product_ca │\n", + "│ --- ┆ --- ┆ --- ┆ --- ┆ y ┆ le ┆ --- ┆ tegory │\n", + "│ str ┆ str ┆ str ┆ i32 ┆ --- ┆ --- ┆ str ┆ --- │\n", + "│ ┆ ┆ ┆ ┆ str ┆ str ┆ ┆ str │\n", + "╞════════════╪═════════════╪═════════════╪═══════╪════════════╪════════════╪══════════╪════════════╡\n", + "│ en_0199937 ┆ product_en_ ┆ reviewer_en ┆ 1 ┆ These are ┆ Don’t ┆ en ┆ apparel │\n", + "│ ┆ 0902516 ┆ _0097389 ┆ ┆ AWFUL. ┆ waste your ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ They are ┆ time! ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ see th… ┆ ┆ ┆ │\n", + "│ en_0863335 ┆ product_en_ ┆ reviewer_en ┆ 1 ┆ I bought 4 ┆ One Star ┆ en ┆ other │\n", + "│ ┆ 0348072 ┆ _0601537 ┆ ┆ and NONE ┆ ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ of them ┆ ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ work… ┆ ┆ ┆ │\n", + "│ en_0565010 ┆ product_en_ ┆ reviewer_en ┆ 1 ┆ On first ┆ Totally ┆ en ┆ other │\n", + "│ ┆ 0356154 ┆ _0970351 ┆ ┆ use it ┆ useless ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ didn't ┆ ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ heat up a… ┆ ┆ ┆ │\n", + "│ en_0963290 ┆ product_en_ ┆ reviewer_en ┆ 1 ┆ You want ┆ Gold ┆ en ┆ jewelry │\n", + "│ ┆ 0583322 ┆ _0216125 ┆ ┆ an HONEST ┆ filled ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ answer? I ┆ earrings ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ jus… ┆ ┆ ┆ │\n", + "│ en_0238156 ┆ product_en_ ┆ reviewer_en ┆ 1 ┆ The glue ┆ Poor ┆ en ┆ industrial │\n", + "│ ┆ 0487636 ┆ _0514203 ┆ ┆ works fine ┆ container ┆ ┆ _supplies │\n", + "│ ┆ ┆ ┆ ┆ but the ┆ ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ cont… ┆ ┆ ┆ │\n", + "└────────────┴─────────────┴─────────────┴───────┴────────────┴────────────┴──────────┴────────────┘" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import polars as pl\n", + "\n", + "data = pl.read_parquet('../data/amazon_reviews_en/amazon_reviews_multi-test.parquet')\n", + "data.head()" + ] + }, + { + "cell_type": "markdown", + "id": "a02de0f5-b59b-4a85-9ed6-3012b577b076", + "metadata": {}, + "source": [ + "For building a sentiment analysis dataset with the dataset we create the **target** using the variable `stars`. We supone that the reviews with low stars rate are related with negative sentiment and those with high starts rate are related with positive sentiment." + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "f8749062-8904-4418-b966-3c9f248174ab", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 2)
REVIEWTARGET
strstr
"I reuse my Nes…"positive"
"Fits great kin…"positive"
"Movie freezes …"negative"
"This is my thi…"positive"
"For the money,…"neutral"
" + ], + "text/plain": [ + "shape: (5, 2)\n", + "┌───────────────────────────────────┬──────────┐\n", + "│ REVIEW ┆ TARGET │\n", + "│ --- ┆ --- │\n", + "│ str ┆ str │\n", + "╞═══════════════════════════════════╪══════════╡\n", + "│ I reuse my Nespresso capsules an… ┆ positive │\n", + "│ Fits great kinda expensive but i… ┆ positive │\n", + "│ Movie freezes up. Can't watch it… ┆ negative │\n", + "│ This is my third G-shock as I ha… ┆ positive │\n", + "│ For the money, it's a good buy..… ┆ neutral │\n", + "└───────────────────────────────────┴──────────┘" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "sql = pl.SQLContext()\n", + "sql.register('data', data)\n", + "\n", + "sentiment_data = sql.execute(\"\"\"\n", + " SELECT\n", + " review_body as REVIEW,\n", + " CASE\n", + " WHEN stars=1 THEN 'negative'\n", + " WHEN stars=3 THEN 'neutral'\n", + " WHEN stars=5 THEN 'positive'\n", + " ELSE null\n", + " END AS TARGET,\n", + " FROM data\n", + " WHERE stars!=2 AND stars!=4;\n", + " \"\"\").collect().sample(fraction=1.0, shuffle=True, seed=0)\n", + "\n", + "sentiment_data.head()" + ] + }, + { + "cell_type": "markdown", + "id": "a13acadc-92dc-48e9-a410-c9f9b65eccd6", + "metadata": {}, + "source": [ + "## 2.1. Classification - EN - Model text-davinci-003" + ] + }, + { + "cell_type": "markdown", + "id": "87c2e54a-88c5-470c-86e8-cde7bf7628fb", + "metadata": {}, + "source": [ + "### 2.1.1 Instanciate Model" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "fe30952d-cf7f-4bda-8a1a-88bdab1b458c", + "metadata": {}, + "outputs": [], + "source": [ + "import sys; sys.path.append('..')\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'gpt-3.5-turbo-instruct',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = 'sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' #OPENAI TOKEN\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "5e9cd3e0-a12b-49a1-9bae-03647b14d666", + "metadata": {}, + "source": [ + "### 2.1.2 Classification Prompt template" + ] + }, + { + "cell_type": "markdown", + "id": "4caeb6fd-096c-46e3-96f6-2797adfbc465", + "metadata": {}, + "source": [ + "Promptmeteo has predefined prompt templates for each of the availables languages, models and tasks. This allows the user not to wonder about defining the prefect prompt but rather, to parametrize the prompt with the parameters of the use case. For the document classification task in english with OpenAI, the prompt template is:" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "cc83594b-536b-4168-8f01-3be640512cb7", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "# Copyright (c) 2023 Paradigma Digital S.L.\n", + "\n", + "# Permission is hereby granted, free of charge, to any person obtaining a copy\n", + "# of this software and associated documentation files (the \"Software\"), to deal\n", + "# in the Software without restriction, including without limitation the rights\n", + "# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n", + "# copies of the Software, and to permit persons to whom the Software is\n", + "# furnished to do so, subject to the following conditions:\n", + "\n", + "# The above copyright notice and this permission notice shall be included in\n", + "# all copies or substantial portions of the Software.\n", + "\n", + "# THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n", + "# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n", + "# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n", + "# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n", + "# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n", + "# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n", + "# THE SOFTWARE.\n", + "\n", + "\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + " {__SHOT_EXAMPLES__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "SHOT_EXAMPLES:\n", + " \"{__EXAMPLES__}\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Please provide a step-by-step argument for your answer, explain why you\n", + " believe your final choice is justified, and make sure to conclude your\n", + " explanation with the name of the class you have selected as the correct\n", + " one, in lowercase and without punctuation.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class as a single word, in\n", + " lowercase, without punctuation, and without adding any other statements or\n", + " words.\"\n", + "\n" + ] + } + ], + "source": [ + "print(model.task.prompt.PROMPT_EXAMPLE)" + ] + }, + { + "cell_type": "markdown", + "id": "16d13d14-efee-4d8f-a6ee-554924554aa1", + "metadata": {}, + "source": [ + "### 2.1.3 Train the model" + ] + }, + { + "cell_type": "markdown", + "id": "da76d7b2-5566-4f25-81ba-0c219fd58a9a", + "metadata": {}, + "source": [ + "The training process create a vector database in memory with **FAISS**, the main advantage of using this king of vector database is that it is serializable to a file and be stored in disk, which allows us to save the vectors training process as a model artifact" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "f4b4e6dd-43cc-454e-9130-a80ec2cefdf4", + "metadata": {}, + "outputs": [], + "source": [ + "train_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()\n", + "train_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()\n", + "\n", + "model = model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "96734f78-4c5d-42ee-a831-c541fc96f3a7", + "metadata": {}, + "source": [ + "### 2.1.4 Predict new data" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "4338d842-1606-4b88-9485-ac0d1e3210d3", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "\n", + "test_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()\n", + "test_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(confusion_matrix(test_targets, [i[0] for i in pred_targets]), annot=True, cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "a9585009-c616-4f77-9968-5f3031f9ea0a", + "metadata": {}, + "source": [ + "## 2.2. Classification - EN - Model Flan-T5-XXL" + ] + }, + { + "cell_type": "markdown", + "id": "9e00e5f2-f17d-4e4d-96b3-9f8184f6597c", + "metadata": {}, + "source": [ + "### 2.2.1 Results" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "id": "562612a4-53d4-481a-85e6-182e63cb57b6", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 17, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-xxl',\n", + " model_provider_name = 'hf_hub_api',\n", + " model_provider_token = 'hf_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' #HF API TOKEN\n", + ")\n", + "\n", + "model = model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "sns.heatmap(confusion_matrix(test_targets, pred_targets), annot=True, cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "236a097b-6e80-4c77-91e8-f334c6cb8475", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "ae5b7336-043a-4644-8b0c-27d9e188b41a", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "6f88e921-1fe4-4f89-9649-bfbd0f4a60f8", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "1098b55f-7fb5-41a4-9353-fe8745a11da7", + "metadata": {}, + "source": [ + "## 2.3. Classification - EN - Falcon-7b-instruct" + ] + }, + { + "cell_type": "markdown", + "id": "d2dd834a-6394-4ef5-99b8-4356a9cccf8f", + "metadata": {}, + "source": [ + "### 2.3.1 Results" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "bb6f062a-13c3-42fd-9c73-4b19d3fd1643", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "You're using a different task than the one specified in the repository. Be sure to know what you're doing :)\n" + ] + }, + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'tiiuae/falcon-7b-instruct',\n", + " model_provider_name = 'hf_hub_api',\n", + " model_provider_token = 'hf_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' #HF API TOKEN\n", + ")\n", + "\n", + "model = model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(confusion_matrix(test_targets, pred_targets), annot=True, cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "fc528ab2-24f4-45cc-aa55-0b06d934a552", + "metadata": {}, + "source": [ + " " + ] + }, + { + "cell_type": "markdown", + "id": "9a508b91-773f-4ffb-a1d3-288439cfb16f", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "821b5ead-b0b2-4888-889c-3f79587f76b4", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "51e6344e-549f-4c33-8ba9-6256e47c2c09", + "metadata": {}, + "source": [ + "## 2.4. Classification - EN - Model Flan-t5-small" + ] + }, + { + "cell_type": "markdown", + "id": "71ce3032-eaa0-4ba9-b7ff-2f455f57a66f", + "metadata": {}, + "source": [ + "### 2.4.1 Results" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "id": "0c198bff-2112-4141-a528-3d97c9d16a33", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (603 > 512). Running this sequence through the model will result in indexing errors\n", + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 29, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + ")\n", + "\n", + "model = model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(confusion_matrix(test_targets, pred_targets), annot=True, cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "1d69e21c-d1d9-4897-a6df-ec5ef43fe4d0", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "ea111fd4-6640-4631-b6ed-897fa95d10e2", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "b9993ba0-7b7b-44d5-b89b-d399ce4d9649", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "194182f1-0296-4d51-8d5a-aa736d722406", + "metadata": {}, + "source": [ + "## 3. Data Preparation - SP - Build sentiment dataset." + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "0b3ff622-fdb4-49da-ace2-c9e2a1cffcfb", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 2)
REVIEWTARGET
strstr
"El filtro de d…"positive"
"Un poquito esc…"positive"
"Para qué decir…"negative"
"Mi hija esta e…"positive"
"Se podría mejo…"neutral"
" + ], + "text/plain": [ + "shape: (5, 2)\n", + "┌───────────────────────────────────┬──────────┐\n", + "│ REVIEW ┆ TARGET │\n", + "│ --- ┆ --- │\n", + "│ str ┆ str │\n", + "╞═══════════════════════════════════╪══════════╡\n", + "│ El filtro de de aire es como si … ┆ positive │\n", + "│ Un poquito escaso pero funciona … ┆ positive │\n", + "│ Para qué decir más... ┆ negative │\n", + "│ Mi hija esta en un campamento y … ┆ positive │\n", + "│ Se podría mejorar el ajuste del … ┆ neutral │\n", + "└───────────────────────────────────┴──────────┘" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import polars as pl\n", + "\n", + "data = pl.read_parquet('../data/amazon_reviews_sp/amazon_reviews_multi-test.parquet')\n", + "data.head()\n", + "\n", + "sql = pl.SQLContext()\n", + "sql.register('data', data)\n", + "\n", + "sentiment_data = sql.execute(\"\"\"\n", + " SELECT\n", + " review_body as REVIEW,\n", + " CASE\n", + " WHEN stars=1 THEN 'negative'\n", + " WHEN stars=3 THEN 'neutral'\n", + " WHEN stars=5 THEN 'positive'\n", + " ELSE null\n", + " END AS TARGET,\n", + " FROM data\n", + " WHERE stars!=2 AND stars!=4;\n", + " \"\"\").collect().sample(fraction=1.0, shuffle=True, seed=0)\n", + "\n", + "sentiment_data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "3ddc846e-8691-41f9-8f42-3b7815ff0153", + "metadata": {}, + "outputs": [], + "source": [ + "train_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()\n", + "train_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()\n", + "\n", + "test_reviews = sentiment_data.tail(100).select('REVIEW').to_series().to_list()\n", + "test_targets = sentiment_data.tail(100).select('TARGET').to_series().to_list()" + ] + }, + { + "cell_type": "markdown", + "id": "cdfdb171-0391-4e3e-beca-072d56267948", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "d4d2b731-7d7c-4217-9a51-47e6689bbe7f", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "de2d1b15-01fd-4c98-8c92-29256d242cac", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "8d322711-2b28-442e-8c19-108c3a083a50", + "metadata": {}, + "source": [ + "## 4.1 Classification - SP - Model text-davinci-003" + ] + }, + { + "cell_type": "markdown", + "id": "05551ce9-b016-4123-a83d-d9e6fad4bac1", + "metadata": {}, + "source": [ + "### 4.1.1 Results" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "e21b839f-60ad-40a8-83b4-a763dd386594", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'gpt-3.5-turbo-instruct',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = 'sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' #OPENAI TOKEN\n", + ")\n", + "\n", + "model = model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(confusion_matrix(test_targets, [i[0] for i in pred_targets]), annot=True, cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "9562806a-7040-4637-921b-ad052cf7b595", + "metadata": {}, + "source": [ + " " + ] + }, + { + "cell_type": "markdown", + "id": "ebfec2e0-4e35-437d-a519-e284868bb5f1", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "e958b160-96ca-4dc2-9192-ddf302915e39", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "9985d36b-f7e5-4387-8653-b3cea5e3cffb", + "metadata": {}, + "source": [ + "## 4.2 Classificaction - SP - Flan-t5-small" + ] + }, + { + "cell_type": "markdown", + "id": "93273507-43dd-4e22-9692-77d4d53434e0", + "metadata": {}, + "source": [ + "### 4.2.1 Results" + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "id": "1c0dcd81-7bbb-492f-ab21-8608ccdb124a", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 32, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + ")\n", + "\n", + "model = model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(confusion_matrix(test_targets, pred_targets), annot=True, cmap='Blues')" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.6" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/_sources/notebooks/04_test_flant5_classification_prompts.ipynb.txt b/_sources/notebooks/04_test_flant5_classification_prompts.ipynb.txt new file mode 100644 index 0000000..69ef162 --- /dev/null +++ b/_sources/notebooks/04_test_flant5_classification_prompts.ipynb.txt @@ -0,0 +1,70314 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "73d808a5-a4dd-4ec5-b4bc-438f1dd5596f", + "metadata": {}, + "source": [ + "# Flan-t5-Small - Test Classification Prompts" + ] + }, + { + "cell_type": "markdown", + "id": "7ffd3703-20b9-46b6-8ad3-502ec27d2e49", + "metadata": {}, + "source": [ + "In this notebook we are going to use the **Amazon Review Dataset** to test Promptmeteo in the sentiment analysis task" + ] + }, + { + "cell_type": "markdown", + "id": "dad1d69f-59bf-4f34-9000-46e5851d99f6", + "metadata": {}, + "source": [ + "## 1. Data Preparation - EN - Build sentiment dataset." + ] + }, + { + "cell_type": "markdown", + "id": "7993f034-cdd6-4424-b6d1-5917b0638583", + "metadata": {}, + "source": [ + "The dataset contains reviews from Amazon in English collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.). The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language." + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "d2c9f56c-4717-42a8-b9d4-cfcc20215f99", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 2)
REVIEWTARGET
strstr
"I reuse my Nes…"positive"
"Fits great kin…"positive"
"Movie freezes …"negative"
"This is my thi…"positive"
"For the money,…"neutral"
" + ], + "text/plain": [ + "shape: (5, 2)\n", + "┌───────────────────────────────────┬──────────┐\n", + "│ REVIEW ┆ TARGET │\n", + "│ --- ┆ --- │\n", + "│ str ┆ str │\n", + "╞═══════════════════════════════════╪══════════╡\n", + "│ I reuse my Nespresso capsules an… ┆ positive │\n", + "│ Fits great kinda expensive but i… ┆ positive │\n", + "│ Movie freezes up. Can't watch it… ┆ negative │\n", + "│ This is my third G-shock as I ha… ┆ positive │\n", + "│ For the money, it's a good buy..… ┆ neutral │\n", + "└───────────────────────────────────┴──────────┘" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import polars as pl\n", + "import sys; sys.path.append('..')\n", + "\n", + "data = pl.read_parquet('../data/amazon_reviews_en/amazon_reviews_multi-test.parquet')\n", + "sql = pl.SQLContext()\n", + "sql.register('data', data)\n", + "\n", + "sentiment_data = sql.execute(\"\"\"\n", + " SELECT\n", + " review_body as REVIEW,\n", + " CASE\n", + " WHEN stars=1 THEN 'negative'\n", + " WHEN stars=3 THEN 'neutral'\n", + " WHEN stars=5 THEN 'positive'\n", + " ELSE null\n", + " END AS TARGET,\n", + " FROM data\n", + " WHERE stars!=2 AND stars!=4;\n", + " \"\"\").collect().sample(fraction=1.0, shuffle=True, seed=0)\n", + "\n", + "train_reviews = sentiment_data.head(500).select('REVIEW').to_series().to_list()\n", + "train_targets = sentiment_data.head(500).select('TARGET').to_series().to_list()\n", + "\n", + "test_reviews = sentiment_data.tail(200).select('REVIEW').to_series().to_list()\n", + "test_targets = sentiment_data.tail(200).select('TARGET').to_series().to_list()\n", + "\n", + "sentiment_data.head()" + ] + }, + { + "cell_type": "markdown", + "id": "34b211cc-0fcf-47a9-ad80-edd70577648b", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "6f43c63d-b523-418b-bee8-6faf65186e61", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "37078106-46f9-4f2b-8719-199fef2aad51", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "51e6344e-549f-4c33-8ba9-6256e47c2c09", + "metadata": {}, + "source": [ + "## 2. EN - Sin entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "9153b637-b41b-42a0-8cb5-2f7d273ee842", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "98ff2491-70ae-48b4-a887-e1f81c33ef8a", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Please provide a step-by-step argument for your answer, explain why you\n", + " believe your final choice is justified, and make sure to conclude your\n", + " explanation with the name of the class you have selected as the correct\n", + " one, in lowercase and without punctuation.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class as a single word, in\n", + " lowercase, without punctuation, and without adding any other statements or\n", + " words.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "b491bbff-68ae-4265-a08a-56108ed94fdb", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: It keeps the litter box smelling nice. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Installed this on our boat and am very happy with the results. Great product! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Easy to install, but very thin \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: It was dried out when I opened package. Was very disappointed with this product. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Corner of pop socket is faded I would like a new one! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This Christmas window sticker receive very small, not look like the picture.z \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The low volume is quite good just a little louder than expected but that’s okay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Lights are not very bright \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Works good; Never mind expire date, those are contrived. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Just like you would get at the dollar store. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Product is of lower quality \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund ! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [['positive', 'negative', 'positive']]\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Really, really thin. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Does the job, but wish I had ordered the stand \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: On first use it didn't heat up and now it doesn't work at all \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The nozzle broke after a week and I reached out to the seller but got no response \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include \"new driver\" for when people graduate out of being a student driver. (for use after you pass the road test, etc.) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Much smaller than anticipated. More like a notepad size than a book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: My cats have no problem eating this . I put it in their food . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Amazon never deliver the items. Horrible customer service. Considering new purchase choices. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great price. Good quality. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Seal was already broken when I opened the container and it looked like someone had used it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Good quality and price. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Does what it says, works great. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This item is smaller than I thought it would be but it works great! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a \"full charge\" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The outer packing was rotten by the time it arrived and it can not be returned. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: not what i exspected! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: washes out very quickly \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: way smaller than exspected \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Only 6 of the 12 lights were included... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4\" and it's bit bit long. I just knotted the corners of the bottom hem...that works. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Peeled off very quickly. Looked good for a short while; maybe a day. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Finger print scanned does not work with it on \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Love these rollers! Very compact and easy to travel with! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [['negative', 'negative', 'positive']]\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Very breathable and easy to put on. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: never received my order \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great story, characters and everything else. I can not recommend this more! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: My girls love them, but the ball that lights up busted as soon as I removed from the package. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: well built for the price \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I'm almost done with this book, but its a little too wordy and not intense enough for me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Fit as expected to replace broken cover \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This item takes 2 AA batteries not 2 C batteries like it says \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Came with 2 pens missing from the box. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Adhesive is good. Easy to apply. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Was not delivered!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This thing is EXACTLY what is described, 10/10 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I ordered this phone for my daughter and the \"unlocked dual phone \" is misleading as it came LOCKED & in Chinese!😡 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Have not used at night yet \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I like everything about this book and the fine expert author who also provides vital information on T.V. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product.. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I have returned it. Did not like it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: this was sent back, because I did not need it \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Works well, was great for my Injustice 2 Harley Quinn cosplay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Does not dry like it is supposed to. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Right earbud has given our after less than 6 months of use. Do not buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: one bag was torn when it's delivered \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: ear holes are smaller so i can hurt after long use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Not happy. Not what we were hoping for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The top part of the cover does not stay on. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Last me only couple of week \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I not going to buy it again \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Very cute short curtains just what I was looking for for my new farmhouse style decor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Just as good as the other speck phone cases. It is just prettier \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE? \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Was OK but not wonderful \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: They were exactly what I was looking for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great,just what I want \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great fit... very warm.. very comfortable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I was disappointed with these. I thought they would be heavier. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I liked the color but the product don't stay latched or closed after putting any cards in the slots \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Very thin, see-through material. The front is much longer than the back. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Didnt get our bones at all \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Easy to install. Looks good. Works well. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: They don’t even work. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: These are good Ukulele picks, but I still perfer to use my own fingers. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [['positive', 'negative', 'positive']]\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I don't think we have seen much difference. Maybe we aren't doing it right. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Listed to fit 2019 Subaru Forester. It doesn't fit 2019. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [['negative', 'negative', 'neutral']]\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: pretty case doesnt have any protection on front of phone so you will need an additional screen protector \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Everyone got a good laugh \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Honestly this says 10oz my bottles I received wore a 4oz bottle \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great lite when plugged in, but light is much dimmer when used on battery mode. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I love that it keeps the wine cold. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Easy to install and keep my threadripper nice and cool! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: My dog is loving her new toy. She has torn up others very quick, so far so good here. L \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Tip broke after a few weeks of use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [['negative', 'negative', 'positive']]\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I have been using sea salt and want to mix this in for the iodine. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: NOT ENOUGH CHEESE PUFFS \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: They were beautiful and worked great for the agape items I needed them for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great product. Good look. JUST a little tough to remove. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 0,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "2be899fa-c6ad-4191-a9fa-410ce5a72a40", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAf8AAAGiCAYAAADp4c+XAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8pXeV/AAAACXBIWXMAAA9hAAAPYQGoP6dpAAAyo0lEQVR4nO3deViVdf7/8dcB5eAGsshiipmWuGFGhmRZqWnWuCRt06aOY4voN2Uqhza0ZbDValRsyqWcyGlTp76l38LE6RdulLmkJGa5gqKCgnAgOL8/aqhzS+mxo/fpvp+Prvu6Op/75r7fZ+5revH+3B/OcbjdbrcAAIBtBJhdAAAAOLMIfwAAbIbwBwDAZgh/AABshvAHAMBmCH8AAGyG8AcAwGYIfwAAbIbwBwDAZgh/AABshvAHAMAPTZs2TQ6HQxMnTqwfq6qqUmpqqiIiItS8eXOlpKSouLjY63MT/gAA+Jm1a9fqpZdeUkJCgsf4pEmT9N577+mtt95Sbm6u9u7dqxEjRnh9fsIfAAA/Ul5erltuuUUvv/yywsLC6sfLyso0Z84cPffcc+rXr58SExM1b948ffbZZ1q1apVX1yD8AQA4jVwul44cOeKxuVyuXzw+NTVV11xzjQYMGOAxnp+fr5qaGo/x+Ph4xcXFKS8vz6uaGnn3Fk6fqu/NrgAA8HsRfJrTq0nP8T471+RhkZo6darHWEZGhqZMmXLcsQsXLtTnn3+utWvXHrevqKhIQUFBatmypcd4dHS0ioqKvKrJb8IfAAC/4fDdxHh6errS0tI8xpxO53HH7dq1S/fcc48++ugjBQcH++z6DSH8AQA4jZxOZ4Nhb5Sfn6/9+/frggsuqB+rra3VypUrNWPGDC1btkzV1dUqLS316P6Li4sVExPjVU2EPwAARg7HGb9k//79tXHjRo+x0aNHKz4+XpMnT1bbtm3VuHFj5eTkKCUlRZJUUFCgnTt3Kjk52atrEf4AABj5cNr/ZLVo0ULdunXzGGvWrJkiIiLqx8eMGaO0tDSFh4crJCREEyZMUHJysnr37u3VtQh/AACMTOj8T8b06dMVEBCglJQUuVwuDRo0SLNmzfL6PA632+0+DfV5jdX+AICTddpX+/dKO/FBJ6ly7XM+O5ev0PkDAGBkwrT/mUT4AwBg5KfT/r5i7V9tAADAcej8AQAwYtofAACbYdofAABYCZ0/AABGTPsDAGAzTPsDAAArofMHAMCIaX8AAGzG4tP+hD8AAEYW7/yt/e4AAMBx6PwBADCyeOdP+AMAYBRg7Wf+1v7VBgAAHIfOHwAAI6b9AQCwGYv/qZ+1f7UBAADHofMHAMCIaX8AAGyGaX8AAGAldP4AABgx7Q8AgM1YfNqf8AcAwMjinb+13x0AADgOnT8AAEZM+wMAYDNM+wMAACuh8wcAwIhpfwAAbIZpfwAAYCV0/gAAGFm88yf8AQAwsvgzf2v/anMGLcx+XYOv7KdePbvrlpuu18YNG8wuyba4F/6De+E/uBf4OcLfB5Z++IGeeSpTd45L1cK3FqlTp3jdfecYHTx40OzSbId74T+4F/6De3EKHAG+27yQlZWlhIQEhYSEKCQkRMnJyfrwww/r919++eVyOBwe21133eX12yP8fWDBq/M04robNPzaFHXo2FEPZUxVcHCwFr/7jtml2Q73wn9wL/wH9+IUOBy+27zQpk0bTZs2Tfn5+Vq3bp369eunYcOGafPmzfXHjB07Vvv27avfnnrqKa/fntfP/EtKSjR37lzl5eWpqKhIkhQTE6OLL75Yo0aNUqtWrbwu4vesprpaW77arDFj76wfCwgIUO/eF2vDl1+YWJn9cC/8B/fCf3AvTpFJC/6GDBni8fqJJ55QVlaWVq1apa5du0qSmjZtqpiYmN90Ha/e3dq1a3XeeefpxRdfVGhoqPr27au+ffsqNDRUL774ouLj47Vu3boTnsflcunIkSMem8vlOuU3YabDpYdVW1uriIgIj/GIiAiVlJSYVJU9cS/8B/fCf3AvzHeqmVdbW6uFCxeqoqJCycnJ9eOvv/66IiMj1a1bN6Wnp+vYsWNe1+RV5z9hwgRdf/31mj17thyGqQy326277rpLEyZMUF5e3q+eJzMzU1OnTvUYe/DhDD30yBRvygEA4PTw4Wr/hjIvIyNDU6ZMafD4jRs3Kjk5WVVVVWrevLkWLVqkLl26SJJuvvlmtWvXTq1bt9aGDRs0efJkFRQU6N133/WqJq/C/8svv9T8+fOPC35JcjgcmjRpknr27HnC86SnpystLc1jzB3o9KYUvxHWMkyBgYHHLZw5ePCgIiMjTarKnrgX/oN74T+4F6emoZw7VQ1lntP5y5nXqVMnrV+/XmVlZXr77bc1cuRI5ebmqkuXLrrjjjvqj+vevbtiY2PVv39/bd++XR06dDjpmrya9o+JidGaNWt+cf+aNWsUHR19wvM4nc76lYz/3X7tfwh/1jgoSJ27dNXqVT/NdtTV1Wn16jwl9DjxL0LwHe6F/+Be+A/uhfm8zbygoCB17NhRiYmJyszMVI8ePfTCCy80eGxSUpIkqbCw0KuavOr87733Xt1xxx3Kz89X//7964O+uLhYOTk5evnll/XMM894VYAV3DZytB5+YLK6du2mbt0T9M8Fr6qyslLDrx1hdmm2w73wH9wL/8G98J4vO//fqq6u7hfXCKxfv16SFBsb69U5vQr/1NRURUZGavr06Zo1a5Zqa2slSYGBgUpMTNT8+fN1ww03eFWAFVw1+GodPnRIs2a8qJKSA+oU31mzXnpFEUypnXHcC//BvfAf3ItTYFL2p6ena/DgwYqLi9PRo0eVnZ2tFStWaNmyZdq+fbuys7N19dVXKyIiQhs2bNCkSZPUt29fJSQkeHUdh9vtdp9KgTU1NfUrRSMjI9W4ceNTOU29qu9/048DAGwk+DR/OH2z6+f57FwVb40+6WPHjBmjnJwc7du3T6GhoUpISNDkyZN15ZVXateuXbr11lu1adMmVVRUqG3btrr22mv10EMPKSQkxKuaTjn8fY3wBwCcrNMd/s1vmO+zc5W/Ocpn5/IVvtgHAAADf3rmfzrw8b4AANgMnT8AAAZW7/wJfwAADAh/AADsxtrZzzN/AADshs4fAAADpv0BALAZq4c/0/4AANgMnT8AAAZW7/wJfwAADKwe/kz7AwBgM3T+AAAYWbvxJ/wBADBi2h8AAFgKnT8AAAZW7/wJfwAADAh/AADsxtrZzzN/AADshs4fAAADpv0BALAZq4c/0/4AANgMnT8AAAZW7/wJfwAADKwe/kz7AwBgM3T+AAAYWbvxJ/wBADBi2h8AAFgKnT8AAAZW7/wJfwAADAh/AADsxtrZzzN/AADshs4fAAADpv0BALAZq4c/0/4AANgM4Q8AgIHD4fDZ5o2srCwlJCQoJCREISEhSk5O1ocffli/v6qqSqmpqYqIiFDz5s2VkpKi4uJir98f4Q8AgIFZ4d+mTRtNmzZN+fn5Wrdunfr166dhw4Zp8+bNkqRJkybpvffe01tvvaXc3Fzt3btXI0aM8P79ud1ut9c/dRpUfW92BQCA34vg07xirf3E//XZuXY8f81v+vnw8HA9/fTTuu6669SqVStlZ2fruuuukyRt3bpVnTt3Vl5ennr37n3S56TzBwDAyOG7zeVy6ciRIx6by+U6YQm1tbVauHChKioqlJycrPz8fNXU1GjAgAH1x8THxysuLk55eXlevT2/We1fU1tndgn4UdSAKWaXgB9N+OstZpeAH92d1M7sEvAz7SODT+v5fbnaPzMzU1OnTvUYy8jI0JQpUxo8fuPGjUpOTlZVVZWaN2+uRYsWqUuXLlq/fr2CgoLUsmVLj+Ojo6NVVFTkVU1+E/4AAFhRenq60tLSPMacTucvHt+pUyetX79eZWVlevvttzVy5Ejl5ub6tCbCHwAAA192/k6n81fD3igoKEgdO3aUJCUmJmrt2rV64YUXdOONN6q6ulqlpaUe3X9xcbFiYmK8qoln/gAAGDgcvtt+q7q6OrlcLiUmJqpx48bKycmp31dQUKCdO3cqOTnZq3PS+QMAYGDWJ/ylp6dr8ODBiouL09GjR5Wdna0VK1Zo2bJlCg0N1ZgxY5SWlqbw8HCFhIRowoQJSk5O9mqlv0T4AwDgN/bv36/bb79d+/btU2hoqBISErRs2TJdeeWVkqTp06crICBAKSkpcrlcGjRokGbNmuX1dQh/AAAMzPpo/zlz5vzq/uDgYM2cOVMzZ878Tdch/AEAMOCLfQAAgKXQ+QMAYGDxxp/wBwDAKCDA2unPtD8AADZD5w8AgAHT/gAA2Ayr/QEAgKXQ+QMAYGDxxp/wBwDAyOrT/oQ/AAAGVg9/nvkDAGAzdP4AABhYvPEn/AEAMGLaHwAAWAqdPwAABhZv/Al/AACMmPYHAACWQucPAICBxRt/wh8AACOm/QEAgKXQ+QMAYGDxxp/wBwDAyOrT/oQ/AAAGFs9+nvkDAGA3dP4AABgw7Q8AgM1YPPuZ9gcAwG7o/AEAMGDaHwAAm7F49jPtDwCA3dD5AwBgwLQ/AAA2Y/XwZ9ofAACbofP/jT5ft1YL5s/Vli2bVXLggJ55/u+6vN8As8uyhbHDe2ns8F5qF9NSkrRlxwH9bf4K/d/qbZKk6PDm+tu4gep3YQe1aOrU17tK9NRrK7U49ysTq7amku2bVPjJIpXu3i7XkUO6aPQDiu3eu35/1dHD+ur9V7W/YL2+ryxXxDld1X3EnWreqrWJVdvHgjlZen3ubI+xNnFn65U3lphUkf+zeONP+P9WlZWVOrdTJw29doTum/Q/ZpdjK3v2H9HDsz9S4e6DcjgcuvWq8/VW5h/V+09Z2vLtAb3y4Ai1bB6s69OzVVJ6TDdemaB/Tr1BfcbO1pfbiswu31Jqq10Kbd1ecRcN0Nr5mR773G631sz9mwICA5X0pwfVKLiJtq9Yos9mP6x+989UI2ewSVXbS7v2HZT5wj/qXwcGBppYjf9j2h+/qs+lfTVuwkRd0f9Ks0uxnQ8+K9CyVdu0ffchFe46qCkv56i8sloXdW0rSerdra1mvbta67bs0bf7DuvJ13JVWl6lnp3oNn0tunOiOl99q1onJB+3r+LAXh3+rkAJ141TWNy5ahHVRj2uu1u1NdXa88VKE6q1p8DARgqPiKzfQluGmV2SX3M4fLd5IzMzU7169VKLFi0UFRWl4cOHq6CgwOOYyy+/XA6Hw2O76667vLoO4Q9LCAhw6Pr+3dQsOEirN++SJK3atEvX9eumsBZN5HD8sD84qJFWfvGtucXaTN33NZKkwEaN68ccAQEKaNRYB3fwCOZM2bP7O908dIBGXX+1npySrv1F+8wuCQ3Izc1VamqqVq1apY8++kg1NTUaOHCgKioqPI4bO3as9u3bV7899dRTXl3HlGl/l8sll8vlMVatxnI6nWaUg9+xrudEaUXWWAUHNVJ5ZbVufPANbf32gCTp1ow3tWDqDdr7Qbpqvq/Vsaoa3fjgG/pmzyGTq7aX5tFt1CSslb7639fU4/pUNQpyanvuv1VVWqKqI4fNLs8W4rt0118efExt4s7WoYMH9Prcl3TvuNGaveAdNW3WzOzy/JIvp/0byjyn09lg5i1dutTj9fz58xUVFaX8/Hz17du3frxp06aKiYk55Zp83vnv2rVLf/rTn371mMzMTIWGhnpszz41zdelwAa+3nlQSX/KUt87/6GXl6zVyw+OUPzZrSRJGX/up5bNgzV44nz1+fNsvfivz/TPqTeo6zlRJldtLwGBjXTRqHSVH9irDx+6We//9XqVFG5QVHyi5Z+r+oteyZeob7+BOqfjebowqY8ee2aGysuPauXyZWaX5rd8Oe3fUOZlZmaeuAhJZWVlkqTw8HCP8ddff12RkZHq1q2b0tPTdezYMa/en887/0OHDunVV1/V3Llzf/GY9PR0paWleYxVq/EvHA38sprva+s7+S++3qfE+LOUel1vPZf9qe5O6a0Lbvu7tvw4E7Bxe7H69GinO69N0v88+56ZZdtOy7YddcW9L6imskJ1td/L2TxUuc/fq5ZtO5pdmi01bxGis9q2097du8wuxRYayryTmemuq6vTxIkT1adPH3Xr1q1+/Oabb1a7du3UunVrbdiwQZMnT1ZBQYHefffdk67J6/D/97///av7v/nmmxOeo6HpjqOuOm9LAY4T4HDIGdRITYN/+GWyzu322F9b51ZAAN2mWRo3+WGKufzAXpXuKlTnwbeYXJE9VR47pn17dqn/VdeYXYrfCvDhrNQvTfGfSGpqqjZt2qRPP/3UY/yOO+6o//fu3bsrNjZW/fv31/bt29WhQ4eTOrfX4T98+HA5HA65Df9R/Tk7TeUdO1ahXTt31r/es2e3CrZuUWhoqGJiWVV+Oj165wAtW7VNu4rL1KJpkG68MkF9e56tIX9ZoILvSlS466Bm3DtU6bOW6WDZMQ29tLP6X3iORkx+3ezSLed7V6UqSn5aQHbsULHK9nyjxk1bqGlYK+1Z/6mczUPVJKyVjuz7VhsXvaLYbkmK6tTTxKrt4+UZzyqpz2WKionVoZIDWvBKlgIDA3X5gMFml+a3zI6x8ePH6/3339fKlSvVpk2bXz02KSlJklRYWHj6wj82NlazZs3SsGHDGty/fv16JSYmenva362vNm/WXWNG1r+e/vSTkqQ/DB2uKY+f3DMdnJpWLZtpzoMjFBPRQmUVVdq0vVhD/rJAy9dtlyQNv3+BHr/zSr097RY1bxKk7XsO6c9/W6Rlq7aZXLn1lO4q1P+b9WD9601L5kiS2vbqpwv+OFFVRw5r07/nynW0VMEhYWp74RXqdOWNZpVrOyX7izUt4686eqRUoS3D1DWhp6a/tEAtw8JP/MM4o9xutyZMmKBFixZpxYoVat++/Ql/Zv369ZJ+yOeT5XD/WgvfgKFDh+r888/Xo48+2uD+L7/8Uj179lRdnXfT+Ez7+4+oAVPMLgE/mvBXpsX9xd1J7cwuAT/TPvL0fjjUoFmrfXauZeOSTvrYcePGKTs7W0uWLFGnTp3qx0NDQ9WkSRNt375d2dnZuvrqqxUREaENGzZo0qRJatOmjXJzc0/6Ol53/vfdd99xf2/4cx07dtQnn3zi7WkBAPAbZi0NysrKkvTDB/n83Lx58zRq1CgFBQXp448/1vPPP6+Kigq1bdtWKSkpeuihh7y6jtfhf+mll/7q/mbNmumyyy7z9rQAAPgNs9aunWgyvm3btl51+L+ET/gDAMBm+GIfAAAMzF7tf7oR/gAAGDhk7fRn2h8AAJuh8wcAwMDqHwRK+AMAYGD1T6pl2h8AAJuh8wcAwMDijT/hDwCAkS+/1c8fMe0PAIDN0PkDAGBg8caf8AcAwMjqq/0JfwAADCye/TzzBwDAbuj8AQAwsPpqf8IfAAADa0c/0/4AANgOnT8AAAas9gcAwGas/q1+TPsDAGAzdP4AABgw7Q8AgM1YPPuZ9gcAwG7o/AEAMGDaHwAAm7H6an/CHwAAA6t3/jzzBwDAZuj8AQAwsHbfT/gDAHAcq3+rH9P+AADYDJ0/AAAGFm/8CX8AAIxY7Q8AACyFzh8AAAOLN/6EPwAARqz2BwAAZ0RmZqZ69eqlFi1aKCoqSsOHD1dBQYHHMVVVVUpNTVVERISaN2+ulJQUFRcXe3Udwh8AAAOHw3ebN3Jzc5WamqpVq1bpo48+Uk1NjQYOHKiKior6YyZNmqT33ntPb731lnJzc7V3716NGDHCq+sw7Q8AgIEvV/u7XC65XC6PMafTKafTedyxS5cu9Xg9f/58RUVFKT8/X3379lVZWZnmzJmj7Oxs9evXT5I0b948de7cWatWrVLv3r1Pqia/Cf+So9Vml4AfLZ+XZnYJ+FG/6x8yuwT8qOmT95hdAn5mysBzT+v5fTktnpmZqalTp3qMZWRkaMqUKSf82bKyMklSeHi4JCk/P181NTUaMGBA/THx8fGKi4tTXl7e7y/8AQCwovT0dKWleTZVDXX9RnV1dZo4caL69Omjbt26SZKKiooUFBSkli1behwbHR2toqKik66J8AcAwMCX0/6/NMV/Iqmpqdq0aZM+/fRTn9XyX4Q/AAAGASb/pd/48eP1/vvva+XKlWrTpk39eExMjKqrq1VaWurR/RcXFysmJuakz89qfwAA/ITb7db48eO1aNEiLV++XO3bt/fYn5iYqMaNGysnJ6d+rKCgQDt37lRycvJJX4fOHwAAA7M6/9TUVGVnZ2vJkiVq0aJF/XP80NBQNWnSRKGhoRozZozS0tIUHh6ukJAQTZgwQcnJySe92E8i/AEAOI5ZX+yTlZUlSbr88ss9xufNm6dRo0ZJkqZPn66AgAClpKTI5XJp0KBBmjVrllfXIfwBAPATbrf7hMcEBwdr5syZmjlz5ilfh/AHAMDA7AV/pxvhDwCAgcW/14fV/gAA2A2dPwAABlb/Sl/CHwAAA6tPixP+AAAYWLzxt/wvNwAAwIDOHwAAA575AwBgMxbPfqb9AQCwGzp/AAAM+IQ/AABsxurP/Jn2BwDAZuj8AQAwsHjjT/gDAGBk9Wf+TPsDAGAzdP4AABg4ZO3Wn/AHAMDA6tP+hD8AAAZWD3+e+QMAYDN0/gAAGDgs/rd+hD8AAAZM+wMAAEuh8wcAwMDis/6EPwAARnyxDwAAsBQ6fwAADKy+4I/wBwDAwOKz/kz7AwBgN3T+AAAYBPDFPgAA2IvVp/0JfwAADKy+4I9n/gAA2AydPwAABlb/kB/C/zdaMCdLr8+d7THWJu5svfLGEpMqso+CTV/og3f+qe8Kt6r0UIkmPPSUEpMvq9/vdru16J//UO6yJTpWUa5zOyfo9tT7FXNWnIlV28O9o6/UY/8zTDNe/0T3PfOOJMkZ1EjT0kbo+kGJcgY10sd5W3TP3/6l/YeOmlyt9ewv3KQtOe/o8M7tqjxySJf++UG16ZFcv7/GVakvl8zX7o2rVF1xVM0ionXeZUN07iVXm1i1f7F49jPt7wvt2ndQ9r9z6rdns+abXZItuKoqFdf+XN12930N7v/g7QX66L03NTJ1sh55bo6cwcF69uF7VF3tOsOV2ktilziNSemjDV/v9hh/6t4UXdO3m265f44G/vl5xbYK1cJn/2xSldb2vatKYWedo8Qb7mpw/xfvvqJ9Wz5X8u1/0dUPZqnT5cOU/9Zs7d64+gxXCqOVK1dqyJAhat26tRwOhxYvXuyxf9SoUXI4HB7bVVdd5fV1CH8fCAxspPCIyPottGWY2SXZQsKFFyvl9ruUePHlx+1zu936vyULNfTG0bog+TK1bX+uxv5lig4fKtHneblnvlibaNYkSPP+NkrjHntDpUcq68dDmgdr1PBkTX7uXeWu/VpfbNmlOzL+qeTzO+ii7mebV7BFte56oRL+cJva9ri4wf0lO7aofVI/RZ+boOYR0erY5yq1PKu9Dn339Rmu1H8FOBw+27xRUVGhHj16aObMmb94zFVXXaV9+/bVb2+88Yb378/rn8Bx9uz+TjcPHaBR11+tJ6eka3/RPrNLsr0DRXtVdvigupx/Uf1Y02bN1aFTV23futHEyqzt+fQbtfQ/m/TJ6gKP8Z6d4xTUuJGWr/pp/Otvi7Vz3yElJbQ/02XaXmT7ztqzcY2OlZbI7Xar+OsNOrp/r2Lie5pdmt9wOHy3eWPw4MF6/PHHde211/7iMU6nUzExMfVbWJj3DafXz/wrKyuVn5+v8PBwdenSxWNfVVWV3nzzTd1+++2/eg6XyyWXy2UYc8vpdHpbjuniu3TXXx58TG3iztahgwf0+tyXdO+40Zq94B01bdbM7PJsq+zwQUlSaFi4x3hIy3CVHT5kRkmWd/2gRJ0f31aX3PrUcftiIkLkqq5RWXmlx/j+g0cUHRFypkrEjxKvu0trFv5dSx4eJUdAoBwBDl100wRFdexmdmmW1FDmOZ3OU868FStWKCoqSmFhYerXr58ef/xxRUREeHUOrzr/r7/+Wp07d1bfvn3VvXt3XXbZZdq376cut6ysTKNHjz7heTIzMxUaGuqxZb3wtFeF+4teyZeob7+BOqfjebowqY8ee2aGysuPauXyZWaXBpwxbaJb6un7UjT6wflyVX9vdjk4ga9XvqeD3xao7x0Pa9D9z6vn8DFa99ZsFW1db3ZpfiPAh1tDmZeZmXlKdV111VV67bXXlJOToyeffFK5ubkaPHiwamtrvTqPV53/5MmT1a1bN61bt06lpaWaOHGi+vTpoxUrVigu7uRXUKenpystLc1jbO9Rtzel+K3mLUJ0Vtt22rt7l9ml2Fpo2A+/BZcdPqSW4ZH140dKDynunHPNKsuyenaOU3REiPKyJ9ePNWoUqEsu6KC7buyrIakz5QxqrNDmTTy6/6iIEBUfPGJGybb1fbVLG957TZf8+UGd1a2XJCnsrPY6vGeHtix/VzHx55tboJ9w+HC5f0OZd6pd/0033VT/7927d1dCQoI6dOigFStWqH///id9Hq/C/7PPPtPHH3+syMhIRUZG6r333tO4ceN06aWX6pNPPlGzk5zmbmi642B1lTel+K3KY8e0b88u9b/qGrNLsbVWMa0VGhahr75cq3YdzpMkVR4r1/aCzbri6hEmV2c9n6wpUOJ1T3iM/WPqrSrYUaxn53+k3cWHVV3zva5I6qTFOeslSee2i1JcbLhWb9hhQsX25a6tVV3t98eFmyMgQHJbownzN79liv9EzjnnHEVGRqqwsPD0hX9lZaUaNfrpRxwOh7KysjR+/Hhddtllys7O9uZ0lvDyjGeV1OcyRcXE6lDJAS14JUuBgYG6fMBgs0uzvKrKYyre+9Ofk5UU7dV3279W8xYhioiK0cBhN+m9hfMU07qtImNa690FLyksPFIX/OyzAOAb5cdc+mq750LXispqHSqrqB+fvzhPT/5lhA6VVehoRZWem3y9Vn35jdZs/NaEiq2txlWp8gM/3Y/yg8U6vPsbBTVtrmbhUYrq2E3rl8xVYFCQmoVFaX/hJn27Zrl6XsufXv7X7+XP/Hfv3q2DBw8qNjbWq5/zKvzj4+O1bt06de7c2WN8xowZkqShQ4d6dXErKNlfrGkZf9XRI6UKbRmmrgk9Nf2lBWppWGgG39uxbYueTB9X//qNV56XJPXpf43Gpj2iq6+7Ta6qSs37e6aOVZTrvC499JfHXlBQ0O9vYakV3P/MO6qrc+uNZ/78w4f8fLZF92T+y+yyLOnQzm1a/uID9a+/WPSKJKn9Rf3V+7ZJunj0ZH3571eV9+ozqj5WrqZhUUr4w23qeAlNy3+Z9Ql/5eXlKiwsrH+9Y8cOrV+/XuHh4QoPD9fUqVOVkpKimJgYbd++Xffff786duyoQYMGeXUdh9t98vM8mZmZ+s9//qMPPvigwf3jxo3T7NmzVVdX51URkrSjxBrT/lZQVMq98Bf9rn/I7BLwo8lP3mN2CfiZKQNP79qd1/N3n/igk3RLYpuTPnbFihW64oorjhsfOXKksrKyNHz4cH3xxRcqLS1V69atNXDgQD322GOKjo72qiavwv90Ivz9B+HvPwh//0H4+xerhv+Zwmf7AwBgYPXP9if8AQAw8OWf+vkjPt4XAACbofMHAMDA6p0x4Q8AgAHT/gAAwFLo/AEAMLB230/4AwBwHKb9AQCApdD5AwBgYPXOmPAHAMDA6tP+hD8AAAbWjn7rz2wAAAADOn8AAAwsPutP+AMAYBRg8Yl/pv0BALAZOn8AAAyY9gcAwGYcTPsDAAArofMHAMCAaX8AAGyG1f4AAMBS6PwBADBg2h8AAJsh/AEAsBn+1A8AAFgKnT8AAAYB1m78CX8AAIyY9gcAAJZC5w8AgAGr/QEAsBmm/QEAgKXQ+QMAYMBqfwAAbIZpfwAAYCmEPwAABg6H7zZvrFy5UkOGDFHr1q3lcDi0ePFij/1ut1uPPPKIYmNj1aRJEw0YMEDbtm3z+v0R/gAAGDh8uHmjoqJCPXr00MyZMxvc/9RTT+nFF1/U7NmztXr1ajVr1kyDBg1SVVWVV9fhmT8AAAYBJv2h/+DBgzV48OAG97ndbj3//PN66KGHNGzYMEnSa6+9pujoaC1evFg33XTTSV+Hzh8AgNPI5XLpyJEjHpvL5fL6PDt27FBRUZEGDBhQPxYaGqqkpCTl5eV5dS6/6fwjWwSZXQJ+FNsy2OwS8KN+d91udgn40ZMP/8PsEvAzUwY+fVrP78u+PzMzU1OnTvUYy8jI0JQpU7w6T1FRkSQpOjraYzw6Orp+38nym/AHAMBv+DD909PTlZaW5jHmdDp9d4FTQPgDAHAaOZ1On4R9TEyMJKm4uFixsbH148XFxTr//PO9OhfP/AEAMHD48B9fad++vWJiYpSTk1M/duTIEa1evVrJyclenYvOHwAAA7O+1a+8vFyFhYX1r3fs2KH169crPDxccXFxmjhxoh5//HGde+65at++vR5++GG1bt1aw4cP9+o6hD8AAH5i3bp1uuKKK+pf/3etwMiRIzV//nzdf//9qqio0B133KHS0lJdcsklWrp0qYKDvVuo7XC73W6fVn6KjrrqzC4BP2ocyNMgf5EyZ43ZJeBHy+e+ZXYJ+JnK1ad3tf/ab8p8dq5e54T67Fy+QucPAICRtb/XhwV/AADYDZ0/AAAGVv9KX8IfAAADs1b7nymEPwAABhbPfp75AwBgN3T+AAAYWbz1J/wBADCw+oI/pv0BALAZOn8AAAxY7Q8AgM1YPPuZ9gcAwG7o/AEAMLJ460/4AwBgwGp/AABgKXT+AAAYsNofAACbsXj2E/4AABzH4unPM38AAGyGzh8AAAOrr/Yn/AEAMLD6gj+m/QEAsBk6fwAADCze+BP+AAAcx+Lpz7Q/AAA2Q+cPAIABq/0BALAZVvsDAABLofMHAMDA4o0/4Q8AwHEsnv6EPwAABlZf8MczfwAAbIbOHwAAA6uv9if8AQAwsHj2E/6/1efr1mrB/LnasmWzSg4c0DPP/12X9xtgdlm2tjD7db06b45KSg7ovE7x+usDD6t7QoLZZVna9efH6uL2YWrTsomqa+u0pahc81bv0p6yqgaPnzr4PF0Y11KPLftaq74tPbPFWtzYEckaOyJZ7VqHSZK2fFOsv835SP+XVyBJan9WhKb9zx+U3ONsOYMa6aO8AqU9u1j7D5WbWTbOMJ75/0aVlZU6t1MnTX7gYbNLgaSlH36gZ57K1J3jUrXwrUXq1Cled985RgcPHjS7NEvr3rqF/nfzfv1l8Vd66P2tahTg0OPXdJKz0fH/iRnePVpuE2q0iz37S/XwrA908cgX1GfkC1qxrlBvPT1KndtHq2lwY73/4li53W4NTn1J/cbOVFDjQL3zzGg5rD7P7S2HDzcvTJkyRQ6Hw2OLj4/3xTvyQOf/G/W5tK/6XNrX7DLwowWvztOI627Q8GtTJEkPZUzVypUrtPjddzRm7B0mV2ddj3zwtcfr51Z8ozdGXqCOrZpp876j9ePnRDTVtQmxmvjuZv3z9p5nukxb+ODTLR6vp8xeqrEjknVRtzi1jgpVu9gw9b59uo5WuCRJf576L+37eKouv7CjPlm7zYyS/ZKZq/27du2qjz/+uP51o0a+j2o6f1hGTXW1tny1Wb2TL64fCwgIUO/eF2vDl1+YWJn9NAsKlCSVV31fP+ZsFKD7+ndQ1qff6nBljVml2UpAgEPXX9lDzZoEafWm7+RsHCi32y1X9U/3paq6RnV1bl3c42zzCoWHRo0aKSYmpn6LjIz0/TW8/YEtW7Zo1apVSk5OVnx8vLZu3aoXXnhBLpdLt956q/r163fCc7hcLrlcLo+xajWW0+n0thyg3uHSw6qtrVVERITHeEREhHbs+MakquzHIemOi9tp876j+u5wZf342OQ4bSk6qlXflZpWm1107RCjFa+MV3BQI5VXVuvGya9q6479KjlcoYqqaj0x/ho9MutDORzS46lXq1GjQMVEhphdtl/x5VOQhjLP6XT+YuZt27ZNrVu3VnBwsJKTk5WZmam4uDjfFSQvO/+lS5fq/PPP17333quePXtq6dKl6tu3rwoLC/Xdd99p4MCBWr58+QnPk5mZqdDQUI/t2aemnfKbAOA/7r6kndqFN9GTOYX1Y0ntWirhrBD947OdJlZmH19/d0BJt01X3zF/18vv5unlR25UfPsolZRW6JYH/qmrL+mikhWPqzjnMYW2aKLPt+5WXR0rMX7Ol4/8G8q8zMzMBq+blJSk+fPna+nSpcrKytKOHTt06aWX6ujRow0ef6q86vwfffRR3XfffXr88ce1cOFC3Xzzzbr77rv1xBNPSJLS09M1bdq0E3b/6enpSktL8xirVmMvSwc8hbUMU2Bg4HGL+w4ePHhaps1wvLv6tNNF7Vpq8r+36GDFT1P7CWeFKDbEqTdHJ3oc/8CV52pz0VGlv7f1TJdqaTXf1+qb3T/8/+CLrXuU2LmtUm+8VBOmvaOc1V+ra8o0RYQ21fe1dSorr9KODx7Rt3vXm1u0hTWUeb/U9Q8ePLj+3xMSEpSUlKR27drpzTff1JgxY3xWk1fhv3nzZr322muSpBtuuEG33Xabrrvuuvr9t9xyi+bNm3fC8zQ03XHUVedNKcBxGgcFqXOXrlq9Kk/9+v/w55Z1dXVavTpPN/3xVpOrs767+rRTcvswpf97i4qPVnvse/uLffq/LQc8xmbd0F0v5+3Umu8On8kybSkgwCFnY8//3B8sOyZJuiyxg6LCmun9lV+ZUZr/8uG0/69N8Z9Iy5Ytdd5556mwsPDEB3vB62f+//1zkICAAAUHBys0NLR+X4sWLVRWVua76n4Hjh2r0K6dP01l7tmzWwVbtyg0NFQxsa1NrMyebhs5Wg8/MFldu3ZTt+4J+ueCV1VZWanh144wuzRLG3dJO13WMUKPLdumypo6hTX5YSavovp7Vde6dbiypsFFfgfKXcf9ooDf5tFxg7Xss63aVVyqFk2dunFQT/W94BwNuecVSdJtf7hQBd/u14HDFUrq3k7PpA3V39/4j7btPHCCM9uLv3y2f3l5ubZv367bbrvNp+f1KvzPPvtsbdu2TR06dJAk5eXleSxC2Llzp2JjY31aoL/7avNm3TVmZP3r6U8/KUn6w9DhmvJ4w890cPpcNfhqHT50SLNmvKiSkgPqFN9Zs156RRFM+59W13SNliQ9ObSzx/j0T77Rx1+XmFGSbbUKa645GTcpJjJEZeVV2lS4T0PueUXL1/zwZ3znxbXSo+OuVnhIE32377CemrdcL76x0uSq/Y9ZH3tw7733asiQIWrXrp327t2rjIwMBQYG6o9//KNPr+Nwu90nvcpj9uzZatu2ra655poG9z/wwAPav3+/XnnlFa8LYdrffzQO5C9A/UXKnDVml4AfLZ/7ltkl4GcqVz99Ws+/85DrxAedpLjwk5/yv+mmm7Ry5UodPHhQrVq10iWXXKInnniivun2Fa/C/3Qi/P0H4e8/CH//Qfj7l9Md/rt8GP5tvQj/M4VP+AMAwMDqn3ZMiwcAgM3Q+QMAcBxrt/6EPwAABkz7AwAAS6HzBwDAwOKNP+EPAIAR0/4AAMBS6PwBADDwl8/2P10IfwAAjKyd/YQ/AABGFs9+nvkDAGA3dP4AABhYfbU/4Q8AgIHVF/wx7Q8AgM3Q+QMAYGTtxp/wBwDAyOLZz7Q/AAB2Q+cPAIABq/0BALAZVvsDAABLofMHAMDA6tP+dP4AANgMnT8AAAZ0/gAAwFLo/AEAMLD6an/CHwAAA6b9AQCApdD5AwBgYPHGn/AHAOA4Fk9/pv0BALAZOn8AAAxY7Q8AgM2w2h8AAFgKnT8AAAYWb/wJfwAAjmPx9GfaHwAAA4cP//HWzJkzdfbZZys4OFhJSUlas2aNz98f4Q8AgJ/417/+pbS0NGVkZOjzzz9Xjx49NGjQIO3fv9+n1yH8AQAwcDh8t7lcLh05csRjc7lcDV73ueee09ixYzV69Gh16dJFs2fPVtOmTTV37lzfvkE3fKKqqsqdkZHhrqqqMrsUuLkf/oR74T+4F+bIyMhwS/LYMjIyjjvO5XK5AwMD3YsWLfIYv/32291Dhw71aU0Ot9vt9u2vE/Z05MgRhYaGqqysTCEhIWaXY3vcD//BvfAf3AtzuFyu4zp9p9Mpp9PpMbZ3716dddZZ+uyzz5ScnFw/fv/99ys3N1erV6/2WU2s9gcA4DRqKOjNxjN/AAD8QGRkpAIDA1VcXOwxXlxcrJiYGJ9ei/AHAMAPBAUFKTExUTk5OfVjdXV1ysnJ8XgM4AtM+/uI0+lURkaG303t2BX3w39wL/wH98L/paWlaeTIkbrwwgt10UUX6fnnn1dFRYVGjx7t0+uw4A8AAD8yY8YMPf300yoqKtL555+vF198UUlJST69BuEPAIDN8MwfAACbIfwBALAZwh8AAJsh/AEAsBnC30fOxFcw4sRWrlypIUOGqHXr1nI4HFq8eLHZJdlSZmamevXqpRYtWigqKkrDhw9XQUGB2WXZVlZWlhISEhQSEqKQkBAlJyfrww8/NLssmIjw94Ez9RWMOLGKigr16NFDM2fONLsUW8vNzVVqaqpWrVqljz76SDU1NRo4cKAqKirMLs2W2rRpo2nTpik/P1/r1q1Tv379NGzYMG3evNns0mAS/tTPB5KSktSrVy/NmDFD0g+fyNS2bVtNmDBBf/3rX02uzr4cDocWLVqk4cOHm12K7R04cEBRUVHKzc1V3759zS4HksLDw/X0009rzJgxZpcCE9D5/0bV1dXKz8/XgAED6scCAgI0YMAA5eXlmVgZ4D/Kysok/RA4MFdtba0WLlyoiooKn39kLH4/+Hjf36ikpES1tbWKjo72GI+OjtbWrVtNqgrwH3V1dZo4caL69Omjbt26mV2ObW3cuFHJycmqqqpS8+bNtWjRInXp0sXssmASwh/AaZWamqpNmzbp008/NbsUW+vUqZPWr1+vsrIyvf322xo5cqRyc3P5BcCmCP/f6Ex+BSPwezN+/Hi9//77Wrlypdq0aWN2ObYWFBSkjh07SpISExO1du1avfDCC3rppZdMrgxm4Jn/b3Qmv4IR+L1wu90aP368Fi1apOXLl6t9+/ZmlwSDuro6uVwus8uASej8feBMfQUjTqy8vFyFhYX1r3fs2KH169crPDxccXFxJlZmL6mpqcrOztaSJUvUokULFRUVSZJCQ0PVpEkTk6uzn/T0dA0ePFhxcXE6evSosrOztWLFCi1btszs0mAS/tTPR87EVzDixFasWKErrrjiuPGRI0dq/vz5Z74gm3I4HA2Oz5s3T6NGjTqzxUBjxoxRTk6O9u3bp9DQUCUkJGjy5Mm68sorzS4NJiH8AQCwGZ75AwBgM4Q/AAA2Q/gDAGAzhD8AADZD+AMAYDOEPwAANkP4AwBgM4Q/AAA2Q/gDAGAzhD8AADZD+AMAYDP/HwXmiNczvcZxAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "76722bfe-f1b9-47fe-9f87-2bc9f97062ca", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "349e834b-a836-4093-b705-210ccc618c90", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Think step by step you answer.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class predicted.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "988735fe-a05b-4c01-a4a4-4c262f28add1", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: It keeps the litter box smelling nice. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Installed this on our boat and am very happy with the results. Great product! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Easy to install, but very thin \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: It was dried out when I opened package. Was very disappointed with this product. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Corner of pop socket is faded I would like a new one! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This Christmas window sticker receive very small, not look like the picture.z \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The low volume is quite good just a little louder than expected but that’s okay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Lights are not very bright \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Works good; Never mind expire date, those are contrived. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Just like you would get at the dollar store. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Product is of lower quality \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund ! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Really, really thin. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Does the job, but wish I had ordered the stand \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: On first use it didn't heat up and now it doesn't work at all \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The nozzle broke after a week and I reached out to the seller but got no response \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include \"new driver\" for when people graduate out of being a student driver. (for use after you pass the road test, etc.) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Much smaller than anticipated. More like a notepad size than a book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: My cats have no problem eating this . I put it in their food . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Amazon never deliver the items. Horrible customer service. Considering new purchase choices. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great price. Good quality. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Seal was already broken when I opened the container and it looked like someone had used it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Good quality and price. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Does what it says, works great. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This item is smaller than I thought it would be but it works great! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a \"full charge\" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The outer packing was rotten by the time it arrived and it can not be returned. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: not what i exspected! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: washes out very quickly \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: way smaller than exspected \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Only 6 of the 12 lights were included... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4\" and it's bit bit long. I just knotted the corners of the bottom hem...that works. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Peeled off very quickly. Looked good for a short while; maybe a day. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Finger print scanned does not work with it on \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Love these rollers! Very compact and easy to travel with! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Very breathable and easy to put on. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: never received my order \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great story, characters and everything else. I can not recommend this more! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: My girls love them, but the ball that lights up busted as soon as I removed from the package. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: well built for the price \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I'm almost done with this book, but its a little too wordy and not intense enough for me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Fit as expected to replace broken cover \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This item takes 2 AA batteries not 2 C batteries like it says \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Came with 2 pens missing from the box. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Adhesive is good. Easy to apply. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Was not delivered!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This thing is EXACTLY what is described, 10/10 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I ordered this phone for my daughter and the \"unlocked dual phone \" is misleading as it came LOCKED & in Chinese!😡 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Have not used at night yet \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I like everything about this book and the fine expert author who also provides vital information on T.V. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product.. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I have returned it. Did not like it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: this was sent back, because I did not need it \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Works well, was great for my Injustice 2 Harley Quinn cosplay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Does not dry like it is supposed to. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Right earbud has given our after less than 6 months of use. Do not buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: one bag was torn when it's delivered \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: ear holes are smaller so i can hurt after long use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Not happy. Not what we were hoping for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The top part of the cover does not stay on. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Last me only couple of week \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I not going to buy it again \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Very cute short curtains just what I was looking for for my new farmhouse style decor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Just as good as the other speck phone cases. It is just prettier \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE? \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Was OK but not wonderful \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: They were exactly what I was looking for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great,just what I want \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great fit... very warm.. very comfortable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I was disappointed with these. I thought they would be heavier. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I liked the color but the product don't stay latched or closed after putting any cards in the slots \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Very thin, see-through material. The front is much longer than the back. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Didnt get our bones at all \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Easy to install. Looks good. Works well. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: They don’t even work. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: These are good Ukulele picks, but I still perfer to use my own fingers. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I don't think we have seen much difference. Maybe we aren't doing it right. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Listed to fit 2019 Subaru Forester. It doesn't fit 2019. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: pretty case doesnt have any protection on front of phone so you will need an additional screen protector \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Everyone got a good laugh \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Honestly this says 10oz my bottles I received wore a 4oz bottle \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great lite when plugged in, but light is much dimmer when used on battery mode. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I love that it keeps the wine cold. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Easy to install and keep my threadripper nice and cool! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: My dog is loving her new toy. She has torn up others very quick, so far so good here. L \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Tip broke after a few weeks of use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I have been using sea salt and want to mix this in for the iodine. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: NOT ENOUGH CHEESE PUFFS \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: They were beautiful and worked great for the agape items I needed them for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great product. Good look. JUST a little tough to remove. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 0,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "72e3901c-78c7-4661-85ea-740dcdc46456", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "f4d90c0d-2e7c-4b4c-8042-2ac1b7c57c04", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "0b321800-3b21-47f3-b8dc-233f4856722d", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "id": "162cfb3f-d20e-4575-8e1a-93b29a5440dc", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: It keeps the litter box smelling nice. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Installed this on our boat and am very happy with the results. Great product! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Easy to install, but very thin \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: It was dried out when I opened package. Was very disappointed with this product. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Corner of pop socket is faded I would like a new one! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This Christmas window sticker receive very small, not look like the picture.z \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The low volume is quite good just a little louder than expected but that’s okay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Lights are not very bright \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Works good; Never mind expire date, those are contrived. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Just like you would get at the dollar store. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Product is of lower quality \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund ! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Really, really thin. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Does the job, but wish I had ordered the stand \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: On first use it didn't heat up and now it doesn't work at all \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The nozzle broke after a week and I reached out to the seller but got no response \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include \"new driver\" for when people graduate out of being a student driver. (for use after you pass the road test, etc.) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Much smaller than anticipated. More like a notepad size than a book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: My cats have no problem eating this . I put it in their food . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Amazon never deliver the items. Horrible customer service. Considering new purchase choices. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great price. Good quality. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Seal was already broken when I opened the container and it looked like someone had used it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Good quality and price. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Does what it says, works great. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This item is smaller than I thought it would be but it works great! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a \"full charge\" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The outer packing was rotten by the time it arrived and it can not be returned. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: not what i exspected! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: washes out very quickly \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: way smaller than exspected \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Only 6 of the 12 lights were included... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4\" and it's bit bit long. I just knotted the corners of the bottom hem...that works. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Peeled off very quickly. Looked good for a short while; maybe a day. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Finger print scanned does not work with it on \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Love these rollers! Very compact and easy to travel with! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Very breathable and easy to put on. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: never received my order \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great story, characters and everything else. I can not recommend this more! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: My girls love them, but the ball that lights up busted as soon as I removed from the package. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: well built for the price \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I'm almost done with this book, but its a little too wordy and not intense enough for me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Fit as expected to replace broken cover \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This item takes 2 AA batteries not 2 C batteries like it says \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Came with 2 pens missing from the box. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Adhesive is good. Easy to apply. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Was not delivered!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This thing is EXACTLY what is described, 10/10 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I ordered this phone for my daughter and the \"unlocked dual phone \" is misleading as it came LOCKED & in Chinese!😡 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Have not used at night yet \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I like everything about this book and the fine expert author who also provides vital information on T.V. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product.. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I have returned it. Did not like it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: this was sent back, because I did not need it \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Works well, was great for my Injustice 2 Harley Quinn cosplay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Does not dry like it is supposed to. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Right earbud has given our after less than 6 months of use. Do not buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: one bag was torn when it's delivered \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: ear holes are smaller so i can hurt after long use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Not happy. Not what we were hoping for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The top part of the cover does not stay on. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Last me only couple of week \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I not going to buy it again \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Very cute short curtains just what I was looking for for my new farmhouse style decor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Just as good as the other speck phone cases. It is just prettier \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE? \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Was OK but not wonderful \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: They were exactly what I was looking for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great,just what I want \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great fit... very warm.. very comfortable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I was disappointed with these. I thought they would be heavier. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I liked the color but the product don't stay latched or closed after putting any cards in the slots \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Very thin, see-through material. The front is much longer than the back. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Didnt get our bones at all \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Easy to install. Looks good. Works well. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: They don’t even work. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: These are good Ukulele picks, but I still perfer to use my own fingers. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I don't think we have seen much difference. Maybe we aren't doing it right. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Listed to fit 2019 Subaru Forester. It doesn't fit 2019. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: pretty case doesnt have any protection on front of phone so you will need an additional screen protector \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Everyone got a good laugh \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Honestly this says 10oz my bottles I received wore a 4oz bottle \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great lite when plugged in, but light is much dimmer when used on battery mode. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I love that it keeps the wine cold. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Easy to install and keep my threadripper nice and cool! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: My dog is loving her new toy. She has torn up others very quick, so far so good here. L \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Tip broke after a few weeks of use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I have been using sea salt and want to mix this in for the iodine. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: NOT ENOUGH CHEESE PUFFS \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: They were beautiful and worked great for the agape items I needed them for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great product. Good look. JUST a little tough to remove. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 0,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "id": "1e9e883b-9e4a-468c-86dd-0f8900ea1544", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 17, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "c703c30f-d696-4379-84a3-c536a6d7f565", + "metadata": {}, + "source": [ + "## 3. EN - Con entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "71ce3032-eaa0-4ba9-b7ff-2f455f57a66f", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "id": "ef488d68-63b3-4f15-8e4c-d56633ddb147", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Please provide a step-by-step argument for your answer, explain why you\n", + " believe your final choice is justified, and make sure to conclude your\n", + " explanation with the name of the class you have selected as the correct\n", + " one, in lowercase and without punctuation.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class as a single word, in\n", + " lowercase, without punctuation, and without adding any other statements or\n", + " words.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "id": "172c20d7-cecb-44ef-9fff-82d075b1d53f", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really can't say because cat refused to try it. I gave it to someone else to try\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It keeps the litter box smelling nice.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Installed this on our boat and am very happy with the results. Great product!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (610 > 512). Running this sequence through the model will result in indexing errors\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to install, but very thin\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great beginning to vampire series. It is nice to have a background upon which a series is based. I look forward to reading this series\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was dried out when I opened package. Was very disappointed with this product.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This is the second one of these that I have purchased. It is an excellent platform for a foam or conventional mattress. It is totally sturdy, and looks nice. I highly recommend it. There are many frames out there that will cost you much more, but this does the trick.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The description of this product indicated that it would have a cosmetic flaw only. This pendant is missing the socket. There is no place to put the light bulb.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Corner of pop socket is faded I would like a new one!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The product did not work properly, after having it installed the check engine light came back on\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It doesn’t stick to my car and it’s to big\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This Christmas window sticker receive very small, not look like the picture.z\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect size and good quality. Great for cupcakes\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The filters arrived on time. The quality is as expected.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The low volume is quite good just a little louder than expected but that’s okay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lights are not very bright\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: this item and the replacement were both 6 weeks past the expiration date\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works good; Never mind expire date, those are contrived.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just like you would get at the dollar store.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product is of lower quality\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Hair is perfect for low temp curling but not realistic. This is a tiny head from the movie Beatle juice . Not for advanced cutting class\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Range is not too great\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund !\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: asian size is too small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really, really thin.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I can't wear these all day. Snug around the toes.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too big and awkward for your counter\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does the job, but wish I had ordered the stand\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: On first use it didn't heat up and now it doesn't work at all\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is at least the 4th hose I've tried. I had high hopes, but the metal parts are cheap and it leaks from the connector. The \"fabric??\" of the hose retains water and stays wet for hours or days depending on how hot - or not - the weather is. I do not recommend this product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The nozzle broke after a week and I reached out to the seller but got no response\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not worth your time. PASS.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include \"new driver\" for when people graduate out of being a student driver. (for use after you pass the road test, etc.)\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than anticipated. More like a notepad size than a book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My cats have no problem eating this . I put it in their food .\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Amazon never deliver the items. Horrible customer service. Considering new purchase choices.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product! No complaints!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great price. Good quality.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Seal was already broken when I opened the container and it looked like someone had used it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: the quality is okay. i would give 3 start rating for this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Good quality and price.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does what it says, works great.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This item is smaller than I thought it would be but it works great!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: FIRE HAZARD DO NOT PURCHASE. Used once as instructed wires melted and caught fire!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this just about 6 months agi and is already broken. Just does not charge the computer and is as good as stone. Would not recommend this and instead buy the original from he Mac store. This product is not worth the price.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a \"full charge\" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The outer packing was rotten by the time it arrived and it can not be returned.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: past is not enough strong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: not what i exspected!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never bought this product so why the hell isn't showing up in my order history\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, do not think this is quality stainless steel. The leafs of the steamer were sticking together and not opening smoothly. Poor quality in comparison to the Pyrex brand I had for 15 years. Returned.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: washes out very quickly\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a very helpful book. Easy to understand and follow. Much rather follow these steps than take prescription meds. There used to be an app that worked as a daily checklist from the books suggestions, but now I cannot find the app anymore. Hope it comes back or gets updated.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: A bit taller than expected. I’m 5’11 & use these at the shortest adjustment. Would be nice to shorten for going up hill. They do extend for going down hill.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: way smaller than exspected\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: These raw cashews are delicious and fresh.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Super cute and would be effective for the average chewer. My dog had the east of in less than a minute. I liked that when the limbs were removed, the stuffing wasn't exposed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Water pump works perfectly and arrived as promised.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I am very upset and disappointed, a month ago I bought this axial and the second time I went to use it, the control stopped working, the car did not roll or move the direction to any side, I took it to check with a technician and made several tests connecting different controls to the car and it worked perfect but when we put back the control that brought the car did not work, very annoying since in theory this is one of the best cars and brands that are in the market\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: did not work, spit out fog oil ,must have got a bad one\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Only 6 of the 12 lights were included...\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: There are no pockets for organization inside this bag. There are flat divided areas on the outside but not convenient. The material is good and has been durable thus far.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4\" and it's bit bit long. I just knotted the corners of the bottom hem...that works.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Peeled off very quickly. Looked good for a short while; maybe a day.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Finger print scanned does not work with it on\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I just got these in the mail. Work for like a minute and than gives me the accessory is not supported by this iPhone. I have the iPhone 7. It’s really wack for a deal of two of them\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love these rollers! Very compact and easy to travel with!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very breathable and easy to put on.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: never received my order\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this modem/router about two years ago. At the start it seemed to be ok but for the last year plus I’ve had problems with it dropping the internet. This happens on all my devices both Wi-Fi and wired. The only way to restore service was to do a AC power reset. This was happening once or twice a day. Comcast came out, ran a new coax line from the pedestal to the house and boosted the signal level. Same problem. The Arris Tech guys were great but could not solve the problem. Additionally, I lost the 5G service on three occasions. I had to do a factory reset to restore this. I cannot recommend this modem/router based upon my experiences. I purchased a Netgear AC1900 modem/router. It’s fantastic. I’v Had it for over a week with no problems. It’s faster and the range is greater than the Arris. I read online that other people have had problems with the Arris modem/router connected to Comcast. If you have Comcast internet I do not recommend this Arris modem/router. Get the Netgear, its much more reliable.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When we received the scoreboard it was broken. We called for support and left our number for a call back. 3 days later no call. Terrible service!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great story, characters and everything else. I can not recommend this more!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really Like this ring light! It is wonderful for the price and it gets the job done! The only issue is the light bulb heats up too fast and the light goes out, so I have to turn it off wait for a while then turn it back on. I don't think that is supposed to happen...I don't know if I have a defective light or what, but it is a very nice ring light besides the overheating.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My girls love them, but the ball that lights up busted as soon as I removed from the package.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: well built for the price\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Enjoyable but at times confusing and difficult to follow.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I'm almost done with this book, but its a little too wordy and not intense enough for me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fit as expected to replace broken cover\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These rings are dainty & adorable! Can be worn alone or stacked. The craftsmanship put into these rings, is very evident! I will definitely be buying more!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item takes 2 AA batteries not 2 C batteries like it says\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My paper towels kept falling off\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Came with 2 pens missing from the box.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product will recomend\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was very easy to install on my laptop.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Adhesive is good. Easy to apply.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Solid performer until the last quart of oil was being drawn out, then it started to spray oil out of the top.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Item description says \"pack of 3\" but I only received 1\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Item was used/damaged when I received it. Seal on the box was broken so I checked everything before install and it looks like the power/data connections are burnt. Returning immediately.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This system is not as simple & straight-forward to program as one with fewer tech capabilities. The voice quality of the Caller ID announcement is poor & there are multiple steps to use Call Block and to access, then erase, Messages. However, the large capacity to store Blocked Calls is a major reason for the purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Was not delivered!!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thought this was a magnetic sticker, I was mistaken.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Pretty dam good cutters\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This thing is EXACTLY what is described, 10/10\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Belt loops were not fastened upon opening. They were not stitched.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not worth your time. PASS.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This is a nice headset but I had a hard time trying to switch the language on it to English\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered this phone for my daughter and the \"unlocked dual phone \" is misleading as it came LOCKED & in Chinese!😡\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Use at your own risk. My wife and I both had burning sensation and skin reactions. No history of sensitive skin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Have not used at night yet\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this series. The main characters are unusual and very damaged from a terrible childhood. Will is an excellent investigator but due to a disability he believes he is illiterate. Slaughter does a very good job showing how people with dyslexia learn ways to hide their limitations. It will be interesting to see how these characters play out in the future. I understand that Slaughter brings some of the characters from the Grant County series to this series. The crimes are brutal. I'm sure this is a good representation of what police come across in their career. The procedural is well done and kept me interested from start to finish. I'm looking forward to reading more of this series soon.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great book for daily living\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like everything about this book and the fine expert author who also provides vital information on T.V.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product is a good deal as far as price and the amount of softgels. I also like that it has a high EPA and DHA formula. The only thing I don't like is the fish burps. Maybe they need to add more lemon to the formula\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first time I bought it the smell was barely noticeable, this time however it smells terrible. Not sure why the smell change if the formula didn't change but the smell makes it hard to use. I guess I would rather it smell bad than be sick though...\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product..\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have returned it. Did not like it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results .\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: this was sent back, because I did not need it\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Works good but wears up fast.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works well, was great for my Injustice 2 Harley Quinn cosplay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Does not dry like it is supposed to.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These earbuds are really good.. I bought them for my wife and she is really impressed.. good sound quality.. no problem connecting to her phone.. and they look really good.. i like how the charging box looks as well.. i really think these are as good as the name brand buds.. would recommend to anyone..\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Right earbud has given our after less than 6 months of use. Do not buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: one bag was torn when it's delivered\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Total crap wouldn't even plug into the phone the pins were bent before I even tried to use it\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: ear holes are smaller so i can hurt after long use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Remote does work well, however the batteries do not last long. Disappointing.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can't wait for the next book to be published.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: don't like it, too lumpy\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not happy. Not what we were hoping for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The screen protector moves around and doesn't stick so it pops off or slides around\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The top part of the cover does not stay on.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Smell doesn't last as long as I would like. When first opened, it smells great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Last me only couple of week\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Will continue to buy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I not going to buy it again\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I reuse my Nespresso capsules and these fit perfectly and keep all coffee grounds out.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cute short curtains just what I was looking for for my new farmhouse style decor\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I mean the case looks cool. I don’t know anything about functionality but they sent me a iPhone 8 Plus case. The title says 6 plus, I ordered a 6 plus and there was no option on selecting another iPhone size beside 6 and 6 plus so I’m very disappointed in the service\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just as good as the other speck phone cases. It is just prettier\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: There was some question on as to whether or not these were solid stainless steel or not on the listing. Since the seller made a point of saying they were solid, I decided to give it a shot. The bad news: my grill was 1/2\" too wide, so I had to saw off the nubs on the end of the grates to fit. The good news: they are definitely solid stainless as advertised, so I am not worried about these grates de-laminating like my old factory grates. Glad I bought these. They look great, well-constructed and feel heavy duty. Can't wait to fire up the grill!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Our family does a game night most weeks and I got this thinking it would be fun to play. And it was. We played it 3 times (2 adults and 2 kids, 11 and 10) before we figured out how to win every time. Even the \"more challenging\" level is just more flooding, which, once solved, isn't much of a challenge. I was hoping for re-playability, but we've taken this one out of the rotation. Fun and interesting the first couple of times through, though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not all the colors of beads were included with my kit\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just got the product and tested over the weekend for a big party. It turned out great for the 8lb ribs my hubby cooked. Got lots of compliments from the guests!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE?\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Did not fit very well\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Was OK but not wonderful\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were exactly what I was looking for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My son Loves it for his 6 years old birthday! The package including everything you need. Highly recommend\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great,just what I want\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great fit... very warm.. very comfortable\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: After I gave it to my pet bunny, she didn't like it as much.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is definitely the shampoo the Stars use. My hair is never smelt better or felt softer in my entire life. I felt like a model walking down the street with my hair bouncing and blowing in the wind. I highly recommend this product. I did not use it for a drug test, I just wanted to see if it would clean out the impurities from my hair which it seems to have done.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: 3 1/2 Stars Remedy is a brothers best friend romance as well as a second chance romance mixed into one. It's a unique story, and the hero (Grady) has to do everything to get Collins back and prove he's the guy for her. Three years ago, Grady and Collins had an amazing night together. Collins thought she was finally getting everything she dreamed of, her brothers best friend... but when she woke up alone the next morning, and never heard from her, things definitely changed. Now Grady is back, and he's not leaving, and he's doing everything in his power to prove to her why he left, and that he's not giving her up this time around. While I loved the premise of this story, and at times Grady, he really got on my nerves. I totally understand his reasoning for leaving that night, but to not even send a letter to Collins explaining himself? To leave her wondering and hurt for all those years, and then expect her to welcome him back with open arms? Was he delusional?! Collins was right to be upset, angry, hurt, etc. She was right to put up a fight with him when he wanted her back and to move forward. I admire her will power, because Grady was persistent. I loved Collins in this book, she was strong, and she guarded her heart, and I admired her for that. Sure she loved Grady, but she was scared, and hesitant to let him back in her life, who wouldn't be after what he did to her? Her character was definitely my favorite out of the two. She definitely let things go at the pace she wanted, and when she was ready to listen, she listened. There is a lot of angst in this book, and I did enjoy watching these two reconnect when Collins started to forgive Grady, I just wish Grady would have not come off as so whiney and would have been a little more understanding. He kept saying he understood, but at times he was a little too pushy to me, and then he was sweet towards the end. I ended up loving him just as much as Collins, but in the beginning of the book, I had a hard time reading his points of view because I couldn't connect with his character. The first part of this book, was not my favorite, but he second part? I adored, hence my rating. If you like second chance, and brothers best friend romances, you may really enjoy this book, I just had a hard time with Grady at first and how he handled some of the things he did.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My husband is in law enforcement and loves this bag.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does not give out that much light\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought these for a Nerf battle birthday party for my son. We put buckets of these bullets out on the battlefield and they worked great! Highly recommend!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was disappointed with these. I thought they would be heavier.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I liked the color but the product don't stay latched or closed after putting any cards in the slots\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very thin, see-through material. The front is much longer than the back.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4\"\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Didnt get our bones at all\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install. Looks good. Works well.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: they stopped working\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They don’t even work.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are good Ukulele picks, but I still perfer to use my own fingers.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Never noticed a big difference than a normal brush.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't think we have seen much difference. Maybe we aren't doing it right.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The small wrench was worthless. Ended up having to buy a new blender.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Listed to fit 2019 Subaru Forester. It doesn't fit 2019.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I read a review from someone stating that this case had a lip on it to protect the screen. That person is mentally insane because there is zero lip what so ever. very annoyed\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: pretty case doesnt have any protection on front of phone so you will need an additional screen protector\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Everyone got a good laugh\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I'm really pissed off about this tiny brush that was sent with the bottle. This has to be a joke. I've purchased smaller water bottles and received a brush bigger/better than this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Honestly this says 10oz my bottles I received wore a 4oz bottle\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Didn't expect much for the price, and that's about what I got. It covers and protects my table, just have to live with a grid of folds from packaging. Seller advised to use a hair dryer to flatten out the wrinkles, but it was a very painstakingly slow process that only took some of the sharp edges off of the folds, didn't make much difference. Going to invest in something better (and much more expensive) for daily use, this is OK for what it does.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not give out that much light\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great lite when plugged in, but light is much dimmer when used on battery mode.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love that it keeps the wine cold.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Disappointed. There's this pink discoloration all over the back of the shirt. It's like someone already wore this\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to install and keep my threadripper nice and cool!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The beige mat looked orange on my beige flooring so I returned it and ordered a gray mat from another company that was $7 less to be safe on the color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My dog is loving her new toy. She has torn up others very quick, so far so good here. L\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Tip broke after a few weeks of use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Don't buy this game the physics are terrible and I am so mad at this game because probably there are about 40 hackers on every single game and the game. Don't doesn't even do anything about it you know they just let the hackers do whatever they want and then they do know that the game is terrible but they're doing absolutely nothing about it and the game keeps on doing updates about their characters really what they should be updating is the physics because it's terrible don't buy this game the physics are terrible and mechanics are terrible the people that obviously the people that built this game was high or something because it's one of the worst games I've honestly ever played in my life I would rather play Pixel Games in this crap it's one of the worst games don't buy\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have been using sea salt and want to mix this in for the iodine.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product exceeded my expectations. I am not good about cleaning my make up brushes. In fact when I received this cleaner it had been months since I last cleaned them. So I figured at best they should be a little better off. It was better than that! My brushes are like new! A couple I needed to clean two times, but considering how much build up on them there was, was completely warranted. I’m so excited that I discovered this product as I finally have a reason to buy nicer brushes! Clean up was easy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have three of these linked together. As many of the other reviews said, the legs are weak and prone to breakage even with careful use. It is best to provide some other means of support and not use the legs. Also the gaskets at the fittings do not seal well. I used RTV silicone sealant when assembling the water fittings to stop the leakage. These units are doing a good job heating my pool.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: NOT ENOUGH CHEESE PUFFS\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Quality product. I just wish there were choices for the cover, it's hideous.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Loved the dress fitted like a glove nice material and it feels great\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were beautiful and worked great for the agape items I needed them for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product. Good look. JUST a little tough to remove.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 5,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "id": "3464d7f9-51c4-4645-87e2-bd519298003c", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 26, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "5e9681b2-c628-4a3f-968d-c5cbecc298ec", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "id": "9def17bf-b9fc-4afd-af9a-fdeef0c974aa", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Think step by step you answer.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class predicted.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "id": "0c198bff-2112-4141-a528-3d97c9d16a33", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really can't say because cat refused to try it. I gave it to someone else to try\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It keeps the litter box smelling nice.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Installed this on our boat and am very happy with the results. Great product!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (541 > 512). Running this sequence through the model will result in indexing errors\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to install, but very thin\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great beginning to vampire series. It is nice to have a background upon which a series is based. I look forward to reading this series\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was dried out when I opened package. Was very disappointed with this product.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This is the second one of these that I have purchased. It is an excellent platform for a foam or conventional mattress. It is totally sturdy, and looks nice. I highly recommend it. There are many frames out there that will cost you much more, but this does the trick.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The description of this product indicated that it would have a cosmetic flaw only. This pendant is missing the socket. There is no place to put the light bulb.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Corner of pop socket is faded I would like a new one!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The product did not work properly, after having it installed the check engine light came back on\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It doesn’t stick to my car and it’s to big\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This Christmas window sticker receive very small, not look like the picture.z\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect size and good quality. Great for cupcakes\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The filters arrived on time. The quality is as expected.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The low volume is quite good just a little louder than expected but that’s okay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lights are not very bright\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: this item and the replacement were both 6 weeks past the expiration date\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works good; Never mind expire date, those are contrived.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just like you would get at the dollar store.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product is of lower quality\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Hair is perfect for low temp curling but not realistic. This is a tiny head from the movie Beatle juice . Not for advanced cutting class\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Range is not too great\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund !\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: asian size is too small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really, really thin.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I can't wear these all day. Snug around the toes.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too big and awkward for your counter\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does the job, but wish I had ordered the stand\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: On first use it didn't heat up and now it doesn't work at all\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is at least the 4th hose I've tried. I had high hopes, but the metal parts are cheap and it leaks from the connector. The \"fabric??\" of the hose retains water and stays wet for hours or days depending on how hot - or not - the weather is. I do not recommend this product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The nozzle broke after a week and I reached out to the seller but got no response\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not worth your time. PASS.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include \"new driver\" for when people graduate out of being a student driver. (for use after you pass the road test, etc.)\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than anticipated. More like a notepad size than a book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My cats have no problem eating this . I put it in their food .\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Amazon never deliver the items. Horrible customer service. Considering new purchase choices.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product! No complaints!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great price. Good quality.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Seal was already broken when I opened the container and it looked like someone had used it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: the quality is okay. i would give 3 start rating for this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Good quality and price.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does what it says, works great.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This item is smaller than I thought it would be but it works great!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: FIRE HAZARD DO NOT PURCHASE. Used once as instructed wires melted and caught fire!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this just about 6 months agi and is already broken. Just does not charge the computer and is as good as stone. Would not recommend this and instead buy the original from he Mac store. This product is not worth the price.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a \"full charge\" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The outer packing was rotten by the time it arrived and it can not be returned.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: past is not enough strong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: not what i exspected!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never bought this product so why the hell isn't showing up in my order history\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, do not think this is quality stainless steel. The leafs of the steamer were sticking together and not opening smoothly. Poor quality in comparison to the Pyrex brand I had for 15 years. Returned.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: washes out very quickly\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a very helpful book. Easy to understand and follow. Much rather follow these steps than take prescription meds. There used to be an app that worked as a daily checklist from the books suggestions, but now I cannot find the app anymore. Hope it comes back or gets updated.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: A bit taller than expected. I’m 5’11 & use these at the shortest adjustment. Would be nice to shorten for going up hill. They do extend for going down hill.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: way smaller than exspected\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: These raw cashews are delicious and fresh.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Super cute and would be effective for the average chewer. My dog had the east of in less than a minute. I liked that when the limbs were removed, the stuffing wasn't exposed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Water pump works perfectly and arrived as promised.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I am very upset and disappointed, a month ago I bought this axial and the second time I went to use it, the control stopped working, the car did not roll or move the direction to any side, I took it to check with a technician and made several tests connecting different controls to the car and it worked perfect but when we put back the control that brought the car did not work, very annoying since in theory this is one of the best cars and brands that are in the market\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: did not work, spit out fog oil ,must have got a bad one\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Only 6 of the 12 lights were included...\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: There are no pockets for organization inside this bag. There are flat divided areas on the outside but not convenient. The material is good and has been durable thus far.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4\" and it's bit bit long. I just knotted the corners of the bottom hem...that works.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Peeled off very quickly. Looked good for a short while; maybe a day.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Finger print scanned does not work with it on\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I just got these in the mail. Work for like a minute and than gives me the accessory is not supported by this iPhone. I have the iPhone 7. It’s really wack for a deal of two of them\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love these rollers! Very compact and easy to travel with!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very breathable and easy to put on.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: never received my order\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this modem/router about two years ago. At the start it seemed to be ok but for the last year plus I’ve had problems with it dropping the internet. This happens on all my devices both Wi-Fi and wired. The only way to restore service was to do a AC power reset. This was happening once or twice a day. Comcast came out, ran a new coax line from the pedestal to the house and boosted the signal level. Same problem. The Arris Tech guys were great but could not solve the problem. Additionally, I lost the 5G service on three occasions. I had to do a factory reset to restore this. I cannot recommend this modem/router based upon my experiences. I purchased a Netgear AC1900 modem/router. It’s fantastic. I’v Had it for over a week with no problems. It’s faster and the range is greater than the Arris. I read online that other people have had problems with the Arris modem/router connected to Comcast. If you have Comcast internet I do not recommend this Arris modem/router. Get the Netgear, its much more reliable.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When we received the scoreboard it was broken. We called for support and left our number for a call back. 3 days later no call. Terrible service!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great story, characters and everything else. I can not recommend this more!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really Like this ring light! It is wonderful for the price and it gets the job done! The only issue is the light bulb heats up too fast and the light goes out, so I have to turn it off wait for a while then turn it back on. I don't think that is supposed to happen...I don't know if I have a defective light or what, but it is a very nice ring light besides the overheating.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My girls love them, but the ball that lights up busted as soon as I removed from the package.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: well built for the price\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Enjoyable but at times confusing and difficult to follow.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I'm almost done with this book, but its a little too wordy and not intense enough for me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fit as expected to replace broken cover\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These rings are dainty & adorable! Can be worn alone or stacked. The craftsmanship put into these rings, is very evident! I will definitely be buying more!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item takes 2 AA batteries not 2 C batteries like it says\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My paper towels kept falling off\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Came with 2 pens missing from the box.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product will recomend\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was very easy to install on my laptop.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Adhesive is good. Easy to apply.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Solid performer until the last quart of oil was being drawn out, then it started to spray oil out of the top.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Item description says \"pack of 3\" but I only received 1\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Item was used/damaged when I received it. Seal on the box was broken so I checked everything before install and it looks like the power/data connections are burnt. Returning immediately.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This system is not as simple & straight-forward to program as one with fewer tech capabilities. The voice quality of the Caller ID announcement is poor & there are multiple steps to use Call Block and to access, then erase, Messages. However, the large capacity to store Blocked Calls is a major reason for the purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Was not delivered!!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thought this was a magnetic sticker, I was mistaken.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Pretty dam good cutters\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This thing is EXACTLY what is described, 10/10\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Belt loops were not fastened upon opening. They were not stitched.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not worth your time. PASS.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This is a nice headset but I had a hard time trying to switch the language on it to English\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered this phone for my daughter and the \"unlocked dual phone \" is misleading as it came LOCKED & in Chinese!😡\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Use at your own risk. My wife and I both had burning sensation and skin reactions. No history of sensitive skin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Have not used at night yet\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this series. The main characters are unusual and very damaged from a terrible childhood. Will is an excellent investigator but due to a disability he believes he is illiterate. Slaughter does a very good job showing how people with dyslexia learn ways to hide their limitations. It will be interesting to see how these characters play out in the future. I understand that Slaughter brings some of the characters from the Grant County series to this series. The crimes are brutal. I'm sure this is a good representation of what police come across in their career. The procedural is well done and kept me interested from start to finish. I'm looking forward to reading more of this series soon.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great book for daily living\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like everything about this book and the fine expert author who also provides vital information on T.V.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product is a good deal as far as price and the amount of softgels. I also like that it has a high EPA and DHA formula. The only thing I don't like is the fish burps. Maybe they need to add more lemon to the formula\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first time I bought it the smell was barely noticeable, this time however it smells terrible. Not sure why the smell change if the formula didn't change but the smell makes it hard to use. I guess I would rather it smell bad than be sick though...\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product..\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have returned it. Did not like it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results .\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: this was sent back, because I did not need it\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Works good but wears up fast.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works well, was great for my Injustice 2 Harley Quinn cosplay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Does not dry like it is supposed to.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These earbuds are really good.. I bought them for my wife and she is really impressed.. good sound quality.. no problem connecting to her phone.. and they look really good.. i like how the charging box looks as well.. i really think these are as good as the name brand buds.. would recommend to anyone..\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Right earbud has given our after less than 6 months of use. Do not buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: one bag was torn when it's delivered\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Total crap wouldn't even plug into the phone the pins were bent before I even tried to use it\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: ear holes are smaller so i can hurt after long use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Remote does work well, however the batteries do not last long. Disappointing.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can't wait for the next book to be published.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: don't like it, too lumpy\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not happy. Not what we were hoping for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The screen protector moves around and doesn't stick so it pops off or slides around\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The top part of the cover does not stay on.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Smell doesn't last as long as I would like. When first opened, it smells great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Last me only couple of week\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Will continue to buy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I not going to buy it again\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I reuse my Nespresso capsules and these fit perfectly and keep all coffee grounds out.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cute short curtains just what I was looking for for my new farmhouse style decor\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I mean the case looks cool. I don’t know anything about functionality but they sent me a iPhone 8 Plus case. The title says 6 plus, I ordered a 6 plus and there was no option on selecting another iPhone size beside 6 and 6 plus so I’m very disappointed in the service\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just as good as the other speck phone cases. It is just prettier\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: There was some question on as to whether or not these were solid stainless steel or not on the listing. Since the seller made a point of saying they were solid, I decided to give it a shot. The bad news: my grill was 1/2\" too wide, so I had to saw off the nubs on the end of the grates to fit. The good news: they are definitely solid stainless as advertised, so I am not worried about these grates de-laminating like my old factory grates. Glad I bought these. They look great, well-constructed and feel heavy duty. Can't wait to fire up the grill!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Our family does a game night most weeks and I got this thinking it would be fun to play. And it was. We played it 3 times (2 adults and 2 kids, 11 and 10) before we figured out how to win every time. Even the \"more challenging\" level is just more flooding, which, once solved, isn't much of a challenge. I was hoping for re-playability, but we've taken this one out of the rotation. Fun and interesting the first couple of times through, though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not all the colors of beads were included with my kit\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just got the product and tested over the weekend for a big party. It turned out great for the 8lb ribs my hubby cooked. Got lots of compliments from the guests!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE?\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Did not fit very well\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Was OK but not wonderful\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were exactly what I was looking for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My son Loves it for his 6 years old birthday! The package including everything you need. Highly recommend\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great,just what I want\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great fit... very warm.. very comfortable\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: After I gave it to my pet bunny, she didn't like it as much.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is definitely the shampoo the Stars use. My hair is never smelt better or felt softer in my entire life. I felt like a model walking down the street with my hair bouncing and blowing in the wind. I highly recommend this product. I did not use it for a drug test, I just wanted to see if it would clean out the impurities from my hair which it seems to have done.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: 3 1/2 Stars Remedy is a brothers best friend romance as well as a second chance romance mixed into one. It's a unique story, and the hero (Grady) has to do everything to get Collins back and prove he's the guy for her. Three years ago, Grady and Collins had an amazing night together. Collins thought she was finally getting everything she dreamed of, her brothers best friend... but when she woke up alone the next morning, and never heard from her, things definitely changed. Now Grady is back, and he's not leaving, and he's doing everything in his power to prove to her why he left, and that he's not giving her up this time around. While I loved the premise of this story, and at times Grady, he really got on my nerves. I totally understand his reasoning for leaving that night, but to not even send a letter to Collins explaining himself? To leave her wondering and hurt for all those years, and then expect her to welcome him back with open arms? Was he delusional?! Collins was right to be upset, angry, hurt, etc. She was right to put up a fight with him when he wanted her back and to move forward. I admire her will power, because Grady was persistent. I loved Collins in this book, she was strong, and she guarded her heart, and I admired her for that. Sure she loved Grady, but she was scared, and hesitant to let him back in her life, who wouldn't be after what he did to her? Her character was definitely my favorite out of the two. She definitely let things go at the pace she wanted, and when she was ready to listen, she listened. There is a lot of angst in this book, and I did enjoy watching these two reconnect when Collins started to forgive Grady, I just wish Grady would have not come off as so whiney and would have been a little more understanding. He kept saying he understood, but at times he was a little too pushy to me, and then he was sweet towards the end. I ended up loving him just as much as Collins, but in the beginning of the book, I had a hard time reading his points of view because I couldn't connect with his character. The first part of this book, was not my favorite, but he second part? I adored, hence my rating. If you like second chance, and brothers best friend romances, you may really enjoy this book, I just had a hard time with Grady at first and how he handled some of the things he did.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My husband is in law enforcement and loves this bag.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does not give out that much light\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought these for a Nerf battle birthday party for my son. We put buckets of these bullets out on the battlefield and they worked great! Highly recommend!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was disappointed with these. I thought they would be heavier.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I liked the color but the product don't stay latched or closed after putting any cards in the slots\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very thin, see-through material. The front is much longer than the back.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4\"\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Didnt get our bones at all\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install. Looks good. Works well.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: they stopped working\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They don’t even work.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are good Ukulele picks, but I still perfer to use my own fingers.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Never noticed a big difference than a normal brush.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't think we have seen much difference. Maybe we aren't doing it right.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The small wrench was worthless. Ended up having to buy a new blender.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Listed to fit 2019 Subaru Forester. It doesn't fit 2019.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I read a review from someone stating that this case had a lip on it to protect the screen. That person is mentally insane because there is zero lip what so ever. very annoyed\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: pretty case doesnt have any protection on front of phone so you will need an additional screen protector\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Everyone got a good laugh\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I'm really pissed off about this tiny brush that was sent with the bottle. This has to be a joke. I've purchased smaller water bottles and received a brush bigger/better than this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Honestly this says 10oz my bottles I received wore a 4oz bottle\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Didn't expect much for the price, and that's about what I got. It covers and protects my table, just have to live with a grid of folds from packaging. Seller advised to use a hair dryer to flatten out the wrinkles, but it was a very painstakingly slow process that only took some of the sharp edges off of the folds, didn't make much difference. Going to invest in something better (and much more expensive) for daily use, this is OK for what it does.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not give out that much light\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great lite when plugged in, but light is much dimmer when used on battery mode.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love that it keeps the wine cold.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Disappointed. There's this pink discoloration all over the back of the shirt. It's like someone already wore this\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to install and keep my threadripper nice and cool!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The beige mat looked orange on my beige flooring so I returned it and ordered a gray mat from another company that was $7 less to be safe on the color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My dog is loving her new toy. She has torn up others very quick, so far so good here. L\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Tip broke after a few weeks of use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Don't buy this game the physics are terrible and I am so mad at this game because probably there are about 40 hackers on every single game and the game. Don't doesn't even do anything about it you know they just let the hackers do whatever they want and then they do know that the game is terrible but they're doing absolutely nothing about it and the game keeps on doing updates about their characters really what they should be updating is the physics because it's terrible don't buy this game the physics are terrible and mechanics are terrible the people that obviously the people that built this game was high or something because it's one of the worst games I've honestly ever played in my life I would rather play Pixel Games in this crap it's one of the worst games don't buy\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have been using sea salt and want to mix this in for the iodine.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product exceeded my expectations. I am not good about cleaning my make up brushes. In fact when I received this cleaner it had been months since I last cleaned them. So I figured at best they should be a little better off. It was better than that! My brushes are like new! A couple I needed to clean two times, but considering how much build up on them there was, was completely warranted. I’m so excited that I discovered this product as I finally have a reason to buy nicer brushes! Clean up was easy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have three of these linked together. As many of the other reviews said, the legs are weak and prone to breakage even with careful use. It is best to provide some other means of support and not use the legs. Also the gaskets at the fittings do not seal well. I used RTV silicone sealant when assembling the water fittings to stop the leakage. These units are doing a good job heating my pool.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: NOT ENOUGH CHEESE PUFFS\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Quality product. I just wish there were choices for the cover, it's hideous.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Loved the dress fitted like a glove nice material and it feels great\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were beautiful and worked great for the agape items I needed them for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product. Good look. JUST a little tough to remove.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 5,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "id": "0736d1ae-bc6e-4fee-9fd7-d1401e535792", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 30, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "1d69e21c-d1d9-4897-a6df-ec5ef43fe4d0", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "dd55f1c6-ac6e-447f-b291-1d0ac50e9048", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "id": "0d24dafd-c16a-40f6-8537-69ff06a1b34d", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 31, + "id": "f0bab4a5-da98-4362-9f52-c3f5ca534ccd", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "PROMPT_LABELS:\n", + " \"\"\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "id": "c0cf795a-4563-4f6b-a970-20c47eca9870", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n", + "Token indices sequence length is longer than the specified maximum sequence length for this model (593 > 512). Running this sequence through the model will result in indexing errors\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really can't say because cat refused to try it. I gave it to someone else to try\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Smudges easily and collects in corners of eyes throughout the day. Goes on smooth and rich without clumping.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It keeps the litter box smelling nice.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Once installed we realized that it's missing a gasket or something behind it to seal it to the shower wall. Water can just run behind it because it doesn't fit tightly. It looks great and I like it, but we have to figure something out to make it more functional.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Installed this on our boat and am very happy with the results. Great product!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These raw cashews are delicious and fresh.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I'm really disappointed that Garden of Life SOLD OUT to NESTLE!!! Now I have to find a replacement for this supplement.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to install, but very thin\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: After I gave it to my pet bunny, she didn't like it as much.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great beginning to vampire series. It is nice to have a background upon which a series is based. I look forward to reading this series\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Michener the philosopher of the 20th Century clothed as a novelist. In an engaging style, tantalizingly follows the life of a Jew, an Arab, and an American Catholic at an archeological dig in Israel to tell the painful history of modern Judaism. Somehow he finds hope for both Israel, Jew, Arab, and in an amazing way Palestine.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It was dried out when I opened package. Was very disappointed with this product.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works good but wears up fast.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This is the second one of these that I have purchased. It is an excellent platform for a foam or conventional mattress. It is totally sturdy, and looks nice. I highly recommend it. There are many frames out there that will cost you much more, but this does the trick.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The description of this product indicated that it would have a cosmetic flaw only. This pendant is missing the socket. There is no place to put the light bulb.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The teapot came with many visible scratches on it. After repeated efforts to contact the seller, they have simply ignored requests to replace or refund money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The screen protector moves around and doesn't stick so it pops off or slides around\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Spend a few dollars more and get one that works.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Corner of pop socket is faded I would like a new one!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It works okay for listening to music with headphones but never works when I'm trying to use it for a call. Just splurge on the real product from Apple.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This charger is awesome!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this product twice and was sent the wrong product twice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Never receive my cases and never answer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Zero stars!!!! Scam company DO NOT BUY FROM THEM!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The product did not work properly, after having it installed the check engine light came back on\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It doesn’t stick to my car and it’s to big\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought this because my original charger finally gave up on me. This one won’t stay inside my phone. The charging piece won’t stay inside my phone.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It doesn’t stick to my car and it’s to big\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This Christmas window sticker receive very small, not look like the picture.z\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect size and good quality. Great for cupcakes\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The filters arrived on time. The quality is as expected.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a nice headset but I had a hard time trying to switch the language on it to English\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect for Bose cord replacements, or for converting to Bluetooth using a small receiver with an Aux In input.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The low volume is quite good just a little louder than expected but that’s okay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I had bought two separate pairs for two dodges that I own and both pairs went out withing the year best to get warranty on them but they had good light to them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Lights are not very bright\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: this item and the replacement were both 6 weeks past the expiration date\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product but be aware of return policy.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works good; Never mind expire date, those are contrived.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just like you would get at the dollar store.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The filters arrived on time. The quality is as expected.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product is of lower quality\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Hair is perfect for low temp curling but not realistic. This is a tiny head from the movie Beatle juice . Not for advanced cutting class\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect size and good quality. Great for cupcakes\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Range is not too great\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We had this in shower area where it only got moisture, no direct water. First the suction kept failing. Then the alarm mysteriously kept going off. Replaced batteries, No improvement. Couldn't turn it off or reset it. Garbage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought 2 and both remotes stopped working first 5 min of useing them\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund !\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: asian size is too small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Pretty dam good cutters\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really, really thin.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I can't wear these all day. Snug around the toes.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too big and awkward for your counter\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Does the job, but wish I had ordered the stand\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Item was used/damaged when I received it. Seal on the box was broken so I checked everything before install and it looks like the power/data connections are burnt. Returning immediately.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Never Received this hot little item\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Movie freezes up. Can't watch it. Doesn't work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: On first use it didn't heat up and now it doesn't work at all\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is at least the 4th hose I've tried. I had high hopes, but the metal parts are cheap and it leaks from the connector. The \"fabric??\" of the hose retains water and stays wet for hours or days depending on how hot - or not - the weather is. I do not recommend this product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: did not work, spit out fog oil ,must have got a bad one\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The nozzle broke after a week and I reached out to the seller but got no response\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not worth your time. PASS.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include \"new driver\" for when people graduate out of being a student driver. (for use after you pass the road test, etc.)\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than anticipated. More like a notepad size than a book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I'm really disappointed that Garden of Life SOLD OUT to NESTLE!!! Now I have to find a replacement for this supplement.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: After I gave it to my pet bunny, she didn't like it as much.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cats have no problem eating this . I put it in their food .\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Was very happy with this product. Liked it so much I ordered several more times. But the last order I made never made it to me. And they sent me a message telling me sorry. But they still took my money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Amazon never deliver the items. Horrible customer service. Considering new purchase choices.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product! No complaints!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great case. Daughter loves it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great price. Good quality.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Seal was already broken when I opened the container and it looked like someone had used it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: the quality is okay. i would give 3 start rating for this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very good product I realy love it\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good quality and price.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It really didn’t work for me - wasn’t of any help.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: did not work, spit out fog oil ,must have got a bad one\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Haven’t used it but everything seems great\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Stopped working after a couple of weeks. You get what you pay for.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does what it says, works great.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product is a good deal as far as price and the amount of softgels. I also like that it has a high EPA and DHA formula. The only thing I don't like is the fish burps. Maybe they need to add more lemon to the formula\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item is smaller than I thought it would be but it works great!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Didn't expect much for the price, and that's about what I got. It covers and protects my table, just have to live with a grid of folds from packaging. Seller advised to use a hair dryer to flatten out the wrinkles, but it was a very painstakingly slow process that only took some of the sharp edges off of the folds, didn't make much difference. Going to invest in something better (and much more expensive) for daily use, this is OK for what it does.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: FIRE HAZARD DO NOT PURCHASE. Used once as instructed wires melted and caught fire!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this just about 6 months agi and is already broken. Just does not charge the computer and is as good as stone. Would not recommend this and instead buy the original from he Mac store. This product is not worth the price.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a \"full charge\" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The outer packing was rotten by the time it arrived and it can not be returned.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: past is not enough strong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: not what i exspected!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never bought this product so why the hell isn't showing up in my order history\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, do not think this is quality stainless steel. The leafs of the steamer were sticking together and not opening smoothly. Poor quality in comparison to the Pyrex brand I had for 15 years. Returned.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: washes out very quickly\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a very helpful book. Easy to understand and follow. Much rather follow these steps than take prescription meds. There used to be an app that worked as a daily checklist from the books suggestions, but now I cannot find the app anymore. Hope it comes back or gets updated.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great book for daily living\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 3 1/2 Stars Remedy is a brothers best friend romance as well as a second chance romance mixed into one. It's a unique story, and the hero (Grady) has to do everything to get Collins back and prove he's the guy for her. Three years ago, Grady and Collins had an amazing night together. Collins thought she was finally getting everything she dreamed of, her brothers best friend... but when she woke up alone the next morning, and never heard from her, things definitely changed. Now Grady is back, and he's not leaving, and he's doing everything in his power to prove to her why he left, and that he's not giving her up this time around. While I loved the premise of this story, and at times Grady, he really got on my nerves. I totally understand his reasoning for leaving that night, but to not even send a letter to Collins explaining himself? To leave her wondering and hurt for all those years, and then expect her to welcome him back with open arms? Was he delusional?! Collins was right to be upset, angry, hurt, etc. She was right to put up a fight with him when he wanted her back and to move forward. I admire her will power, because Grady was persistent. I loved Collins in this book, she was strong, and she guarded her heart, and I admired her for that. Sure she loved Grady, but she was scared, and hesitant to let him back in her life, who wouldn't be after what he did to her? Her character was definitely my favorite out of the two. She definitely let things go at the pace she wanted, and when she was ready to listen, she listened. There is a lot of angst in this book, and I did enjoy watching these two reconnect when Collins started to forgive Grady, I just wish Grady would have not come off as so whiney and would have been a little more understanding. He kept saying he understood, but at times he was a little too pushy to me, and then he was sweet towards the end. I ended up loving him just as much as Collins, but in the beginning of the book, I had a hard time reading his points of view because I couldn't connect with his character. The first part of this book, was not my favorite, but he second part? I adored, hence my rating. If you like second chance, and brothers best friend romances, you may really enjoy this book, I just had a hard time with Grady at first and how he handled some of the things he did.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this series. The main characters are unusual and very damaged from a terrible childhood. Will is an excellent investigator but due to a disability he believes he is illiterate. Slaughter does a very good job showing how people with dyslexia learn ways to hide their limitations. It will be interesting to see how these characters play out in the future. I understand that Slaughter brings some of the characters from the Grant County series to this series. The crimes are brutal. I'm sure this is a good representation of what police come across in their career. The procedural is well done and kept me interested from start to finish. I'm looking forward to reading more of this series soon.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: A bit taller than expected. I’m 5’11 & use these at the shortest adjustment. Would be nice to shorten for going up hill. They do extend for going down hill.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Too big and awkward for your counter\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really can't say because cat refused to try it. I gave it to someone else to try\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The small wrench was worthless. Ended up having to buy a new blender.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: asian size is too small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: way smaller than exspected\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: These raw cashews are delicious and fresh.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Super cute and would be effective for the average chewer. My dog had the east of in less than a minute. I liked that when the limbs were removed, the stuffing wasn't exposed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I'm really disappointed that Garden of Life SOLD OUT to NESTLE!!! Now I have to find a replacement for this supplement.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Water pump works perfectly and arrived as promised.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I am very upset and disappointed, a month ago I bought this axial and the second time I went to use it, the control stopped working, the car did not roll or move the direction to any side, I took it to check with a technician and made several tests connecting different controls to the car and it worked perfect but when we put back the control that brought the car did not work, very annoying since in theory this is one of the best cars and brands that are in the market\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: did not work, spit out fog oil ,must have got a bad one\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stops working after 3 weeks of use. Good thing that I have a backup filter. Please replace.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Failed out of the box.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not exactly what I was expecting. Packaging was not in the best condition. Lights are bright and lots of different combos. Very thin light rope and was long enough to go around my mirror.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Order the set with 2 cables . Black housing. Only got 1 cable no housing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not all the colors of beads were included with my kit\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Only 6 of the 12 lights were included...\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cheaply made, do not think this is quality stainless steel. The leafs of the steamer were sticking together and not opening smoothly. Poor quality in comparison to the Pyrex brand I had for 15 years. Returned.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: There are no pockets for organization inside this bag. There are flat divided areas on the outside but not convenient. The material is good and has been durable thus far.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn't really have high hopes for this dress as I was expecting more of a costume-like dress, but I pleasantly was surprised! It is really cute and the fabric is thicker than I was expecting which is nice. It is a little tight around the neck and the zipper does not seem to be the strongest, but I got several complements and would highly recommend this dress!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4\" and it's bit bit long. I just knotted the corners of the bottom hem...that works.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Peeled off very quickly. Looked good for a short while; maybe a day.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Total crap wouldn't even plug into the phone the pins were bent before I even tried to use it\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Finger print scanned does not work with it on\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I just got these in the mail. Work for like a minute and than gives me the accessory is not supported by this iPhone. I have the iPhone 7. It’s really wack for a deal of two of them\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: FIRE HAZARD DO NOT PURCHASE. Used once as instructed wires melted and caught fire!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really can't say because cat refused to try it. I gave it to someone else to try\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My kids love their bags! Carry them everywhere and are very durable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love these rollers! Very compact and easy to travel with!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Terrible product, wouldn't stick tok edges of the phone\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quick shipping, Quality product, Perfect fit\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very breathable and easy to put on.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4\"\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great case. Daughter loves it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this product twice and was sent the wrong product twice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Never receive my cases and never answer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never bought this product so why the hell isn't showing up in my order history\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: never received my order\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Hit a bump while driving, and it falls off the vent. Phone holder needs to be reinserted into the vent after every use as it wiggled half off the vent.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It already stopped working. It no longer charges.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this modem/router about two years ago. At the start it seemed to be ok but for the last year plus I’ve had problems with it dropping the internet. This happens on all my devices both Wi-Fi and wired. The only way to restore service was to do a AC power reset. This was happening once or twice a day. Comcast came out, ran a new coax line from the pedestal to the house and boosted the signal level. Same problem. The Arris Tech guys were great but could not solve the problem. Additionally, I lost the 5G service on three occasions. I had to do a factory reset to restore this. I cannot recommend this modem/router based upon my experiences. I purchased a Netgear AC1900 modem/router. It’s fantastic. I’v Had it for over a week with no problems. It’s faster and the range is greater than the Arris. I read online that other people have had problems with the Arris modem/router connected to Comcast. If you have Comcast internet I do not recommend this Arris modem/router. Get the Netgear, its much more reliable.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Haven’t used it but everything seems great\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love listening to these CDs. Would recommend!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When we received the scoreboard it was broken. We called for support and left our number for a call back. 3 days later no call. Terrible service!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I just got these in the mail. Work for like a minute and than gives me the accessory is not supported by this iPhone. I have the iPhone 7. It’s really wack for a deal of two of them\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great story, characters and everything else. I can not recommend this more!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really Like this ring light! It is wonderful for the price and it gets the job done! The only issue is the light bulb heats up too fast and the light goes out, so I have to turn it off wait for a while then turn it back on. I don't think that is supposed to happen...I don't know if I have a defective light or what, but it is a very nice ring light besides the overheating.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: asian size is too small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These rings are dainty & adorable! Can be worn alone or stacked. The craftsmanship put into these rings, is very evident! I will definitely be buying more!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My kids love their bags! Carry them everywhere and are very durable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My girls love them, but the ball that lights up busted as soon as I removed from the package.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a neat toy. It is fun to play with. The track pieces snap together easily. It keeps kids entertained. It comes with dinosaurs. It is made very well.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Pretty dam good cutters\n", + "OUTPUT: positive\n", + "\n", + "INPUT: well built for the price\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Enjoyable but at times confusing and difficult to follow.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great book for daily living\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Michener the philosopher of the 20th Century clothed as a novelist. In an engaging style, tantalizingly follows the life of a Jew, an Arab, and an American Catholic at an archeological dig in Israel to tell the painful history of modern Judaism. Somehow he finds hope for both Israel, Jew, Arab, and in an amazing way Palestine.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I'm almost done with this book, but its a little too wordy and not intense enough for me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality product. I just wish there were choices for the cover, it's hideous.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fit as expected to replace broken cover\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These rings are dainty & adorable! Can be worn alone or stacked. The craftsmanship put into these rings, is very evident! I will definitely be buying more!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Adding a review post 1 year of ownership. Mediocre quality. My daughter has been riding the bike to school and back for about a year. The headset (where the handlebar connects) requires re-tightening every few months. The brakes are a weak spot on this bicycle, they are finicky to adjust and need readjustment every month. The shifting system works as you'd expect for a $200 bicycle, clicks into gear but is not smooth. We haven't experience any of the chain issues some others have mentioned. Lastly, I'm disappointed in the quality of the bolts/nuts used on the bike, the frame itself and most of the components seem to be of decent quality, but the bolts had surface rust after the first winter (and we live in california so we rarely even have rain, just typical morning dew).\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These raw cashews are delicious and fresh.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this product twice and was sent the wrong product twice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Item description says \"pack of 3\" but I only received 1\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item takes 2 AA batteries not 2 C batteries like it says\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My paper towels kept falling off\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not all the colors of beads were included with my kit\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Failed out of the box.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Came with 2 pens missing from the box.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product will recomend\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was very easy to install on my laptop.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Adhesive is good. Easy to apply.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Solid performer until the last quart of oil was being drawn out, then it started to spray oil out of the top.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The small wrench was worthless. Ended up having to buy a new blender.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Supplied stoppers were no fit for soap bottle! Had to put the original plastic top back on bottle and insert tube through hole. It then worked!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Item description says \"pack of 3\" but I only received 1\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Item was used/damaged when I received it. Seal on the box was broken so I checked everything before install and it looks like the power/data connections are burnt. Returning immediately.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This system is not as simple & straight-forward to program as one with fewer tech capabilities. The voice quality of the Caller ID announcement is poor & there are multiple steps to use Call Block and to access, then erase, Messages. However, the large capacity to store Blocked Calls is a major reason for the purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: past is not enough strong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Don't buy this game the physics are terrible and I am so mad at this game because probably there are about 40 hackers on every single game and the game. Don't doesn't even do anything about it you know they just let the hackers do whatever they want and then they do know that the game is terrible but they're doing absolutely nothing about it and the game keeps on doing updates about their characters really what they should be updating is the physics because it's terrible don't buy this game the physics are terrible and mechanics are terrible the people that obviously the people that built this game was high or something because it's one of the worst games I've honestly ever played in my life I would rather play Pixel Games in this crap it's one of the worst games don't buy\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The Marino Avenue brand Men’s low cut socks are of good quality. I put them through one cycle of hot water washing and drying and they stood up to the challenge. What I like best is the color choices on the socks. The green, yellow, red, and black one is my favorite combo.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Failed out of the box.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Was not delivered!!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thought this was a magnetic sticker, I was mistaken.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Pretty dam good cutters\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: less flexible than expected.. but still good for the price\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect for Bose cord replacements, or for converting to Bluetooth using a small receiver with an Aux In input.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This thing is EXACTLY what is described, 10/10\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Belt loops were not fastened upon opening. They were not stitched.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not worth your time. PASS.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Runs very large. Order 3 sizes smaller!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Pretty dam good cutters\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Runs very large. Order 3 sizes smaller!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4\"\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This is a nice headset but I had a hard time trying to switch the language on it to English\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this because my original charger finally gave up on me. This one won’t stay inside my phone. The charging piece won’t stay inside my phone.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: asian size is too small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered this phone for my daughter and the \"unlocked dual phone \" is misleading as it came LOCKED & in Chinese!😡\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Use at your own risk. My wife and I both had burning sensation and skin reactions. No history of sensitive skin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have\n", + "OUTPUT: positive\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works good but wears up fast.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Have not used at night yet\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this series. The main characters are unusual and very damaged from a terrible childhood. Will is an excellent investigator but due to a disability he believes he is illiterate. Slaughter does a very good job showing how people with dyslexia learn ways to hide their limitations. It will be interesting to see how these characters play out in the future. I understand that Slaughter brings some of the characters from the Grant County series to this series. The crimes are brutal. I'm sure this is a good representation of what police come across in their career. The procedural is well done and kept me interested from start to finish. I'm looking forward to reading more of this series soon.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great book for daily living\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a very helpful book. Easy to understand and follow. Much rather follow these steps than take prescription meds. There used to be an app that worked as a daily checklist from the books suggestions, but now I cannot find the app anymore. Hope it comes back or gets updated.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like everything about this book and the fine expert author who also provides vital information on T.V.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product is a good deal as far as price and the amount of softgels. I also like that it has a high EPA and DHA formula. The only thing I don't like is the fish burps. Maybe they need to add more lemon to the formula\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first time I bought it the smell was barely noticeable, this time however it smells terrible. Not sure why the smell change if the formula didn't change but the smell makes it hard to use. I guess I would rather it smell bad than be sick though...\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just got the product and tested over the weekend for a big party. It turned out great for the 8lb ribs my hubby cooked. Got lots of compliments from the guests!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product..\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have returned it. Did not like it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results .\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Got a screen didn’t worked reorder it and still didn’t work trash screen\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product but be aware of return policy.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never received this and I was need to go to the store to buy a replacement\n", + "OUTPUT: negative\n", + "\n", + "INPUT: this was sent back, because I did not need it\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This shade sits too low on the lens and it hangs below the top edge of the lens and is crooked! The design is terrible. What made it worse is that it cannot be returned!! Don’t buy and waste your money!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Works good but wears up fast.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works well, was great for my Injustice 2 Harley Quinn cosplay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not dry like it is supposed to.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These earbuds are really good.. I bought them for my wife and she is really impressed.. good sound quality.. no problem connecting to her phone.. and they look really good.. i like how the charging box looks as well.. i really think these are as good as the name brand buds.. would recommend to anyone..\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: this item and the replacement were both 6 weeks past the expiration date\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Stopped working after a couple of weeks. You get what you pay for.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Right earbud has given our after less than 6 months of use. Do not buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cool bag with graphics, but smelled like mildew.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My husband is in law enforcement and loves this bag.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: one bag was torn when it's delivered\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Total crap wouldn't even plug into the phone the pins were bent before I even tried to use it\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought this because my original charger finally gave up on me. This one won’t stay inside my phone. The charging piece won’t stay inside my phone.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Use at your own risk. My wife and I both had burning sensation and skin reactions. No history of sensitive skin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: ear holes are smaller so i can hurt after long use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this just about 6 months agi and is already broken. Just does not charge the computer and is as good as stone. Would not recommend this and instead buy the original from he Mac store. This product is not worth the price.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Remote does work well, however the batteries do not last long. Disappointing.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can't wait for the next book to be published.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: don't like it, too lumpy\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Nothing like the photo. Boo.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Waste of money smfh sooo upset\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Did not fit very well\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not happy. Not what we were hoping for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The screen protector moves around and doesn't stick so it pops off or slides around\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This shade sits too low on the lens and it hangs below the top edge of the lens and is crooked! The design is terrible. What made it worse is that it cannot be returned!! Don’t buy and waste your money!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The top part of the cover does not stay on.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Smell doesn't last as long as I would like. When first opened, it smells great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great length but only lasted 6 months.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Last me only couple of week\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Will continue to buy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product but be aware of return policy.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I not going to buy it again\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I reuse my Nespresso capsules and these fit perfectly and keep all coffee grounds out.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Once installed we realized that it's missing a gasket or something behind it to seal it to the shower wall. Water can just run behind it because it doesn't fit tightly. It looks great and I like it, but we have to figure something out to make it more functional.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The Marino Avenue brand Men’s low cut socks are of good quality. I put them through one cycle of hot water washing and drying and they stood up to the challenge. What I like best is the color choices on the socks. The green, yellow, red, and black one is my favorite combo.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cute short curtains just what I was looking for for my new farmhouse style decor\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I mean the case looks cool. I don’t know anything about functionality but they sent me a iPhone 8 Plus case. The title says 6 plus, I ordered a 6 plus and there was no option on selecting another iPhone size beside 6 and 6 plus so I’m very disappointed in the service\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Terrible product, wouldn't stick tok edges of the phone\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These earbuds are really good.. I bought them for my wife and she is really impressed.. good sound quality.. no problem connecting to her phone.. and they look really good.. i like how the charging box looks as well.. i really think these are as good as the name brand buds.. would recommend to anyone..\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just as good as the other speck phone cases. It is just prettier\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The teapot came with many visible scratches on it. After repeated efforts to contact the seller, they have simply ignored requests to replace or refund money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: There was some question on as to whether or not these were solid stainless steel or not on the listing. Since the seller made a point of saying they were solid, I decided to give it a shot. The bad news: my grill was 1/2\" too wide, so I had to saw off the nubs on the end of the grates to fit. The good news: they are definitely solid stainless as advertised, so I am not worried about these grates de-laminating like my old factory grates. Glad I bought these. They look great, well-constructed and feel heavy duty. Can't wait to fire up the grill!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I reuse my Nespresso capsules and these fit perfectly and keep all coffee grounds out.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The filters arrived on time. The quality is as expected.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These raw cashews are delicious and fresh.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I'm really pissed off about this tiny brush that was sent with the bottle. This has to be a joke. I've purchased smaller water bottles and received a brush bigger/better than this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Our family does a game night most weeks and I got this thinking it would be fun to play. And it was. We played it 3 times (2 adults and 2 kids, 11 and 10) before we figured out how to win every time. Even the \"more challenging\" level is just more flooding, which, once solved, isn't much of a challenge. I was hoping for re-playability, but we've taken this one out of the rotation. Fun and interesting the first couple of times through, though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not all the colors of beads were included with my kit\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just got the product and tested over the weekend for a big party. It turned out great for the 8lb ribs my hubby cooked. Got lots of compliments from the guests!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE?\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Did not fit very well\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Enjoyable but at times confusing and difficult to follow.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: understated, but they did not look good on my overstated face.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Was OK but not wonderful\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have been searching for a deodorant that works and is natural. This one works great! It smells so nice and lasts all day\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were exactly what I was looking for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My son Loves it for his 6 years old birthday! The package including everything you need. Highly recommend\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Nice color but very Small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great,just what I want\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Did not fit very well\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great fit... very warm.. very comfortable\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: After I gave it to my pet bunny, she didn't like it as much.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is definitely the shampoo the Stars use. My hair is never smelt better or felt softer in my entire life. I felt like a model walking down the street with my hair bouncing and blowing in the wind. I highly recommend this product. I did not use it for a drug test, I just wanted to see if it would clean out the impurities from my hair which it seems to have done.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The process was pretty simple and straightforward, and I ended up using the entire mixture all over my hair. After leaving it in for at least 30 minutes and following all the steps, it still didn't cover all my grays. It did mask a good portion of them to blend more with my hair, but I wish it would've been complete coverage.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cool bag with graphics, but smelled like mildew.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: 3 1/2 Stars Remedy is a brothers best friend romance as well as a second chance romance mixed into one. It's a unique story, and the hero (Grady) has to do everything to get Collins back and prove he's the guy for her. Three years ago, Grady and Collins had an amazing night together. Collins thought she was finally getting everything she dreamed of, her brothers best friend... but when she woke up alone the next morning, and never heard from her, things definitely changed. Now Grady is back, and he's not leaving, and he's doing everything in his power to prove to her why he left, and that he's not giving her up this time around. While I loved the premise of this story, and at times Grady, he really got on my nerves. I totally understand his reasoning for leaving that night, but to not even send a letter to Collins explaining himself? To leave her wondering and hurt for all those years, and then expect her to welcome him back with open arms? Was he delusional?! Collins was right to be upset, angry, hurt, etc. She was right to put up a fight with him when he wanted her back and to move forward. I admire her will power, because Grady was persistent. I loved Collins in this book, she was strong, and she guarded her heart, and I admired her for that. Sure she loved Grady, but she was scared, and hesitant to let him back in her life, who wouldn't be after what he did to her? Her character was definitely my favorite out of the two. She definitely let things go at the pace she wanted, and when she was ready to listen, she listened. There is a lot of angst in this book, and I did enjoy watching these two reconnect when Collins started to forgive Grady, I just wish Grady would have not come off as so whiney and would have been a little more understanding. He kept saying he understood, but at times he was a little too pushy to me, and then he was sweet towards the end. I ended up loving him just as much as Collins, but in the beginning of the book, I had a hard time reading his points of view because I couldn't connect with his character. The first part of this book, was not my favorite, but he second part? I adored, hence my rating. If you like second chance, and brothers best friend romances, you may really enjoy this book, I just had a hard time with Grady at first and how he handled some of the things he did.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This novel took my heart. If you’ve read Eleanor and Park you know your in for a whirlwind. It was everything I expected.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My husband is in law enforcement and loves this bag.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Item description says \"pack of 3\" but I only received 1\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does not give out that much light\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought these for a Nerf battle birthday party for my son. We put buckets of these bullets out on the battlefield and they worked great! Highly recommend!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I was disappointed with these. I thought they would be heavier.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I take Carnitine for recovery and endurance, this product does the job, and does it well.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Terrible product, wouldn't stick tok edges of the phone\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is literally just a cardstock. Not a canvas and needs to be framed to display. Not a good price considering all it is.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I liked the color but the product don't stay latched or closed after putting any cards in the slots\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My kids love their bags! Carry them everywhere and are very durable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The teapot came with many visible scratches on it. After repeated efforts to contact the seller, they have simply ignored requests to replace or refund money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very thin, see-through material. The front is much longer than the back.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great product! No complaints!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4\"\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This was rubbed on the same foot with arthritis and ankle pain. Took it a few weeks to help some\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When we received the scoreboard it was broken. We called for support and left our number for a call back. 3 days later no call. Terrible service!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Didnt get our bones at all\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are the third time we have purchased these for my amputee mother. She loves the feel, support and ease of wearing these socks. These are the only socks we have found that work perfectly for her\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The Marino Avenue brand Men’s low cut socks are of good quality. I put them through one cycle of hot water washing and drying and they stood up to the challenge. What I like best is the color choices on the socks. The green, yellow, red, and black one is my favorite combo.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was very easy to install on my laptop.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install. Looks good. Works well.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: they stopped working\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stopped working after a couple of weeks. You get what you pay for.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They don’t even work.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is the second one of these that I have purchased. It is an excellent platform for a foam or conventional mattress. It is totally sturdy, and looks nice. I highly recommend it. There are many frames out there that will cost you much more, but this does the trick.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely love the quality and look of the dress! Very happy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I can't wear these all day. Snug around the toes.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are good Ukulele picks, but I still perfer to use my own fingers.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Never noticed a big difference than a normal brush.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Nothing like the photo. Boo.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't think we have seen much difference. Maybe we aren't doing it right.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not exactly what I was expecting. Packaging was not in the best condition. Lights are bright and lots of different combos. Very thin light rope and was long enough to go around my mirror.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Remote does work well, however the batteries do not last long. Disappointing.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very nice straightener. Heats up pretty fast. Straightens great and it's a round barrel so it's really good for curling too! Leaves my hair soft, smooth, and shiny! I've had absolutely no issues so far. I'm loving it! Very happy I found this.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The small wrench was worthless. Ended up having to buy a new blender.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It doesn’t stick to my car and it’s to big\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Listed to fit 2019 Subaru Forester. It doesn't fit 2019.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect for Bose cord replacements, or for converting to Bluetooth using a small receiver with an Aux In input.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I read a review from someone stating that this case had a lip on it to protect the screen. That person is mentally insane because there is zero lip what so ever. very annoyed\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Hit a bump while driving, and it falls off the vent. Phone holder needs to be reinserted into the vent after every use as it wiggled half off the vent.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The screen protector moves around and doesn't stick so it pops off or slides around\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: pretty case doesnt have any protection on front of phone so you will need an additional screen protector\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nothing like the photo. Boo.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Everyone got a good laugh\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect size and good quality. Great for cupcakes\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not exactly what I was expecting. Packaging was not in the best condition. Lights are bright and lots of different combos. Very thin light rope and was long enough to go around my mirror.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It said that was shipped but I didn't get anything\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product but be aware of return policy.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Was very happy with this product. Liked it so much I ordered several more times. But the last order I made never made it to me. And they sent me a message telling me sorry. But they still took my money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I'm really pissed off about this tiny brush that was sent with the bottle. This has to be a joke. I've purchased smaller water bottles and received a brush bigger/better than this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: No liquid was in the bottle\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Runs very large. Order 3 sizes smaller!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Honestly this says 10oz my bottles I received wore a 4oz bottle\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Didn't expect much for the price, and that's about what I got. It covers and protects my table, just have to live with a grid of folds from packaging. Seller advised to use a hair dryer to flatten out the wrinkles, but it was a very painstakingly slow process that only took some of the sharp edges off of the folds, didn't make much difference. Going to invest in something better (and much more expensive) for daily use, this is OK for what it does.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not give out that much light\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really Like this ring light! It is wonderful for the price and it gets the job done! The only issue is the light bulb heats up too fast and the light goes out, so I have to turn it off wait for a while then turn it back on. I don't think that is supposed to happen...I don't know if I have a defective light or what, but it is a very nice ring light besides the overheating.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great lite when plugged in, but light is much dimmer when used on battery mode.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Shipped quick and fits perfect. Price is a good value as well! If I need another holster I'll be looking to buy from this seller again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love that it keeps the wine cold.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The Marino Avenue brand Men’s low cut socks are of good quality. I put them through one cycle of hot water washing and drying and they stood up to the challenge. What I like best is the color choices on the socks. The green, yellow, red, and black one is my favorite combo.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a neat toy. It is fun to play with. The track pieces snap together easily. It keeps kids entertained. It comes with dinosaurs. It is made very well.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Disappointed. There's this pink discoloration all over the back of the shirt. It's like someone already wore this\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The process was pretty simple and straightforward, and I ended up using the entire mixture all over my hair. After leaving it in for at least 30 minutes and following all the steps, it still didn't cover all my grays. It did mask a good portion of them to blend more with my hair, but I wish it would've been complete coverage.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The beige mat looked orange on my beige flooring so I returned it and ordered a gray mat from another company that was $7 less to be safe on the color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Comes apart easy Nice, one broke already\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install and keep my threadripper nice and cool!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The beige mat looked orange on my beige flooring so I returned it and ordered a gray mat from another company that was $7 less to be safe on the color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love how it's made of a strechy material and a light shirt. So cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: After I gave it to my pet bunny, she didn't like it as much.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My dog is loving her new toy. She has torn up others very quick, so far so good here. L\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It already stopped working. It no longer charges.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Tip broke after a few weeks of use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Don't buy this game the physics are terrible and I am so mad at this game because probably there are about 40 hackers on every single game and the game. Don't doesn't even do anything about it you know they just let the hackers do whatever they want and then they do know that the game is terrible but they're doing absolutely nothing about it and the game keeps on doing updates about their characters really what they should be updating is the physics because it's terrible don't buy this game the physics are terrible and mechanics are terrible the people that obviously the people that built this game was high or something because it's one of the worst games I've honestly ever played in my life I would rather play Pixel Games in this crap it's one of the worst games don't buy\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Never receive my cases and never answer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Zero stars!!!! Scam company DO NOT BUY FROM THEM!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Failed out of the box.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Can't speak to how the product works but the package arrived torn up and filthy. The bottles appear to be ok\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The process was pretty simple and straightforward, and I ended up using the entire mixture all over my hair. After leaving it in for at least 30 minutes and following all the steps, it still didn't cover all my grays. It did mask a good portion of them to blend more with my hair, but I wish it would've been complete coverage.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have been using sea salt and want to mix this in for the iodine.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Spend a few dollars more and get one that works.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is literally just a cardstock. Not a canvas and needs to be framed to display. Not a good price considering all it is.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really can't say because cat refused to try it. I gave it to someone else to try\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can't speak to how the product works but the package arrived torn up and filthy. The bottles appear to be ok\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This shade sits too low on the lens and it hangs below the top edge of the lens and is crooked! The design is terrible. What made it worse is that it cannot be returned!! Don’t buy and waste your money!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Can't wait for the next book to be published.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product exceeded my expectations. I am not good about cleaning my make up brushes. In fact when I received this cleaner it had been months since I last cleaned them. So I figured at best they should be a little better off. It was better than that! My brushes are like new! A couple I needed to clean two times, but considering how much build up on them there was, was completely warranted. I’m so excited that I discovered this product as I finally have a reason to buy nicer brushes! Clean up was easy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how it's made of a strechy material and a light shirt. So cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Smudges easily and collects in corners of eyes throughout the day. Goes on smooth and rich without clumping.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is literally just a cardstock. Not a canvas and needs to be framed to display. Not a good price considering all it is.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have three of these linked together. As many of the other reviews said, the legs are weak and prone to breakage even with careful use. It is best to provide some other means of support and not use the legs. Also the gaskets at the fittings do not seal well. I used RTV silicone sealant when assembling the water fittings to stop the leakage. These units are doing a good job heating my pool.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Smell doesn't last as long as I would like. When first opened, it smells great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The teapot came with many visible scratches on it. After repeated efforts to contact the seller, they have simply ignored requests to replace or refund money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Solid performer until the last quart of oil was being drawn out, then it started to spray oil out of the top.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: understated, but they did not look good on my overstated face.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too big and awkward for your counter\n", + "OUTPUT: negative\n", + "\n", + "INPUT: NOT ENOUGH CHEESE PUFFS\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Quality product. I just wish there were choices for the cover, it's hideous.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Loved the dress fitted like a glove nice material and it feels great\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They were beautiful and worked great for the agape items I needed them for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality product. I just wish there were choices for the cover, it's hideous.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: A bit taller than expected. I’m 5’11 & use these at the shortest adjustment. Would be nice to shorten for going up hill. They do extend for going down hill.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Terrible product, wouldn't stick tok edges of the phone\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product. Good look. JUST a little tough to remove.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + }, + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 32, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 10,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "id": "7fdb66d4-81f7-487f-8e1a-a221379c506c", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 33, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "ea111fd4-6640-4631-b6ed-897fa95d10e2", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "b9993ba0-7b7b-44d5-b89b-d399ce4d9649", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "194182f1-0296-4d51-8d5a-aa736d722406", + "metadata": {}, + "source": [ + "## 4. Data Preparation - SP - Build sentiment dataset." + ] + }, + { + "cell_type": "code", + "execution_count": 60, + "id": "0b3ff622-fdb4-49da-ace2-c9e2a1cffcfb", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 2)
REVIEWTARGET
strstr
"El filtro de d…"positivo"
"Un poquito esc…"positivo"
"Para qué decir…"negativo"
"Mi hija esta e…"positivo"
"Se podría mejo…"neutro"
" + ], + "text/plain": [ + "shape: (5, 2)\n", + "┌───────────────────────────────────┬──────────┐\n", + "│ REVIEW ┆ TARGET │\n", + "│ --- ┆ --- │\n", + "│ str ┆ str │\n", + "╞═══════════════════════════════════╪══════════╡\n", + "│ El filtro de de aire es como si … ┆ positivo │\n", + "│ Un poquito escaso pero funciona … ┆ positivo │\n", + "│ Para qué decir más... ┆ negativo │\n", + "│ Mi hija esta en un campamento y … ┆ positivo │\n", + "│ Se podría mejorar el ajuste del … ┆ neutro │\n", + "└───────────────────────────────────┴──────────┘" + ] + }, + "execution_count": 60, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import polars as pl\n", + "\n", + "data = pl.read_parquet('../data/amazon_reviews_sp/amazon_reviews_multi-test.parquet')\n", + "data.head()\n", + "\n", + "sql = pl.SQLContext()\n", + "sql.register('data', data)\n", + "\n", + "sentiment_data = sql.execute(\"\"\"\n", + " SELECT\n", + " review_body as REVIEW,\n", + " CASE\n", + " WHEN stars=1 THEN 'negativo'\n", + " WHEN stars=3 THEN 'neutro'\n", + " WHEN stars=5 THEN 'positivo'\n", + " ELSE null\n", + " END AS TARGET,\n", + " FROM data\n", + " WHERE stars!=2 AND stars!=4;\n", + " \"\"\").collect().sample(fraction=1.0, shuffle=True, seed=0)\n", + "\n", + "train_reviews = sentiment_data.head(500).select('REVIEW').to_series().to_list()\n", + "train_targets = sentiment_data.head(500).select('TARGET').to_series().to_list()\n", + "\n", + "test_reviews = sentiment_data.tail(200).select('REVIEW').to_series().to_list()\n", + "test_targets = sentiment_data.tail(200).select('TARGET').to_series().to_list()\n", + "\n", + "sentiment_data.head()" + ] + }, + { + "cell_type": "markdown", + "id": "cdfdb171-0391-4e3e-beca-072d56267948", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "d4d2b731-7d7c-4217-9a51-47e6689bbe7f", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "de2d1b15-01fd-4c98-8c92-29256d242cac", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "8d322711-2b28-442e-8c19-108c3a083a50", + "metadata": {}, + "source": [ + "## 5 SP - Sin Entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "0cf9f12a-1a9b-4732-8d2c-59c9ed52f8a2", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 61, + "id": "0abdc935-3926-461c-9e45-ab90374a5fdb", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Por favor argumenta tu respuesta paso a paso, explica por qué crees que\n", + " está justificada tu elección final, y asegúrate de que acabas tu\n", + " explicación con el nombre de la clase que has escogido como la\n", + " correcta, en minúscula y sin puntuación.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " palabra, en minúscula, sin puntuación, y sin añadir ninguna otra\n", + " afirmación o palabra.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 62, + "id": "9d88b784-746a-45d3-83b6-67c1f09a878a", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I was a gift for my mother who used the bike to ride and this encantada with them, more than once, has a year and is very well.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are two pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sopilas para que puedas instalar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No sé si aportará todas las propiedades que anuncia, pero como ducha aumentará la presión y las tres variantes de chorro son a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No tiene mucha potencia \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. I want to argue that I clasifiques the text one of the following categoras:\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No trae ruedas, no de puede llegar, la tela de mancha fácilmente \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: No trae ruedas, no tegar, the tela de mancha fácilmente\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Game title: The game is genial, no importa tanto el hecho de que está de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Aún no he recibido el artículo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No he recibido el artculo en el lugar:\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sera mejor para llevar cerca de las zonas de descanso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A 6 justito\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (726 > 512). Running this sequence through the model will result in indexing errors\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué tuvieron a alguien le ha llegado? A m me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A tamadura de pelo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: No sirve para vitrocerámicas de induction and compramos because the vendedor in the anuncio asegura que si si es aceptable para vitrocerámicas de induction y comp\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No es lo que esperaba no luce los metros que dice el vendedor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No es lo que esperaba no luce los metros que dice el vendedor.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a lot of colors and this pedido has made me a very scenario. I have a lot of colors and this pedido has made me a very scenario. I have a lot of colors and this pedido has made me\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No hay roto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Good luck. I am quick and easy. I will always and the Council will help me. For those who want to work the average 2.25 a day will be able to work the average 2.25 a day.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Perfecto para personas mayores \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Perfect for people mayores\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Una pena que la duración de la batería sea escasa \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A pena that the duration of the batera is escasa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Other things I do not agree with are the interior dibujo that should be completely liso.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: compré los originales bmw y me costaron 50 euros, these are identiques to los originales, cleanly bien medidas perfectas facil da, durabilidad no lo se llevan poco tiempo \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is very good and it is easy to adjust to a tlf.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: pero este me salió malo... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entrada: but this me salió malo...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: aunque en el anuncio pone precio final luego al pagar te cobran el transporte. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: o el anuncio pone precio final luego al pagar te cobran el transporte.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am a pk and I am a pk. I am a pk and I am a pk. I am a pk and I am a pk. I am a pk and I am a pk\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No me valen para mí Honda y se vendo como que si \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't want to buy my Honda, I'll buy it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Buenas actividades para niño de 4 años \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entrada: no lo volvera a comprar, no lo encontrado ningn utilidad, no lo lo esperaba, yo dira que no funciona, quizá ser inutilidad ma\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Good quality, after making the reparacion, very content.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The abrigo cumpled, es caliente, tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco de más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " With the use of water, we will be able to savor the agua te de la rosca de los tornillos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very disappointed with the vendedor because I did not get the time and did not get the full length of the envo and it was a thing I needed urgently. For me I pongo in contact with the vendedor and I do not recommend anything.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: o te en el amazón , y yo vino lleno de pesa o pelos , y con la caja de un philips, o te entraré al\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Producto de buena calidad \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Product of good quality\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una escritura de entrada: Encaja perfectamente. Vergonzoso la manera en que entregan. La caja rota por varios sitios y abierta por los dos lados. Una es\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I love this product so much. I love it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Se ve bien el grabado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: I ve bien el grabado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No recomiendo su compra... no se parece a la foto... muy mala resolución \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: No recomiendo su compra... no parece la foto... very mala resolución\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Vuelta a empezar con la garanta\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: The papel is still papel. Actualizado. Perfect. Y no need pilas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a teeming teeming teeming teeming teeming teeming teeming teeming teeming teem\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No he llegó todava el mueble del salón.. No corresponde los das previstos de envio, y sin saber cuándo llegará .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Tiene poco potencia tienes que darle tres veces al máximo para que seque \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " There is a lot of potential to get three times the maximum for that\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " If you want to buy a taller one, you can buy a taller one.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Todo correcto y acordé a lo anunciado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " To answer your question, explain why you believe that you are justified and that you are clasifically referring to the name of the class that has escogido as the correct, in minscula and sin puntuación. In your answer, include only\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué es el lugar de abrirla?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am compreso a las aos de proteccion, Porque cuando necesitas los encuentras nunca los encuentras, Pero no lo he echo porque me gustan mas las de espon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It was rompió la pieza de plástico central donde se enrollan las cuerdas a los tres aos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I will put a lot of shit on the floor because I will not hurt with juguetes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de las sarten, pero la calidad de este producto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Extraordinary Batera, but its 200 g of peso seems to call for another móvil.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más \"potentes\", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Now only has to be a false one that works very hard.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Buen cargador. Su forma vas perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe del lado. Era lo que busca en entrada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El colchon esta bien, el envío tardo más de dos Semanas en llegar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The envo later, the envo later, the envo later, the envo later, the envo later, the envo later, the envo later, the envo later\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Llegó el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por el estado del \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-( \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " RCA text: No lo recomiendo. Es de baja calidad. The RCA analógica nunca ha funcionado. Si llego dar cuenta a la tempo lo hubiera devuelto:-\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Cómodos, antideslizantes, ligeros para trabajar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Comfortable, anti-discriminators, ligeros to work for\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I want to buy a little bit of a big thing and so I go to Igual that I'm in the picture. I'm !\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Una auténtica porquería. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una auténtica porquera.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Me llegó abierta la caja y faltaba una barritas! Un engaño total \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: Me llegó abierta la caja y faltaba una barritas!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Material es plastic.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Como pata esta bien si tienes adaptador. Calidad buena. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: As que te ayuda esta bien si te te es adaptador. Calidad buena.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No duran mucho tiempo (6 meses) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: No duran much time (6 months)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am a rallada los dibujos y color naranja , no es lo que pone en la descripción pona de color rosa y llega de color otra color .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100% \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Exceptional 100% recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: después de un mes, imposible conectar con ningún dispositivo....mala compra \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: after a mes, imposible conectar con no dispositivo....mala compra\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Cumple su función, es ligero con grande resistencia. Se pliega hasta ocupar muy poco espacio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EL TAMAO ES ADECUADO.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Se mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mue\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I love the gift, but I have never disappointed. I have always enjoyed the gift, and I have enjoyed it much.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " This was the last book I had read to my sister of the triloga and, in spite of it, I found it to be a great book.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Solo encienden la mitad de los led \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Symbol: Only encienden the mitad of the led\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy fina, poca protección \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Decepcionada se supone que es universal pero per el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no enca\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Consta como un cartucho vacío, no sirve para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Consta como un cartucho vaco, no sirve para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The entrada, has manchad the green sábanas in the first use.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Las veo un poco flojas para un perro grande.. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Then you can see a little bit of a sand to a big pile.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: La malo es que me hubiese gustado que la rolla fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Thank you.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: No es te te bombillas de estas pero son un pasada, Pones una pelcula y le cambias el color y esta sper bien, la app \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Mejor de lo que me esperaba un precio increible muy contento \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Better of what I expected a very contentious price\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Y NO ES \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no \"pringas\" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " La tecnologa llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy buena relación calidad-precio , me solucionó el problema sin cables \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very satisfied with the quality of the text.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y los tiras son muy endebles, ni creo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada Text: el cable tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entrada: The vendedor is queda in this event without a positive crtica as to all the products that have this product by culpa de su mala praxis, that te gusta es estos auriculare\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Funciona bien, lo conecta a la toma auxiliar del coche y ya puede enviar la musica del movil, se empareja muy rapido y sin problemas, lo tiene\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy bueno. Estoy muy contenta por su rapidez y prestaciones \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very content with your speed and services.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The color of the rosa is much bonito that in the photo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Igual que el que venden en cualquier tienda, fácil instalación a buen precio. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Práctica y resistente. Bastante cómoda \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Práctica y resistente. Bastante cómoda\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Llegó a casa y nada más bajar a dejarlo en el coche se haba pinchado la rueda y lo probamos, es muy resistente y fác\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: The cargador has very good presencia, with a funda de protección (de lo que ya puede tomar nota Apple) and is very well, both as the original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am for a gift and the child the gift of Vino in his pack without estrenar,con lengueta que demostra que no saben el encargado electronica.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: Todava no me ha llegado, debera haber ha llegado el viernes... per que llegue pronto y no se ha tenido por e\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: The software that comes is penoso, the quality of video and audio are very weak if compares with other brands.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " En entrada: Con 2 semanas de uso el botón de apagado y encendido, ha desprendido del fondo impidiendo as su uso.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Ideal for people with a small budget. With four rins, no pesa nada and mucha capacidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Es la más parecida a la original. Me gusta mucho y de hecho la volv a comprar en varios colores más grandes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrancing: Cumple your cometido, but the superficie of the cube is very delicada and is raya con muchsima facilidad, simply using the tenedores that include.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo que se esperaba, cumple su fucnion \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: What was esperaba, cumple his fucnion\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es encontrar en el envo. El paquete a llegado sin embalaje dentro de otra caja. Avenido tal cual con la caja original\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Unos de los mejores champu que e provado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Into the text: One of the best titles\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Lindo producto, but the second time that he used was he salió a goma, and no lo que puede usar más enviar más enviar más enviar más enviar \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Nunca me llegó la sudadera \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I didn't want to be sudader.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Es un poco frágil. As es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Todo tal y como en la foto, my son of 5 years is encantado y lo usa cuando hace skateboard.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente diferente.Mala compra,no te puedes fiar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No recomiendo para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " If in a velcro, the tapa tuviese two velcros if the veria seguro (posiblemente haga ayuda a ese ao)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Amazon sat down and bought a new one.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Demasiado aparatosa. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Demasiado aparatosa.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: El tallaje no corresponde pero son muy elásticos, y encima me han enviado uno de ellos con una talla más pequea.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need a portable ordenador and when I don't have much idea of portables, I le todos los opiniones que se decan de este modelo Lenovo, ya que está marca no la conocencia. The or\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de mó\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Hace su función, pero para mi gusto huele a azufre, osea, regular... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Hace su funcionamia, pero para mi gusto huele azufre, osea, regular...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a trilogia that is very easy to leer. I have liked it, I did not expect it to be the final for nothing.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: The auriculars have an attractive design, is easily able and works well. But the audio is very better, has a fully integrated sound, also can be because I am a costumbrado to the iPhone that I am a bit of a fan. But\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: No soy capaz de ponerlo en funcionamiento. Poner hora... y de más funciones. The móvil no pilla el reloj. Ayuda!!!!!!!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: La compré para mi sobrino de 4 aos y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: buena relación precio calidad,envio rápido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: good price,envio rápid\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Cuando le su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es una nica palabra, en el nic\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am in my time, but I am in some areas. I am in my place with the vendedor and I am in my time, but I cannot be in it more than that.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " En el ltimo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primer\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No han llegado protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que era un error.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: cumple su funciona de apilar muchas latas y su consumo por orden de entrada, pero le falta al diseo porque si no se hace con cuidado, las lata\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Funciona. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en compar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For a reason that I do not find the Catit well, but for a few days\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: No esperaba que funcionara bien,te salvar en cualquier sitio de comer caliente!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Bien calidad precio. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Todo biem lo compre para una fiesta de niños \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Todo es como compremos para una fiesta de nios\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: El tamao está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: En el primer viaje se le ha roto una rueda. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " En el primer viaje, he has roto una rueda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: No this mal ,tiene un precio razonable.La entrega a sido rapid and in good conditions,esto bastante contenta con mi pedido\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: The he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo que no son nada prácticos. a vez conecta\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Resultados: Corrected but not enough hydrated. I sprang another result mas sorprendente. Relacion price and cantidad is correct, but the quality is a little justa.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: I devolv porque era imposible llevar a ti en mi viajes. Casi medio kilo. No me fijé en ese dato.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: The compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tenga una placa Micro ATX. Muy poco espacio para montar los componentes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada text: es fácil de poner e instalar, pero en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que teng que poner\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Pelusas y bolas, desde el primer da, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Posted: On 15 de Septiembre, todavia no recibido el importe del reembolso que me hicieron el dia 5, y gustara saber que pasa , porque no lo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: The price very economic. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y volveré a comprar seguro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: the product under my point of view is not worth it because the plantillas are feas with ganas but are baratas...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No me han gustado. The puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Son muy cómodos y tienen muy buen sonido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: I am very comfortable and have very good sonido.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Ha llegado roto en la base del USB \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Deleted text: Has been inserted in the USB base\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No funciona bien, se queda el azcar pegado a la máquina, sin llegar hacer algodon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Buena calidad, mejor de lo esperado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Good quality, better of what you see\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Se echa en falta otra pantalla adiccional. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: Se echa en falta otra pantalla adiccionada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: mas pequeño de lo esperado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: but pequeo de lo esperado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A recopilatorio sin más, decoración de caja y cd sencilla. The transparent pegatina that has no need to retira con cuidado puede daar la pintura de la caja de cart\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Deja unas bordes porque no se pega bien por los lados, pero todos los protectores por estas precios les pasa lo mismo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrega en plazos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: son monos, aunque se ven de poca calidad, para lo que cuestan no puede pedir mucho mas.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es tan inhalámbrico que ni incluye el cable de alimentación. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: It is tan inhalámbrico que no incluye el cable de alimentación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué es el juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Están muy bien ,calidad excelente \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very pleased with the quality of the text.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Mi pedido aparece como entregado y aún no lo he recibido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: My pedido aparece as entregado y an no lo que recibido.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Pensé que era más grande \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I think it was more important to me to help me in a clasificación de texto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No me llegó el producto y ni el vendedor respondía los mensajes. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No me llegó el producto, ni el vendedor responda los mensajes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Perfectly its funcion.Recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy original para regalar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: Very original to regalar ninguna otra palabra\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: The product venia defectuoso y no funcionaba, ademas parece que estaba usado.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Por el precio que tienen son simplemente perfectos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Por el precio que tienen son simplemente perfectos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Then he sat down... he sat down... he sat down... he sat down... he sat down... he sat down... he sat down... he sat down... he sat\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: Segn la recomendación que pona en la descripción que servia para los máquinas BOSCH as es!! Va fenomenal. De hecho compré una segund\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Es la tercera vez que publico una opinión sobre este proyector y como la crtica parece ser que no me las han querido publicar. Me decid a comprarlo fi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Cumple su función a la perfección \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " To me, it is necessary to help me in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. I want to argue that I clasifiques the text one of the following categor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Buen trabajo, pero la hara falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de traba\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gra\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: No merece la pena seguir escribiendo , no son a buena alternativa a los oficiales dinero tirado a la basura\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: The comfort and good funcionamiento, lo que menos, que no guarde en una pequea memoria la posicion del switch, es necesario pasa + directo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Exceptional quality and quality.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Separadadores no se sujetan. O son de otro modelo o falta una pieza en medio, un desastre sobre utilizando con dos bolsas y es muy incómodo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I want to make sure that I have all the tools and accessories I need to use. I want to make sure that I have all the tools and accessories I need to use. I want to make sure that I have all the tools and accessories I need to use.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Demasiado endebles no enganchan bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Demasiado endebles no enganchan bien\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Débil. Se mueve mucho la base. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Debile. Se mueve mucho la base.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: It is comfortable and easy to use only a little bit of a pequea and the falta ser impermeable.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: No es de grande tamao, y en la mesita te caben más cosas; es muy til ya que te dice en el momento, \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Las planté pero no creció nada! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: The planté but no creció nada!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Perfecto para la medida del cajon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: Perfect for the medium of the cajon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todos partes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: The plancha works well but not me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta ltima indicada en la prop\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. en lugar de devolverlo me ofrecier\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Ahorro con respecto al precio en tiendas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: The book is corto, entretenido y con buenos ejemplo. I am able to conocer el metodo y aplicarlo rapidamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Llegó con una semana de retraso,lo demás todo bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He went with a week of retraso, but still all well\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Está muy bien a mí hijo le encantó \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very pleased to have helped me in a text clasification.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El color es el que esperaba aunque la calidad y el remate es muy normalito \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Color: The color is the color that esperaba aunque the quality and the remate is very normal.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positivo','negativo','neutro'],\n", + " selector_k = 0,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 63, + "id": "5ec04005-3f64-4036-9fd4-28157ab948e0", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 63, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "e55bc005-7447-48f1-967a-6f1ae76f37bb", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 64, + "id": "9ae93a75-bddc-410b-bc29-4019a928ddae", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Argumenta tu respuesta paso a paso.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " respuesta\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 65, + "id": "20ee64ed-cfb9-4fd8-ae5f-9bdf1fddf5a3", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I was a gift for my mother who used the bike to ride and this encantada with them, more than once, has a year and is very well.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are two pantalla protectors bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones so that can instalarlas con suma facilidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No sé si aportará todas las propiedades que anuncia, pero como ducha aumentará la presión y las tres variantes de chorro son agradables. Y\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No tiene mucha potencia \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No tiene mucha potencia\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No trae ruedas, no de puede llegar, la tela de mancha fácilmente \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No trae ruedas, no tegar, la tela de mancha fácilmente\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Puzzle game: The game is genial, not importa tanto el hecho de que estar de segunda mano, pero problema es que me llegó incompleto, sin el cd de banda sonora n\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Aún no he recibido el artículo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No he recibido el artculo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A 6 justito\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (600 > 512). Running this sequence through the model will result in indexing errors\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A tomadura de pelo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " he is not able to reproduce the induction and compramos, he is not able to reproduce the induction and compramos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No es lo que esperaba no luce los metros que dice el vendedor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es lo que esperaba no luce los metros que dice el vendedor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a lot of colors and this pedido has made me a very good color. I have a lot of colors and this pedido has made me a very good color.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no hay roto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Perfecto para personas mayores \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Perfect for people who are more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Una pena que la duración de la batería sea escasa \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A pena that the duration of the batera is escasa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Other things I do not agree with are the interior dibujo that should be completely liso.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: compré los originales bmw y me costaron 50 euros, these are identiques to los originales, cleanly well medidas perfectas facil das instalar, durabilidad no lo llevan poco tiemp\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is very good and it is easy to adjust to a tlf.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: pero este me salió malo... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: aunque en el anuncio pone precio final luego al pagar te cobran el transporte. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Iso es ok k yo yo yo yo yo yo yo yo yo yo yo yo yo yo yo yo yo y\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a textarea. Textures that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['positivo'\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No me valen para mí Honda y se vendo como que si \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't want to buy my Honda, I'll buy it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Buenas actividades para niño de 4 años \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Actividades para nio de 4 aos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No he encontrado a comprar, no he encontrado ningn utilidad, no he esperaba, yo dira que no funciona, quizá ser inutilidad ma, but \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am pleased with the quality of the work, after I have completed the work, very content.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " With the use of water, we will be able to swab the agua te de la rosca de los tornillos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No recomendation nada\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is there any way to help me in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Producto de buena calidad \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Product of good quality\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is it illegal to buy a product from Amazon?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't know what to do with the product, but I'm sure it's good.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No funcionaba, lo que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Se ve bien el grabado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " You ve bien el grabado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No recomiendo su compra... no se parece a la foto... muy mala resolución \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No recomendation a paso. In your respuesta, include only the name of the class, as a unique respuesta Text of entry: No recomendation a paso. In your respuesta, include only the name of the class\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Vuelta a empezar con la garanta\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need for pilas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a tarea de clasificación de texto. The text is a textual ambito de opiniones de productos. I want to help you with a textual clasificación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No i llegó todava el mueble del salón.. No corresponde los das previstos de envio, and sin saber cuándo llegará .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Tiene poco potencia tienes que darle tres veces al máximo para que seque \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It has little potential to get three times the maximum for that\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " If you want to buy a taller one, you can buy a taller one.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Todo correcto y acordé a lo anunciado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Answer Your Answer to Password. In your Answer, include only the name of the class, as a unique Answer Text\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Iso es el tarea de clasificación de texto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am compreso a las aos de protección, Porque cuando necesitas los encuentras nunca los encuentras, Pero no lo he echo porque me gustan mas las de espon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It was rompió the central pieza where the cuerdas were enrolling the cuerdas to the three years.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I will put a lot of shit on my side because I will not hurt with juguetes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No recommendation to anyone\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Batera externa excelente, pero sus 200 g de peso parece que lleves otro móvil\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más \"potentes\", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Now only has to be a false one that works for a long time.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El colchon esta bien, el envío tardo más de dos Semanas en llegar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The colchon is good, the envo later in two weeks in llegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Llegó el product daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he ten\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: [\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-( \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a text clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['posi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Cómodos, antideslizantes, ligeros para trabajar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I want to buy a lot of things and I want to buy a lot of things.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Una auténtica porquería. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una auténtica porquera.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Me llegó abierta la caja y faltaba una barritas! Un engaño total \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Material is plastic.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Como pata esta bien si tienes adaptador. Calidad buena. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a text clasificación. The text that will process from the ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: ['positivo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No duran mucho tiempo (6 meses) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No duran much time (6 months)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am a rallada los dibujos y color naranja , no es lo que pone en la descripción pona de color rosa y llega de color otra .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100% \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 100%\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: después de un mes, imposible conectar con ningún dispositivo....mala compra \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a text clasificación. The text that will process from the ambito de opiniones de productos. I want to clasify the text one of the following categoras: ['positivo', \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EL TAMAO ES ADECUADO.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No tiene freno\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have enjoyed much\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " This was the last book I read to my sister of the triloga and, in spite of it, I found it to be a great book.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Solo encienden la mitad de los led \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Organize your response to the text.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy fina, poca protección \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Decepcionada se supone que es universal pero per el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no enca\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Consta como un cartucho vacío, no sirve para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Contain your answer to the question. In your answer, you can only answer the question of whether or not you are a vacunator.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The pantalón destie, has manchado the green sábanas in the first use\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MU\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Las veo un poco flojas para un perro grande.. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: ['\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that you want to use is a text that you want to use. I want to help you in a texting clasificación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Thank you.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es necesario ayudar en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los text\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Mejor de lo que me esperaba un precio increible muy contento \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a text clasificación. The text that will process from the ambito de opinions de productos. I want to clasify the text one of the following categoras: ['positivo', 'n\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Y NO ES \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no \"pringas\" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " La tecnologa llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy buena relación calidad-precio , me solucionó el problema sin cables \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a text clasificación. The text that vas procesar del ambito de opiniones de productos. I want to clasifiques the text one of the following categoras: ['positivo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y los tiras son muy endebles, ni creo que resisteran\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Argumenta tu respuesta paso. En tu respuesta incluye sólo el nombre de clase, como una nica respuesta Text de entrada: El vendedor se queda \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very happy, luego conecta a la toma auxiliar del coche y ya puede enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy bueno. Estoy muy contenta por su rapidez y prestaciones \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very content with your speed and services.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The color of the rosa is much bonito that in the photo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Igual que el que venden en cualquier tienda, fácil instalación a buen precio. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Práctica y resistente. Bastante cómoda \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar de la ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The cargador has very good presencia, with a funda de protección (on which I can use nota Apple) and is working very well, both as the original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Iba a tener buen resultado, but no.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am a gift and the child is the gift of Vino in his pack without being snagged,with lengueta that demostraba a nio que no use the electronic part\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that will process the ambito de opiniones de productos. I want to clasify the text one of the following categoras: ['positivo', \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Exceptional: The software that comes is penoso, the quality of video and audio are very weak if compares with other brands.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Con 2 semanas de uso el botón de apagado y encendido, ha desprendido del fondo impidiendo as su usación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Ideal for people with small pockets, no pesa nada and mucha capacidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I like to like it, but I like to like it more.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo que se esperaba, cumple su fucnion \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Quiere a tarea de clasificación de texto. Quiere a tarea de clasificación de texto. Quiere a tarea de clasificación de texto. Qu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " If you do not want to see some pieza, you can call the devolution.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Unos de los mejores champu que e provado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negativo', negativo'.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negativo negativo negativo negativo negativo negativo negativo negativo negativo negativo n\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Nunca me llegó la sudadera \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I didn't want to die.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is very well and its different chorros make it possible to use the mangue for different options\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that will process from the ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: ['positiv\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente diferente.Mala compra,no te puedes fiar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He intentado con diferentes ordenadores y pantallas y no funciona. No reconocer los dispositivos. No recommend it for nothing.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " If a velcro is a velcro, the tap is a velcro if it is safe (posible he haga a velcro)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: [\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Demasiado aparatosa. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a textarea.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that vas procesar de ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: ['posi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me ayudes en una tarea de clasificación de texto. Los textos que vas procesar de ambito de opiniones de productos. Quiero que me clasifiques los\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need a portable ordenador and when I don't have much idea of portables, I just want to make sure that I have all the opinions that Lenovo has on this model, so I'm not sure what it is. The ordenador will be good for me, because\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No, it seems to protect mucho.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Hace su función, pero para mi gusto huele a azufre, osea, regular... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that will process the ambito de opiniones de productos. I want to clasify the text one of the following categoras: ['positivo', \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am glad I did, but I am not expecting anything.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I think the audio is very good, it is very good, it is very easy to hear, it is very easy to hear, it is very easy to hear.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Help me!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For adultes no veo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: buena relación precio calidad,envio rápido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar de la ambito de opiniones de productos. Quiero que me clas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " When you read the passage, he said, 'The disco is 125, pues bien el disco no mandan, es una nica nica nica nica nica nica nica nica \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Vino en su tiempo pero daado en algunas zonas. Hablé con el vendedor y me quiso dar solución, but no puede ser sin eso más tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No te o te o te o te o te o te o te o te o te o te o te o te o t\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No i have llegado protectores de esquinas y faltan un par de bloqueadores de puertas... spongo que i be a error.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Argumenta tu respuesta paso. En su respuesta incluye sólo el nombre de la clase, como una nica respuesta Text de entrada: cumple su funciona de apilar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Very satisfied with the product.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For a urgencia that doesn't find the Catit well, but for a few minutes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No esperaba que funcionara bien bien,te salvar en cualquier sitio de comer caliente!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Bien calidad precio. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I would like to thank you for your help.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Todo biem lo compre para una fiesta de niños \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " To help me help you in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is it worth the price of pegatinas that ofrece?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is it okay to lose the air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: En el primer viaje se le ha roto una rueda. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " En el primer viaje, he has roto una rueda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't know what to expect. I'm not sure what to expect.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a textarea. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['positivo', \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't want to be a liar.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that will process the ambito de opiniones de productos. I want to clasify the text one of the following categoras: ['positivo', \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " In conclusion, for a simple installation of router and all wifi more accessible point, it is not recommended if there is a configuration of something more complex\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No recommendation, para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am a dia 15 de Septiembre, todavia no recibido el importe del reembolso que me hicieron el dia 5, i gustara saber que pasa , porque\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No acude el peso de Tom Tom.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negativo negativo negativo negativo negativo negativo negativo negativo negativo negativo n\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a text clasificación. The text that will process from the ambito of product opinions. I want to clasify the text one of the following categoras: ['positivo', 'negativo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No me han gustado. The puntas se rompen con mucha facilidad. Mis hijas no me han podido usar.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Son muy cómodos y tienen muy buen sonido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very comfortable and have very good sonido\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Ha llegado roto en la base del USB \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a rotated USB port\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No funciona nada bien, se queda el azcar pegado a la máquina, sin llegar hacer algodon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Buena calidad, mejor de lo esperado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Good quality, better of what you see\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Se echa en falta otra pantalla adiccional. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es necesario ayudar en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: mas pequeño de lo esperado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A recopilator, a recopilator, a cd, a sencilla, a sencilla, a sencilla, a sencilla, a senc\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Deja unas bordes porque no se pega bien por los lados, pero todos los protectores por estas precios les pasa lo mismo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Start in plazos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: son monos, aunque se ven de poca calidad, para lo que cuestan no puede pedir mucho mas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es tan inhalámbrico que ni incluye el cable de alimentación. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is tan inhalable that you do not include the food cable.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Ignore your answer to your answer. In your answer, you can only answer one of the following categories: ['positivo', 'neutro'].\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Están muy bien ,calidad excelente \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are very well ,calidad excellent\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Mi pedido aparece como entregado y aún no lo he recibido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am not a pedido, but I am a tastier.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Pensé que era más grande \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I think it was more important.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No me llegó el producto y ni el vendedor respondía los mensajes. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No i llegó el producto y i li el vendedor responda los mensajes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Very comfortable,original and resistent.Cumle perfectly its funcion.Recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy original para regalar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negativo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negativo']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Product entrada: Product venia defectuoso y no funcionaba, ademas parece que estaba usado.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Por el precio que tienen son simplemente perfectos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For the price you have, you can afford it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " None of the above choices. I would like to thank you for your help.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is it possible to help me in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Is it possible to help me clasifique the text one of the following categora\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I think I am not a fan of the opinions of the product when I buy a Chinese product.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Cumple su función a la perfección \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " To me, it's necessary to help you in a clasificación de texto. The text that will process from the ambito de opiniones de productos. I want to clasify the text one of the following categoras: [\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Thank you for your help.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No merece la pena seguir escribiendo , no son a buena alternativa a los oficiales dinero tirado a la basura\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es necesario ayudes en una tarea de clasificación de texto. Los textos que vas procesar de la ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is it possible to use a clasificación de texto? Is it possible to use a clasificación de texto? Is it possible to use a clasificación de texto? Is it possible to use a \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't recommend this product.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Demasiado endebles no enganchan bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Demasiado endebles\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Débil. Se mueve mucho la base. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is a liar a liar. Is a liar a liar a liar a liar a liar a liar a liar a l\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is easy and easy to use only a small piece of paper and the falta is impermeable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es de grande tamao, y en la mesita te caben más cosas; es muy til ya que te dice en ese momento, el \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Las planté pero no creció nada! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Plantes, but not creció nada!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Perfecto para la medida del cajon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Solution for the medida del crculo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Iso es el tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't think I'm correct, but in the announcement it indicates a very superior potential to the one that actually has, this last in the plancha.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No hay llegado aqu q...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Ahorro con respecto al precio en tiendas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I recommend you to use a clasificación de text. The text will process the ambito de opiniones de productos. I want to help you clasifique the text. I want to use a clasificación de text.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Llegó con una semana de retraso,lo demás todo bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He went with a week of retraso, but still much\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Está muy bien a mí hijo le encantó \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very pleased to have found out that I am a good reader.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El color es el que esperaba aunque la calidad y el remate es muy normalito \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Color\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positivo','negativo','neutro'],\n", + " selector_k = 0,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 66, + "id": "00a8bd48-600a-40ef-b665-972c37f1378a", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 66, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "cf2744f0-ea90-4873-92bc-8d44c52621e1", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 67, + "id": "db7ab35e-0714-4308-b24d-69f08ca13900", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 68, + "id": "32f5bd08-c05a-4f33-8564-35e0eba3dfb5", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He was a gift for my mother who used the bike to ride and this encantada with them, more than being very resistant, has a lot of a year and is very well.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are two protective pantallas bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sopilas para que puedas instalarlas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tresvariantes de chorro son agradables. Y refre\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No tiene mucha potencia \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No trae ruedas, no de puede llegar, la tela de mancha fácilmente \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No trae ruedas, no tegar, the tela de mancha fácilmente\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The game is genial, not as much as the fact that it is second man, but the problem is that I llegó incompleto, sin el cd de banda sonora ni las pegatinas.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Aún no he recibido el artículo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No he recibido el artculo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltima vez, el tejido es el tejido es el tejido es el tejido es el\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A 6 justito\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (522 > 512). Running this sequence through the model will result in indexing errors\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A alguien le ha llegado? A m me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo ped han modificado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. What funciona es la calculadora,el reproductor de m\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " he is not able to reproduce the induction and compramos, he is not able to reproduce the induction and compramos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No es lo que esperaba no luce los metros que dice el vendedor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no es lo que esperaba no luce los metros que dice el vendedor.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have all the colors I have seen and this pedido has a very scenario and verdoso that the normal marfil is normal. No color marfil as a ponen in the description. And the terciopelo is a \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " We have been very well jugando to tirar bloques de hielo. The only thing that pongo contra son the materiales. They are of poca calidad pero cumplen su funciona.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Perfecto para personas mayores \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Perfect for people who are a bit more prone to a phobia.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Una pena que la duración de la batería sea escasa \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A pena that the duration of the batera is escasa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la nica pega es que el plástico es muy duro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " compre los originales bmw y me costaron 50 euros, these are identiques to los originales, cleanly well medidas perfectas facil da instalar, durabilidad ne paso a llevan poco tiemp\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is very bonita and is adjusted very well to tlf very very recomendable.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: pero este me salió malo... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " but this was a bad thing...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: aunque en el anuncio pone precio final luego al pagar te cobran el transporte. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " i want to buy a car i want to buy a car i want to buy a car i want to buy a car i want to buy a car i want to buy a car i want to buy a car i want to buy a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am not a pk but if I do not pk I will not be able to use it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No me valen para mí Honda y se vendo como que si \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't want to buy a car, I'm not going to buy a car.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Buenas actividades para niño de 4 años \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Good activities for children of 4 years\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no lo volvera a comprar, no lo le encontrado no uninga utilidad, no lo esperaba, yo dira que no funciona, quizá ser inutilidad ma pero lo lo cierto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Very good quality, after making the reparacion that was original, very content.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The cumple, es caliente, has for the hands, is a good articulo, for poking the hombros sobresalen a poco de más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is bonito and el acabado de las tablas is bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarl\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very decepcionado con el vendedor so that the pedido no me llegó a tiempo y no me cumplió los plazos de envo y era una cosa que necesita\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Producto de buena calidad \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Product of good quality\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I love the way it is.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " This is the product so much about all of us. I use it to make arreglillos in house when corto la luz o para zonas oscuras. For this this wonderful, te libera las manos y puedes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No funcionaba, lo que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Se ve bien el grabado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Se ve bien el grabado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No recomiendo su compra... no se parece a la foto... muy mala resolución \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No recomiendo su compra... no parece la foto... very mala resolución\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " In menos de un mes han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que no siquiera carga. He solicitado la garantiza, and e\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Funciona perfectamente. I have a terraform for regar de unos 80m2, and llega a rodas partes, until out of a set of setes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I did not llegó todava el mueble del salón.. No corresponde los das previstos de envio, and sin saber cuándo llegará .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Tiene poco potencia tienes que darle tres veces al máximo para que seque \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It has little power to darle tres veces at the fastest possible way to obtain a resemblance to a resemblance to a resemblance to a resemblance to a resemblance to a \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Todo correcto y acordé a lo anunciado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " All right and agree to the anunciation.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am compre to atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo echo porque me gustan mas las de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It was rompió the central pieza where the cuerdas are enrolled to the three years.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a lot of shit because I don't have a lot of shit with juguetes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is a porqueria de producto! In two weeks, oxidada and that is what makes the skin sick, but the quality of this product is pesima.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Batera externa excelente, pero sus 200 g de peso parece que lleves otro móvil.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más \"potentes\", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Although the most positive opinions that have this product are falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se commentan).... say that are unos auricular\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe del lado. Era lo que busca el que busca el \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El colchon esta bien, el envío tardo más de dos Semanas en llegar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The colchon is good, the envo later in two weeks in llegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I llegó el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The product I have llegado sin tapa tal as se ve en la foto, por suerte no está abierto. The value is by the estado del envo, not by the product in s.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-( \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " RCA analógica has never worked. If I want to dar cuenta at the time what had happened :-(\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Cómodos, antideslizantes, ligeros para trabajar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Medicas, antidepressants, ligeros para trabajar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I want to make a big picture, and so I want to make a picture of it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Una auténtica porquería. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una auténtica porquera.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Me llegó abierta la caja y faltaba una barritas! Un engaño total \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I llegó abierta la caja y faltaba una barritas!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The material is plastic.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Como pata esta bien si tienes adaptador. Calidad buena. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " As far as I know, I'm a good adapter.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No duran mucho tiempo (6 meses) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No drew much time (6 months)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am a rallada los dibujos y de color naranja , no es lo que pone en la descripción pona de color rosa y llega de color otra.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100% \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: después de un mes, imposible conectar con ningún dispositivo....mala compra \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " after a month, imposible conectar con no dispositivo....mala compra\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Quién es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EL TITUDE ES EL LIBOR INTERESANTE Y BIEN ILUSTRADO. EL TAMAO ES ADECUADO.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No tiene freno\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I love a gift, it is perfect to be enchanted, it is a great gift, it is a great gift, it is a great gift, it is a great gift, it is a great gift, it is a great gift, it is a great\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " This was the last book I read to my sister of the triloga and, in spite of it, I found it to be a great book.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Solo encienden la mitad de los led \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negativo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negativo']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy fina, poca protección \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The Decepcionada se supone que es universal pero per el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no en\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Consta como un cartucho vacío, no sirve para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Consta as a vaccinar, no sirve para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The pantalón destie, has manchad the green sábanas in the first use\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Las veo un poco flojas para un perro grande.. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The veo a poco flojas para una perro grande.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The malo is that I had liked that the roll was a lot wide. For me I could easily get better. But the material is of good quality.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They do everything they can to make it perfect. The light delanter ilumina much more than its level but it is very light. The light delanter has much autonomia. The mountain is very beautiful.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es te te bombillas de estas pero son un pasada, Pones una pelcula y le cambias el color y esta sper bien, la app has varias \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Mejor de lo que me esperaba un precio increible muy contento \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I hope I get a very high price.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no \"pringas\" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The tecnologa llega a nosotros... hace unos meses compre una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy buena relación calidad-precio , me solucionó el problema sin cables \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Quite good quality-price , I explained the problem without cables\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Bonita and grande, de tela resistente, but thecierre is not conseguido y is incómodo y the tiras are very endebles, not creo que resisteran un tirón y si llevas pe\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The cable is not enough to rode without problems and is not able to enganche.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The vendedor is queda in this event without a positive crtica as to all the things that have this product because of its mala praxis, that te lleguen these auriculares in su caja rajada, con\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I love it, but I can't find the music of the car, and I can't find the music of the car, and I can't find the music of the car, and I can't find the volume of the car, but I can find the volume of the car, and\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy bueno. Estoy muy contenta por su rapidez y prestaciones \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very happy with my results.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, til y sencillo. Apenas se ensucia y es fácil de limpiar. The batera del teclado dura mucho tiempo, au\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Igual que el que venden en cualquier tienda, fácil instalación a buen precio. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Práctica y resistente. Bastante cómoda \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Stainless steel and abrasive.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Llegó a casa y nada más bajar a dejarlo en el coche se haba pinchado la rueda y lo probamos, es muy resistente y fácil de usar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The cargador has very good presencia, with a funda de protección (on which I can use nota Apple) and is very well, both as the original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I was for a gift and the child was encant Vino in her pack without estrenar,con lengueta que demostra que no saben el encargado el encargado \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I haven't seen you for a while, I should have had you for a while... I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The software that comes is penoso, the quality of video and audio are bastante deficient if compares with other brands.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " With 2 weeks of use the botón de apagado and encendido has been spelled out of the fund impidiendo as its use.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Perfect for jovens. With cuatro ruedas, no pesa nada y mucha capacidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is the most parecida a la original. I like much and de hecho the volv to comprar in varios colores más grandes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Perfect, a poco largo para botella de butano, but is puede cortar .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchsima facilidad, simply usando los tenedores que incluye. In two us\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo que se esperaba, cumple su fucnion \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Those who esperaba, cumple their fucnion.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to buy a new piece of paper.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Unos de los mejores champu que e provado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a few of the best champu that and provado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Rather, the second time he used the product was a goma and he can't use it more.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Nunca me llegó la sudadera \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I didn't want to be a sudader.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is a little frágil. As a good product, the acabado of materials is a little frágil in the second use of the rueda that regulates the force of the gas pump dandria dandria \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I love to skateboard and use it when I have a skateboard.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente diferente.Mala compra,no te puedes fiar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No recomiendo para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Pense que se quedaria mas cerrado, y aunque aun no lo probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema decierre que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have never seen a reembolso, but I have never seen it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Demasiado aparatosa. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Iso es un aparatosa.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't know if they correspond, but they are very elásticos and I have sent one of them with a more pequena talla.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " When escuchas msica conectando tu auriculares al puerto lighting de la funda, these se desconectan con facilidad. Por lo demás todo bien, es un palo ir carg\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I needed a portable ordenador and when I didn't have much idea of portables, I figured out all the opinions that were decan of this Lenovo model, so I'm not sure what it is. The ordenador will be fine for me, but I\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Hace su función, pero para mi gusto huele a azufre, osea, regular... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " he has his work, but for me he has a regular azufre, osea, regular...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is a trilogia that is very easy to leer. I have liked it, not i esperaba el final for nothing.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The auriculars have an attractive design, is easily accessible and fun. But the audio is very good, has a fully integrated sound, also can be because I am a costumbrado to the iPhone that I am a bit of a fan. But in what I am a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am not so happy to be able to do it. I am not able to do it in the morning. I am not able to do it in the morning. I am not able to do it in the morning. I am not able to do it in the morning. I am\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The compré for my sobrino of 4 years and le encantó. The part delantera is dura and atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: buena relación precio calidad,envio rápido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " good price,excellent customer service\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is a machine that works perfectly, precise and easy to use.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " When he saben, he saben, he saben, he saben, he saben, he saben, he saben, he sab\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Vino en su tiempo pero daado en algunas zonas. Hablé con el vendedor y me quiso dar solución, but no poda ser sin eso más tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is a tarea, the descripción is falsa. No, en la caja directamente pone ya 5 w when she abres y al escucharlo por primera vez te qué é a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't have to call the protectors of esquins and faltan a par de bloqueadores de puertas... so I'm not a fool.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " he eats his food and his consumption by orden de entrada, but he falta algo al diseo porque si no se hace con cuidado, las latas se desbordan y caen, y por otro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba a poco indecisa a comprarlo por su alto precio \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For a reason that I do not find the Catit well, but for a few days\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I didn't expect to work so well,those places would be a good place to come!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Bien calidad precio. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Good quality.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Todo biem lo compre para una fiesta de niños \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " All I want to do is to buy a table for a birthday party of children.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Much better than the price of pegatinas that offer. Several times compra a pegatina for the car and cost it practically what it is now, while now it has 300 and can use for multitud of things. Moreover, the truth, comes pegat\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The tamao is very well, it is what esperaba. The perch is that loses air because it is not pinchado. At least one hour ya no está bien hinchada y hay que volver a meterle aire\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: En el primer viaje se le ha roto una rueda. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " In the first viaje, he has a rooster.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is not this bad , it has a price razonable. The entrega a sido rapid and in good conditions,it is very content with my pedido\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The he devuelto, are auricular cables normal but that are not practical. Also, if you are connected to Bluetooth, you will have to disconnect all the time and then you will have to disconnect all the time.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " correcto, but no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion price and cantidad is correct, but the quality is a little justa.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I devolv because era imposible llevar a peso en mis viajes. Casi medio kilo. No me fijé en ese dato.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The product is worth your price but the truth recomends if you are a ATX caja, a micro ATX, a tamana, a tamana, a tamana, a tamana,\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is easy to install and install but, in any case, it is not easy to respond. The only thing that is not working is that it is a cable that goes to another room in the same room as another switch. The cable is a drástic cable that goes to another\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Pelusas and bolas, desde el primer da, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Hoy a dia 15 de Septiembre, todavia no recibido el importe del reembolso que me hicieron el dia 5, miguel sabera saber que pasa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No acuerdo el precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No acuerdo el peso del Tom Tom.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y lo volveré a comprar seguro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto bajo mi punto devista no sirve de nada porque las plantillas son feas con ganas pero son baratas...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't like the punts. I like the punts.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Son muy cómodos y tienen muy buen sonido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are comfortable and have very good sounding.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Ha llegado roto en la base del USB \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He has been rotated in the USB base.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No funciona bien, se queda el azcar pegado a la máquina, sin llegar hacer algodon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Buena calidad, mejor de lo esperado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Good quality, best of all\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Se echa en falta otra pantalla adiccional. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Se echa en falta otra pantalla adiccionada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: mas pequeño de lo esperado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " but small of the space\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A recopilator without a more, decoración de caja and cd sencilla. The transparent pegatina that has a certain amount of color if it is not retired with care can daar the pintura de la caja\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Deja unas bordes porque no se pega bien por los lados, pero todos los protectores por estas precios les pasa lo mismo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are monos, although they are suffocating, so they cannot be much more suffocated.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es tan inhalámbrico que ni incluye el cable de alimentación. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is tan inhalable that no one includes the cable of food.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The game llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y la libreto interior están en ingles, y no indican por n\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Están muy bien ,calidad excelente \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are very well ,calidad excellent\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Mi pedido aparece como entregado y aún no lo he recibido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am not a pedido, but I am not a receptor.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Pensé que era más grande \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I think it was more important to me to help in a text.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No me llegó el producto y ni el vendedor respondía los mensajes. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I did not llegó the product, nor did the vendedor respond to the messages.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " This is the original and I am contenta. The data is quite rapid,está acabado de metal. So on all I encanta that se puede sujetar el teléfono. Usb very comfortable ,original and resistente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy original para regalar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The product has been defected and no function, ademas seems to be using it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Por el precio que tienen son simplemente perfectos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For the price you have, you can easily get it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am not sure...no se pega bien a la pantalla...the laterales no funciona bien...the inferiors no funcionan mal...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " As a recommendation, I would like to say that I am a professional máquinas BOSCH, so I am fantastic. I have a second opinion.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is the third time that publico una opinión sobre este proyector and as the crtica is pésima parece ser que no me las han querido publicar. I decid a comprarlo fiándome de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Cumple su función a la perfección \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Using your knowledge of the perfección\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is trpode but the hara falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a vendedor estupendo ...me ha llegado muy rapido en perfecto estado, and encima con unregalito ... funcciona perfecto ... muchas gracias\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No merece la pena seguir escribiendo , no son a buena alternativa a los oficiales dinero tirado a la basura.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The comfort and the good funcionamiento, lo que menos, que no guarde en una pequea memoria la posicion del switch, is necesario pasa + directo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Regla de patchwork perfecta para medir los bloques. Buena calidad/price. Realizada en material very resistente. Their medidas la hacen muy práctica.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Separadores are not subjected. Os separadores are of another model or falta a pieza en el medio, a desastre so que compre para utilizarlo con dos bolsas y e\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The product is designed to have all the tools and accessories. It is very easy to use.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Demasiado endebles no enganchan bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Demasiado endebles\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Débil. Se mueve mucho la base. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is a tarea de clasificación de texto. I want to help you in a clasificación de texto. I want to help you in a clasificación de texto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is easy and easy to use only a small piece of paper and the falta is impermeable.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no es de grande tamao, as en la mesita te caben más cosas; es muy til ya que te dice hasta la temperatura que en ese moment\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Las planté pero no creció nada! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The plant was not a plant!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Perfecto para la medida del cajon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Perfect for the medium of the cajon.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todos partes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The plancha works well but not me, despite the fact that in the announcement it indicates a very superior potential to the one that actually has, this last indiana in the plancha.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. In lugar de devolverlo me of\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Ahorro con respecto al precio en tiendas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am pleased with the price of the items.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The libro is a good, easy to read, and easy to use.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Llegó con una semana de retraso,lo demás todo bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He went with a week of retraso, but still very well.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Está muy bien a mí hijo le encantó \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I'm very well able to help you.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El color es el que esperaba aunque la calidad y el remate es muy normalito \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " color\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positivo','negativo','neutro'],\n", + " selector_k = 0,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 69, + "id": "b0e4b6cc-04e4-479b-9141-d01e8867cfaf", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 69, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "504d176d-7402-44ab-8a64-acfcfc6c6459", + "metadata": {}, + "source": [ + "## ES - Con entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "f62c3cd5-0724-46ac-99af-9e10de663976", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 70, + "id": "b4f26ab8-ab4f-4631-bcf9-ea48fa670171", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Por favor argumenta tu respuesta paso a paso, explica por qué crees que\n", + " está justificada tu elección final, y asegúrate de que acabas tu\n", + " explicación con el nombre de la clase que has escogido como la\n", + " correcta, en minúscula y sin puntuación.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " palabra, en minúscula, sin puntuación, y sin añadir ninguna otra\n", + " afirmación o palabra.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 71, + "id": "1495f569-7656-4567-be30-75b7aedb401e", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (852 > 512). Running this sequence through the model will result in indexing errors\n", + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Fue unregalo para mi madre que usa la moto a diario y esta encantada conellas, además de ser bastante resistentes, tienen más de un a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No se ensucian mucho y aguantan bastante.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No sé si aportará todas las propiedades que anuncia, pero como ducha aumentará la presión y las tres variantes de chorro son agradables.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No tiene mucha potencia\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No trae ruedas, no de puede llegar, la tela de mancha fácilmente\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me llegó lo que pedí y me vino incompleto\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El juego estar genial, no importa tanto el hecho de que está de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no he recibido el artículo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es el ttulo de trabajo en el ttulo de trabajo, ltimo es el ttulo de trabajo en\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el escrito de seria mas gordita.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No ha llegado a aún....\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a qué es el britax b emotion 4 k llevo pidiendo desde hace meses.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El reloj necesitara otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es lo que esperaba. Buscaba un aspirador y no un filtro, pues con éste necesito adicionalmente un aspirador lo que lo hace incomodísimo de utilizar de forma habitual\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compré dos y los dos dejaron de funcionar a los 5 minutos. Además emite un pitido bastante molesto. Una decepción con el producto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es lo que esperaba no luce los metros que dice el vendedor\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el que esperaba no luce los metros que dice el vendedor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " te te te te te te te te te te te te te te te te te te te te te\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no hay roto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " por qué es el medida más veces en milmetros y en centmetros.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Diseño poco innovador\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto para personas mayores\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecto para personas mayores\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Una pena que la duración de la batería sea escasa\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a página que la duración de la batera está escasa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Another thing I do not agree with is the interior that should be completely liso.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien eso si el producto no tiene el diámetro que indican no es de 41 si no de 36\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Rápido y confiable, muy recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " br>\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No ha durado ni un año y medio practicamente sin uso...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: pero este me salió malo...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: aunque en el anuncio pone precio final luego al pagar te cobran el transporte.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ao final es el pagar te cobran el transporte.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo eso es el comn estando embarazada y la verdad k ne sabria decir si funciona o no pk tuve la suerte de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 3/5\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Ya en la primera carga no duró ni dos horas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me valen para mí Honda y se vendo como que si\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el mercado es aqu es aqu es aqu es aqu es aqu es aqu es aqu es aqu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: De facil lectura es una interesante propuesta de actividades para que en especial los niños disfruten de un verano lleno de originales actividades que le hagan crecer divirtiéndose. También interesante propuesta para nosotros los adultos para conectar con ese niño que llevamos dentro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenas actividades para niño de 4 años\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compre este vapeador para un amigo y es perfecto pero a las primeras de uso ya estaba goteando y le a perdido mucho líquido. 2 botes en un día. Voy a tener que devolverlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso lo ocurrió a comprar, no lo encontrado ningn utilidad, no lo lo esperaba, yo dira que no funciona, quizá es que no lo lo o\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cómo es bonito y el acabado de los tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " vivo una dirección nico todos los datos bien puestos buzón nico por más que me pongo en contacto no me contesta para darme una explicación\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no me llego el pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ao de amazón , me vino lleno de pesa o pelos , y con la caja de un philips, lo devolv al segundo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Producto de buena calidad\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Amazon.com\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bonito, yo lo quería para una sección de fotos de embarazada y quedo bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto sobre todo teniendo en cuenta la relación calidad/price. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas o\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Tuve que devolver dos porque no me los reconocía la impresora\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no me se me ha ingresado dinero e. El Banco\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se ve bien el grabado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es bien el grabado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No recomiendo su compra... no se parece a la foto... muy mala resolución\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Vuelta a empezar con la garanta\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Funciona perfectamente para unos repetidores que tengo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a terraza para regar de unos 80m2, y llega a rodas partes, until a further set\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará .\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no corresponde los das previstos de envio,y sin saber cuándo llegará .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene poco potencia tienes que darle tres veces al máximo para que seque\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " te te te te te te te te te te te te te te te te te te te te te\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Trapecio sobre todo para interior por la calidad de las cuerdas. En exterior no sé si será muy resistente. En casa da mucho juego y es un entretenimiento estupendo para la gente menuda. Aguanta mucho peso\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Eran los zapatos que queria a un precio competitivo, lastima que las entregaran tarde, a pesar de la entrega garantizada en tal fecha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es una tarea de clasificación de texto. Los textos que vas procesar de ambito de opiniones de productos. Quiero que me clasificada en una \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo correcto y acordé a lo anunciado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Venia roto es de muy mala calidad\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " y plastico malo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ao de acerca de protección, porque cuando necesitas los encuentras nunca los encuentras, pero no lo he echo porque el esponja es mas com\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " rompió la pieza de plástico central donde se enrollan las cuerdas a los tres aos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es que brillen un monton pero estan bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Y yo puse unas ventosas más grande porque lleva no aguantan con juguetes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un producto económico de plástico que cumple con su función y punto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de las sarten pero la calidad de este producto es\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el mercado externo excelente, pero sus 200 g de peso parece que lleves otro móvil\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más \"potentes\", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Until the most positive opinions that have this product are falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se commentan).... decir que son unos a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy comodo para cargar varios dispositivos a la vez sin necesidad de tener que utilizar ladrón de enchufe.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No se encendía de ninguna manera después de 3 horas enchufado. Lo enchufamos al día siguiente y funcionó pero perdió actualización y costó muchísimo resetearlo para volverlo a configurar. Ahora ya funciona, la única pega es que cuando se desenchufa o pierde la corriente, no se restablece correctamente y no se conecta a Internet.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo esperaba más compacto ( fallo mio ) dado que hoy en dia hay cargadores unificados para distintos aparatos. Calidad buena Servicio ràpido\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el enchufe de lado. Qué es el enchufe de lado?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comodo y facil de colocar.Muy estable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El colchon esta bien, el envío tardo más de dos Semanas en llegar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El colchon esta bien, el envo más de dos Semanas en llegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ir el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me teni\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: el articulo que me enviaron no era el mismo que yo pedi, y me cobraron por el precio del de la foto, y cuando me lo enviaron era mas pequeña y no era el mismo de la foto. La verdad que he pedido ya muchos productos pero en este en concreto me decepcione muchisimo,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-(\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " RCA analógica nunca ha funcionado. Si me llego dar cuenta a la tempo lo hubiera devuelto :-(\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Van muy bien y son cómodos. La durabilidad es un poco corta en cuanto al material antideslizante. En un par de meses con un uso de 3 veces por semana, se van perdiendo los antideslizantes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para qué decir más...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cómodos, antideslizantes, ligeros para trabajar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ligeras para trabajar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I want to compré un poco grande y por eso se me caen Igual que en la foto. Ojo! Elegir bien\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para una cama de 1,35 son pequeñas no corresponden las medidas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Una auténtica porquería.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una auténtica porque era.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó abierta la caja y faltaba una barritas! Un engaño total\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el material es el mercado.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Como pata esta bien si tienes adaptador. Calidad buena.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No duran mucho tiempo (6 meses)\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color .\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasificada el \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100%\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 100%\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Diseño poco innovador\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Utilizó la tarjeta de sonido para conectar un micro PC y sacar el sonido por los altavoces de una máquina de gimnasio. El resultado sonido perfecto y potente, sin necesidad de configurar nada. Perfecto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: después de un mes, imposible conectar con ningún dispositivo....mala compra\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ningn dispositivo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Que es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comencé a leer este relato con mucho interés y curiosidad, pues como lector aficionado a la historia, especialmente a la historia de España, he de reconocer con humildad que me queda mucho por leer y por conocer de no pocos capítulos de la nuestra historia, y ese era uno de ellos, la guerra de África. Luz para el olvido me ha sorprendido positivamente por su fácil y amena lectura de principio a fin, he disfrutado y he aprendido mucho, a la vez que el, capitán médico Luis María Alonso me ha sorprendido por su carácter, su fuerte personalidad, su confianza en sus principios y su fidelidad a los mismos, fue tanta su honestidad consigo mismo que le costó la vida. Considero que es una lección de historia recomendable para todos los españoles que quieran aprender y disfrutar con la lectura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EL LIBOR LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBOR INTERESANTE Y BÉNÉILUSTRADO. EL TAMAO ES ADECUADO.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el tarea de clasificación de texto. Los textos que vas procesar de la ambito de opiniones de productos. Quiero que me clasificada en una tarea de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusto porque se equivocaron de producto ,y estoy esperando a que vengan a por el ,y hace casi un mes y no a pasado nadie, me gustaría saber si al final tengo que ir a devolverlo a correos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " This was the last book I had to read to my sister of the triloga and for so long I recommend it, For what I recommend to all the libros\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo viene una en el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo encienden la mitad de los led\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el paquete\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy fina, poca protección\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no enca\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No asusta palomas. No sirve para lo que pone.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Consta como un cartucho vacío, no sirve para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el pantalón destie, ha manchado las sábanas verdes en el primer uso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las veo un poco flojas para un perro grande..\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el encaje veo un poco flojas para una gran esquina.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no se actualiza, no marca bien la distancia,se gasta muy pronto la bateria, con 3 semanas de uso se a partido la trabilla de garga, no lo recomiendo, la aplicacion del movil no actualiza\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Da mucha luz para poder dormir en la habitación\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Solo mencionar que un día de lluvia y la luz dejo de funcionar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Gracias.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ejemplos de estas palabras, o el ejemplos de estas palabras, o el ejemplos de estas palabras, o el eje\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy contento al ver la cara de mi mujeres...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que me esperaba un precio increible muy contento\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo de dos das más tarde de lo acordado si no que además tuve que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: las he utilizado una vez, las he lavado en el lavavajillas y han salido oxidadas y eso que en la descripción pone que son de acero inoxidable... no las recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No corresponde con la descripción Se descarga rápido la batería He hecho reembolso del producto as de un mes y no me han devuelto el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no \"pringas\" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " La tecnologa llega a nosotros... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad-precio , me solucionó el problema sin cables\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo la he utilizado 1 una vez y se descosió la parte trasera que va al cinturón. De usar y tirar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el cierre está mal conseguido y es incómodo y los tiras son muy endebles, y el cierre está mal conseguido y los tiras son muy\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el cable tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodami\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La cafetera ha tenido problemas de conectividad con el bluetooth dos veces, y Nespresso no admite al taller cafeteras con ese tipo de problema.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El vendedor se queda en esta ocasión sin otra crtica positiva como todos los que tiene este producto por culpa de su mala praxis, que te lleguen\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasificada el\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Envio rápido y correcto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bueno. Estoy muy contenta por su rapidez y prestaciones\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedí un collar rojo y me vino en color verde. Pero por lo demás el producto promete. Las luces tienen tres posiciones y es fácil de adaptar al cuello del perro.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " rosa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen producto y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Duradera y limpia. Algo almohadillada. Perfecta para debajo de los fuegos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Práctica y resistente. Bastante cómoda\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos un\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando la adquirí, me gusto la idea de que también protegiera los márgenes de la pantalla sin cambiar el color del iPhone, pero con un golpe, adiós a la pantalla protectora. Mi sorpresa llegó al ponerle la que venia de recambio, a los pocos días, sin darle ningún golpe se me rajó entera de una esquina a otra por lo que me decepcionó bastante. Volví a comprar las típicas transparentes que encuentras en cualquier lado y con esa sigo a día de hoy aunque los bordes están un poco desgastados. ¿La recomendaría? No.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El cargador has very good presencia, con a funda de protección (de lo que ya puedan tomar nota Apple) y is working very well, both as el original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué tensores 2 en principio y finalmente 4 porque no quedaba suficientemente tensa y en la zona central estaba muy cada , los laterales finalmente quedaban casi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el regalo y al nio le encanto Vino en su pack sin estrenar,con lengueta que demostran que no saben el encargado el eje\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Todava no me ha llegado, debera haber llegado el viernes... Sor que llegue pronto y no se haya perdido por el camino\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: buen articulo, viene muy bien y se pone con gran facilidad mirando algun tutorial en youtube, y vienen 2 para tener de repuesto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El software que trae es penoso, la calidad de video y la audio son bastante deficientes si comparas con otros marcas.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No qué es el botón de apagado y encendido ha luego del fondo impidiendo a su usación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy básico. Poco recomendable hay opciones mejores.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el más parecido a la original. Me gusta mucho y de hecho la volv a comprar en varios colores más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es un poco endeble sobretodo en los botones\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z z z\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchsima facilidad, simplemente usando los tenedores que incluye.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que se esperaba, cumple su fucnion\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué es aceptado en el envo. El paquete a llegado sin embalaje dentro de otra caja. Avenido tal cual con\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Unos de los mejores champu que e provado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ayuda en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " lindo producto, pero la segunda vez que el uso se le salió una goma y no lo puede usar más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca me llegó la sudadera\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El plastico chirriaba, se abrian y cerraban con ruido. Una gran decepcion, esperaba mas de oakley. una gran marca, pero este producto un desastre.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de manguera para diferentes opciones muy fácil\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es tal y como aparece en las fotos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " te te te te te te te te te te te te te te te te te te te te te\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es facil de usar pero muy sensible y con los baches se desconecta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " obviamente\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona. No he conseguido hacer que funcione. Lo he probado en varios mecheros de coches diferentes y no se llega a encender en ninguno de ellos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no recomendo para nada\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero)\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Pense que se quedaria mas cerrado, y aunque aun no lo probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me da vergüenza escribir esta opinión, puesto que estoy esperando este artículo desde el mes de Agosto y estamos en Octubre. siempre Amazon me ha atendido bien, pero no tengo por menos de indicar que een este pedido, que aun no HE RECIBIDO ha fallado, bien sea Amazón ço el Proveedor, pero en cualquier caso yo lo HE COMPRADO A AMAZON.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el reembolo es una reembola para nadie se hace cargo. Es la segunda vez que me cayo, se movio. The segunda se desprendió y que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Demasiado aparatosa.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pequeña. Compra como mínimo dos tallas más de las que necesites.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple con su propósito perfectamente , dispongo de un portátil bastante fino que no dispone de suficientes puertos USB ni de HDMI , con este hub solucionado , va bien rápido tiene buenos materiales y es pequeño. La verdad que muy contento con el producto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ordenador es el objeto portátil y el objeto que tuvo es el objeto portátil y el objeto que tuvo el objet\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para arreglar el cristal de mi móvil. Pues bien, cuando lo puse (lo seque con la máquina de secado UV la recomendada). Cuando encendí el móvil, el pegamento había dejado unas manchas horrorosas donde se veía el pegamento y al poco rato me dejo de funcionar la pantalla LCD. Chicos no lo compréis si no queréis joder vuestro teléfono móvil. Horrible el producto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Regular, no han cumplido mis espectativas... cuando te las pones mojado se resbala el pie hacia todos sitios.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hace su función, pero para mi gusto huele a azufre, osea, regular...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso hace su funciona, pero para mi gusto es azufre, osea, regular...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No leí comentarios y mi sorpresa al intentar encenderlo es que no encendia, al leer comentarios no era el único, así que lo devolví inmediatamente y no se me ocurrirá volver a comprarlo por aqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es compatible con iphone x, a los 2 minutos te salta el mensaje y deja de funcionar.. no lo compreis no sirve para nada.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando una marca de prestigio pone un producto al mercado uno espera un mínimo de calidad, Samsung Galaxy Fit e , no lo és. Tiene varios problemas, pero el más significativo es que a la hora de deslizar las pantallas con el dedo te das cuenta que no funciona o que lo hace aveces, creo que Samsung no ha estado a la altura de lo que de ellos se espera. El único consuelo que nos queda es que estos fallos puedan ser corregidos por una actualización, y así disfrutar y no desesperarse de esta pulsera que por diseño merecería un mejor trato de su fabricante.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " auriculares\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ayuda!!!!!!!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el compré para mi sobrino de 4 aos y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Envio rápido y correcto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: buena relación precio calidad,envio rápido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sale ni una gota con las dos que no vienen numeradas. Con la del número 2 que tenía en casa si pasan los cereales, y con las otras dos que son el número 4, no hay manera. Estoy por abrirle con una cuchilla.... Dinero tirado a la basura.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué es el disco de 125, pues bien el disco no mandan, es una ltima ltima ltima ltima ltima ltim\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No qué es posible que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me la han enviado y me lo confirmaron 40 días más tarde y porque yo me preocupé. Mal servicio y atención\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No , n \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Máscaras muy sencillas, pero hacen su función, la parte de los ojos difícil de ver con ella puesta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a salido\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " c) c) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " M \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no me llego el pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For a urgencia que no encuentres los de Catit bien, pero para poco tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EJEMPLO: No esperaba que funcionara bien bien,te salvar en cualquier sitio de comer caliente!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien calidad precio.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Chulísimo,a la niña del cumple le ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo biem lo compre para una fiesta de niños\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es asequible y tiene muchas piezas para entretener con los imanes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se limpia bien pero las plantillas que incluye son pegatinas, vamos que tienen pocos usos, deberían ser de otro material más resistente\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para fijar una alfombra al suelo. Adhiere bien a la baldosa, pero no se pega completamente a la parte engomada de la alfombra. De todas formas, por el precio que tienen los 8 metros, no me arrepiento de la compra. Si veo que se mueve, lo coseré a la alfombra y problema resuelto. La entrega rápida y sin problemas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es lo que esperaba. es lo que es que es que es que es que es que es que es que es que es que es que es que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En el primer viaje se le ha roto una rueda.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el primer viaje se le ha roto una rueda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lleva conector spdif, ni óptico que ya se ve en la foto, ni coaxial! Es para un proyector y tengo que sacar el audio a unos altavoces (no me vale que salga por el HDMI)\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo que no son nada prácticos. a vez conectado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La relación calidad precio es correcta. Un modelo para principiantes en esta afición. En general correcto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " calidad\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me llegó lo que pedí y me vino incompleto\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué es el objeto de clasificación de texto?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Firmware verde. No lo he podido configurar con Movistar. Sin Triple Vlan de momento y Router siempre sin conexión a internet. Restaurado sin éxito\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo he probado en un Mac con sistema operativo High Sierra y al instalar los drivers me ha bloqueado el ordenador. He mirado en la página del fabricante y no tienen soporte actualizado para la última versión del SO de Mac.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El reloj está bien l, lo que pasa que cada 2-3 días se adelanta un min y hay que estar ajustándolo y es un poco molesto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: la hebilla no enganchaba en cuanto te lo ponías al de unos segundos se soltaba tenia un cinturon viejo y le puse la hebilla y funcionaba perfectamente no lo cambie por eso pero desde luego mal muy mal no volveré a comprar de ese proveedor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, e gustara saber que pasa ,\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La empresa lo devolvió sin previo aviso, era para Reyes. Un 0 no lo recomiendo en absoluto, decepciónado con el servicio.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y lo volveré a comprar seguro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó abierto todo parecía que hubiera sido usado y no funcionaba la vibración.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Herramienta para llevar sin que pese ni ocupe mas de lo que acompañe una llave de tu casa. A lo mejor ni la usas...pero está ahi\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ttulo de tu ttulo de tu ttulo de tu ttulo de tu ttulo de tu ttulo de tu ttulo de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Son muy cómodos y tienen muy buen sonido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecte es el lder y tienen muy buen lder\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado roto en la base del USB\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no funciona bien, se queda el azcar pegado a la máquina, sin llegar hacer el algodon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena calidad, mejor de lo esperado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No sirve para agua caliente se deforma\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se echa en falta otra pantalla adiccional.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: mas pequeño de lo esperado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene decierre si no se retira con cuidado puede daar la pintura de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Deja unas bordes porque no se puede bien en los lados, pero todos los protectores por estas precios les pasa lo mismo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrega en plazos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Plastico cutre, vienen con cinta adhesiva de mala calidad que he tenido que cambiar en todos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es monos, o eso te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentr\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tan inhalámbrico que ni incluye el cable de alimentación.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es tan inhalámbrico que no incluye el cable de alimentación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y la libreto interior están en ingles, y no indican por\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Están muy bien ,calidad excelente\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " calidad\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi pedido aparece como entregado y aún no lo he recibido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien para lo que cuesta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto por lo que vale.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pensé que era más grande\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué era más grande?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me llegó el producto y ni el vendedor respondía los mensajes.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumle perfectamente su funcion.Recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy elegante y bonito\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy original para regalar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I am very original to jugar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Por el precio que tienen son simplemente perfectos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta muy bien pero me defraudó la frontal ya que no reacciona bien la huella dactilar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Va bien y es más barato que otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué es el recomendación que tiene en la descripción que servia para las máquinas BOSCH as es!! Va fenomenal. De hecho compre una se\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Producto con evidentes señales de uso\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su función a la perfección\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el comodidad y la buen funcionamiento, lo menos, que no guarde en una pequea memoria la posicion del switch, es necesario pasa + directo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Excelente material y rapidez en el envio. Recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Perfectes. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ah\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " o es de otro modelo o falta una pieza en el medio, un desastre y es muy incómodo. Bastante decepcionado.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen arnés, buenos materiales, bien acabado y muy cómodo para el animal, se nota que va mucho mejor, quizás un pelín aparatoso, pero es lo que conlleva el diseño del propio arnés y sus mullidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto es comprar para todos los aos y accesorios. Realmente hay poco de lo que pueda utilizar. Anzuelos muy grande y toscos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy mala experiencia. Te puedes tirar la vida, intentando q se sequen. Una mierda, vamos. 🤬🤬🤬\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Demasiado endebles no enganchan bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el enganche estaba roto aunque el paquete iba bien embalado. La talla no coincide con la medida. RESPUESTA: negativo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy contento al ver la cara de mi mujeres...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Débil. Se mueve mucho la base.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el objetivo de la clasificación de texto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para mi es complicada de usar. No pesa bien y no trae unas instrucciones claras para calibrarla bien y poder pesar con ella. No estoy contento con la compra me parece complicada de usar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En la pagina pone que se envian 2 pares y solo llega uno.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " nico EJEMPLO: nico EJEMPLO: nico EJEMPLO: nico EJEMPLO: nico EJEMPLO: nico EJEMPLO: nico EJEMPLO:\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es de grande tamao, y en la mesita te caben más cosas; es muy til ya que te dice hasta la temperatura que hace en ese\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las planté pero no creció nada!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto para la medida del cajon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el móvil de lado de casa por un precio similar 15 €\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el plancha funciona bien, pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta ltima indicada en la prop\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no ha llegado an q\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un tono amarillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ahorro con respecto al precio en tiendas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muy recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De las seis compradas, una me llegó así. Roto el cristal de raíz. No se bien donde escribir para la devolución o sustitucion de solo una de las seis, por eso escribo por aquí. Un saludo. Todo lo demás correcto, el resto funcionando perfectamente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó con una semana de retraso,lo demás todo bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el regalo y calculé para que llegara de sobra, pero el envo no ha llegado todo lo más.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Está muy bien a mí hijo le encantó\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color es el que esperaba aunque la calidad y el remate es muy normalito\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " color\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positivo','negativo','neutro'],\n", + " selector_k = 5,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 72, + "id": "e50d7082-acc4-4e61-8e7d-8679b72b4914", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 72, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "8006de83-a826-478c-bee7-6bf38d0fa23a", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 73, + "id": "e2ed16b3-fe75-48e0-9ee5-801aefa95143", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Argumenta tu respuesta paso a paso.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " respuesta\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 74, + "id": "80360efc-af76-4d15-b935-586a79e33abc", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (726 > 512). Running this sequence through the model will result in indexing errors\n", + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Fue unregalo para mi madre que usa la moto a diario y esta encantada conellas, además de ser bastante resistentes, tienen más de un a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No se ensucian mucho y aguantan bastante.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No sé si aportará todas las propiedades que anuncia, pero como ducha aumentará la presión y las tres variantes de chorro son agradables.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No tiene mucha potencia\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No trae ruedas, no de puede llegar, la tela de mancha fácilmente\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me llegó lo que pedí y me vino incompleto\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El juego estar genial, no importa tanto el hecho de que está de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no he recibido el artículo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos un\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el tejido de seria mas gordita.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No ha llegado a aún....\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a m me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo ped han modificado la descripción y creo k si \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El reloj necesitara otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es lo que esperaba. Buscaba un aspirador y no un filtro, pues con éste necesito adicionalmente un aspirador lo que lo hace incomodísimo de utilizar de forma habitual\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compré dos y los dos dejaron de funcionar a los 5 minutos. Además emite un pitido bastante molesto. Una decepción con el producto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es lo que esperaba no luce los metros que dice el vendedor\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " te te te te te te te te te te te te te te te te te te te te te\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no hay roto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " por qué es el medida más veces en milmetros y en centmetros.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Diseño poco innovador\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto para personas mayores\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecto para personas mayores\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Una pena que la duración de la batería sea escasa\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a nica tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Another thing I do not agree with is the interior that should be completely liso.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien eso si el producto no tiene el diámetro que indican no es de 41 si no de 36\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " compre los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Rápido y confiable, muy recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " br>\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No ha durado ni un año y medio practicamente sin uso...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: pero este me salió malo...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: aunque en el anuncio pone precio final luego al pagar te cobran el transporte.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ao final es el pagar te cobran el transporte.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es el ao de acuerdo y la verdad k ne sabria decir si funciona o no pk tuve la suerte de no salirme\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 3/5\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Ya en la primera carga no duró ni dos horas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me valen para mí Honda y se vendo como que si\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el mercado es aqu es aqu es aqu es aqu es aqu es aqu es aqu es aqu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: De facil lectura es una interesante propuesta de actividades para que en especial los niños disfruten de un verano lleno de originales actividades que le hagan crecer divirtiéndose. También interesante propuesta para nosotros los adultos para conectar con ese niño que llevamos dentro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenas actividades para niño de 4 años\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compre este vapeador para un amigo y es perfecto pero a las primeras de uso ya estaba goteando y le a perdido mucho líquido. 2 botes en un día. Voy a tener que devolverlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso lo ocurrió a comprar, no lo encontrado ningn utilidad, no lo lo esperaba, yo dira que no funciona, quizá ser inutilidad ma,\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el acabado de los tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " vivo una dirección nico todos los datos bien puestos buzón nico por más que me pongo en contacto no me contesta para darme una explicación\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no me llego el pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el adolescente EJEMPLO: o es en el adolescente , y en el adolescente , y en el adolescent\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Producto de buena calidad\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Amazon.com\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bonito, yo lo quería para una sección de fotos de embarazada y quedo bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto sobre todo teniendo en cuenta la relación calidad/price. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas o\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Tuve que devolver dos porque no me los reconocía la impresora\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no me se me ha ingresado dinero e. El Banco\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se ve bien el grabado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es bien el grabado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No recomiendo su compra... no se parece a la foto... muy mala resolución\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: No recomendo su compra... no parece a la foto... very mala resolución\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Vuelta a empezar con la garanta\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Funciona perfectamente para unos repetidores que tengo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a terraza para regar de unos 80m2, y llega a rodas partes, until a further set\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará .\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no corresponde los das previstos de envio,y sin saber cuándo llegará .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene poco potencia tienes que darle tres veces al máximo para que seque\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " te es poco potencia te darle tres veces al máximo para que se el es\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Trapecio sobre todo para interior por la calidad de las cuerdas. En exterior no sé si será muy resistente. En casa da mucho juego y es un entretenimiento estupendo para la gente menuda. Aguanta mucho peso\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Eran los zapatos que queria a un precio competitivo, lastima que las entregaran tarde, a pesar de la entrega garantizada en tal fecha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " if you want to buy a tallaje, you can go to the store and buy a tallaje.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo correcto y acordé a lo anunciado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los texto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Venia roto es de muy mala calidad\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " y plastico malo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el esforzamos de acerca de protección, porque cuando necesitas los encuentras nunca los encuentras, pero no lo he echo porque el esponja es mas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " rompió la pieza de plástico central donde se enrollan las cuerdas a los tres aos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es que brillen un monton pero estan bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " y yo puse unas ventosas más grande porque lleva no agua con juguetes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un producto económico de plástico que cumple con su función y punto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no recomiendo adie\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el mercado externo excelente, pero sus 200 g de peso parece que lleves otro móvil\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más \"potentes\", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Until the most positive opinions that have this product are falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se commentan).... decir que son unos a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy comodo para cargar varios dispositivos a la vez sin necesidad de tener que utilizar ladrón de enchufe.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No se encendía de ninguna manera después de 3 horas enchufado. Lo enchufamos al día siguiente y funcionó pero perdió actualización y costó muchísimo resetearlo para volverlo a configurar. Ahora ya funciona, la única pega es que cuando se desenchufa o pierde la corriente, no se restablece correctamente y no se conecta a Internet.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo esperaba más compacto ( fallo mio ) dado que hoy en dia hay cargadores unificados para distintos aparatos. Calidad buena Servicio ràpido\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el enchufe de lado. Qué es el enchufe de lado?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comodo y facil de colocar.Muy estable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El colchon esta bien, el envío tardo más de dos Semanas en llegar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el libro esta bien, el envo más de dos Semanas en llegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ir el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me teni\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: el articulo que me enviaron no era el mismo que yo pedi, y me cobraron por el precio del de la foto, y cuando me lo enviaron era mas pequeña y no era el mismo de la foto. La verdad que he pedido ya muchos productos pero en este en concreto me decepcione muchisimo,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-(\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " RCA analógica nunca ha funcionado. Si me llego dar cuenta a la tempo lo hubiera devuelto :-(\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Van muy bien y son cómodos. La durabilidad es un poco corta en cuanto al material antideslizante. En un par de meses con un uso de 3 veces por semana, se van perdiendo los antideslizantes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para qué decir más...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cómodos, antideslizantes, ligeros para trabajar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ligeras\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I want to compré un poco grande y por eso se me caen Igual que en la foto. Ojo! Elegir bien\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para una cama de 1,35 son pequeñas no corresponden las medidas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Una auténtica porquería.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una auténtica porque era.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó abierta la caja y faltaba una barritas! Un engaño total\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el material es polvo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Como pata esta bien si tienes adaptador. Calidad buena.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: As que es el precio que tiene el precio que tiene el precio EJEMPLO: Good\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No duran mucho tiempo (6 meses)\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color .\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " me a llegado rallada los dibujos y de color naranja, no es lo que pone en la descripción pona de color rosa y llega de otro color.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100%\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 100%\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Diseño poco innovador\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Utilizó la tarjeta de sonido para conectar un micro PC y sacar el sonido por los altavoces de una máquina de gimnasio. El resultado sonido perfecto y potente, sin necesidad de configurar nada. Perfecto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: después de un mes, imposible conectar con ningún dispositivo....mala compra\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. The recomendo, por su calidad y precio\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comencé a leer este relato con mucho interés y curiosidad, pues como lector aficionado a la historia, especialmente a la historia de España, he de reconocer con humildad que me queda mucho por leer y por conocer de no pocos capítulos de la nuestra historia, y ese era uno de ellos, la guerra de África. Luz para el olvido me ha sorprendido positivamente por su fácil y amena lectura de principio a fin, he disfrutado y he aprendido mucho, a la vez que el, capitán médico Luis María Alonso me ha sorprendido por su carácter, su fuerte personalidad, su confianza en sus principios y su fidelidad a los mismos, fue tanta su honestidad consigo mismo que le costó la vida. Considero que es una lección de historia recomendable para todos los españoles que quieran aprender y disfrutar con la lectura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EL LIBOR LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBOR INTERESANTE Y BÉNÉILUSTRADO. EL TAMAO ES ADECUADO.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el tarea de clasificación de texto. Los textos que vas procesar de ambito de opiniones de productos. Quiero que me clasificación de texto una de las sigui\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusto porque se equivocaron de producto ,y estoy esperando a que vengan a por el ,y hace casi un mes y no a pasado nadie, me gustaría saber si al final tengo que ir a devolverlo a correos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el ltimo libro que le haba falta a mi hermana de la triloga y por supuesto le haba lo encantado, por lo que recomi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo viene una en el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo encienden la mitad de los led\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el paquete\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy fina, poca protección\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no enca\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No asusta palomas. No sirve para lo que pone.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Consta como un cartucho vacío, no sirve para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negocios\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el pantalón destie, ha manchado las sábanas verdes en el primer uso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las veo un poco flojas para un perro grande..\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el encaje veo un poco roja para una gran vez.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no se actualiza, no marca bien la distancia,se gasta muy pronto la bateria, con 3 semanas de uso se a partido la trabilla de garga, no lo recomiendo, la aplicacion del movil no actualiza\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Da mucha luz para poder dormir en la habitación\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Solo mencionar que un día de lluvia y la luz dejo de funcionar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Gracias.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ejemplos de estas palabras, o el ejemplos de estas palabras, o el ejemplos de estas palabras, o el eje\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy contento al ver la cara de mi mujeres...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que me esperaba un precio increible muy contento\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo de dos das más tarde de lo acordado si no que además tuve que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: las he utilizado una vez, las he lavado en el lavavajillas y han salido oxidadas y eso que en la descripción pone que son de acero inoxidable... no las recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No corresponde con la descripción Se descarga rápido la batería He hecho reembolso del producto as de un mes y no me han devuelto el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no \"pringas\" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " La tecnologa llega a nosotros... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad-precio , me solucionó el problema sin cables\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo la he utilizado 1 una vez y se descosió la parte trasera que va al cinturón. De usar y tirar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el cierre está mal conseguido y es incómodo y los tiras son muy endebles, y luego te molestan\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el cable tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodami\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La cafetera ha tenido problemas de conectividad con el bluetooth dos veces, y Nespresso no admite al taller cafeteras con ese tipo de problema.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el vendedor se queda en esta ocasión sin otra crtica positiva como todos los que tiene este producto por culpa de su mala praxis, que te lle\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no es más alto si esta llegado por usb.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Envio rápido y correcto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bueno. Estoy muy contenta por su rapidez y prestaciones\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Good quality, very good quality\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedí un collar rojo y me vino en color verde. Pero por lo demás el producto promete. Las luces tienen tres posiciones y es fácil de adaptar al cuello del perro.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " rosa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen producto y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " igual que el que venden en cualquier tienda, igual instalación a buen precio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Duradera y limpia. Algo almohadillada. Perfecta para debajo de los fuegos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Práctica y resistente. Bastante cómoda\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos un\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando la adquirí, me gusto la idea de que también protegiera los márgenes de la pantalla sin cambiar el color del iPhone, pero con un golpe, adiós a la pantalla protectora. Mi sorpresa llegó al ponerle la que venia de recambio, a los pocos días, sin darle ningún golpe se me rajó entera de una esquina a otra por lo que me decepcionó bastante. Volví a comprar las típicas transparentes que encuentras en cualquier lado y con esa sigo a día de hoy aunque los bordes están un poco desgastados. ¿La recomendaría? No.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El cargador has very good presencia, con a funda de protección (de lo que ya puedan tomar nota Apple) y is working very well, both as el original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué tensores 2 en principio y finalmente 4 porque no quedaba suficientemente tensa y en la zona central estaba muy cada , los laterales finalmente quedaban casi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el nio es el regalo y el nio es el regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " tuvo que tuvo, debe haber tuvo el viernes... espero que llegue pronto y no se haya perdido por el camino\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: buen articulo, viene muy bien y se pone con gran facilidad mirando algun tutorial en youtube, y vienen 2 para tener de repuesto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El software que trae es penoso, la calidad de video y la audio son bastante deficientes si comparas con otras marcas.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no es necesario que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar de la ambito de opiniones de productos. Quiero que me\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy básico. Poco recomendable hay opciones mejores.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: ltimo es el objeto de clasificación de texto. ltimo es el objeto de clasificación de texto. ltimo e\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el más parecido a la original. Me gusta mucho y de hecho la volv a comprar en varios colores más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es un poco endeble sobretodo en los botones\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z z z\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchsima facilidad, simplemente usando los tenedores que incluye.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que se esperaba, cumple su fucnion\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es encontrar en el envo. El paquete a llegado sin embalaje dentro de otra caja. Avenido tal cual con la caja original\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Unos de los mejores champu que e provado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una de los mejores escritos que y provado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " lindo producto, pero la segunda vez que el uso se le salió una goma y no lo puede usar más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca me llegó la sudadera\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: Nunca me llegó la sudadera\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El plastico chirriaba, se abrian y cerraban con ruido. Una gran decepcion, esperaba mas de oakley. una gran marca, pero este producto un desastre.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de manguera para diferentes opciones muy fácil\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es tal y como aparece en las fotos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es facil de usar pero muy sensible y con los baches se desconecta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " obviamente\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona. No he conseguido hacer que funcione. Lo he probado en varios mecheros de coches diferentes y no se llega a encender en ninguno de ellos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: He intentado con diferentes ordenadores y pantallas y no funciona. No reconocer los dispositivos. No recomiendo para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero)\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Pense que se quedaria mas cerrado, y aunque aun no lo probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me da vergüenza escribir esta opinión, puesto que estoy esperando este artículo desde el mes de Agosto y estamos en Octubre. siempre Amazon me ha atendido bien, pero no tengo por menos de indicar que een este pedido, que aun no HE RECIBIDO ha fallado, bien sea Amazón ço el Proveedor, pero en cualquier caso yo lo HE COMPRADO A AMAZON.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el reembolo es una reembola para nadie se hace cargo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Demasiado aparatosa.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pequeña. Compra como mínimo dos tallas más de las que necesites.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple con su propósito perfectamente , dispongo de un portátil bastante fino que no dispone de suficientes puertos USB ni de HDMI , con este hub solucionado , va bien rápido tiene buenos materiales y es pequeño. La verdad que muy contento con el producto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ordenador es el objeto portátil y el objeto que tuvo es el objeto portátil y el objeto que tuvo el objet\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para arreglar el cristal de mi móvil. Pues bien, cuando lo puse (lo seque con la máquina de secado UV la recomendada). Cuando encendí el móvil, el pegamento había dejado unas manchas horrorosas donde se veía el pegamento y al poco rato me dejo de funcionar la pantalla LCD. Chicos no lo compréis si no queréis joder vuestro teléfono móvil. Horrible el producto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Regular, no han cumplido mis espectativas... cuando te las pones mojado se resbala el pie hacia todos sitios.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hace su función, pero para mi gusto huele a azufre, osea, regular...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso hace su funciona, pero para mi gusto es azufre, osea, regular...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No leí comentarios y mi sorpresa al intentar encenderlo es que no encendia, al leer comentarios no era el único, así que lo devolví inmediatamente y no se me ocurrirá volver a comprarlo por aqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es compatible con iphone x, a los 2 minutos te salta el mensaje y deja de funcionar.. no lo compreis no sirve para nada.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando una marca de prestigio pone un producto al mercado uno espera un mínimo de calidad, Samsung Galaxy Fit e , no lo és. Tiene varios problemas, pero el más significativo es que a la hora de deslizar las pantallas con el dedo te das cuenta que no funciona o que lo hace aveces, creo que Samsung no ha estado a la altura de lo que de ellos se espera. El único consuelo que nos queda es que estos fallos puedan ser corregidos por una actualización, y así disfrutar y no desesperarse de esta pulsera que por diseño merecería un mejor trato de su fabricante.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " auriculares\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ayuda!!!!!!!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el comn para mi sobrino de 4 aos y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Envio rápido y correcto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: buena relación precio calidad,envio rápido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sale ni una gota con las dos que no vienen numeradas. Con la del número 2 que tenía en casa si pasan los cereales, y con las otras dos que son el número 4, no hay manera. Estoy por abrirle con una cuchilla.... Dinero tirado a la basura.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué es el disco de 125, pues bien el disco no mandan, es una ltima ltima ltima ltima ltima ltim\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No qué es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos un\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me la han enviado y me lo confirmaron 40 días más tarde y porque yo me preocupé. Mal servicio y atención\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No , n \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Máscaras muy sencillas, pero hacen su función, la parte de los ojos difícil de ver con ella puesta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " acerca de esquinas y faltan un par de bloqueadores de puertas... sencillo que está a error.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " c) c) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " M \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no me llego el pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " for a urgencia que no encuentres los de Catit bien, pero para poco tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EJEMPLO: No esperaba que funcionara bien bien,te salvar en cualquier sitio de comer caliente!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien calidad precio.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Chulísimo,a la niña del cumple le ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo biem lo compre para una fiesta de niños\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es asequible y tiene muchas piezas para entretener con los imanes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se limpia bien pero las plantillas que incluye son pegatinas, vamos que tienen pocos usos, deberían ser de otro material más resistente\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para fijar una alfombra al suelo. Adhiere bien a la baldosa, pero no se pega completamente a la parte engomada de la alfombra. De todas formas, por el precio que tienen los 8 metros, no me arrepiento de la compra. Si veo que se mueve, lo coseré a la alfombra y problema resuelto. La entrega rápida y sin problemas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es lo que esperaba. es lo que es que es que es que es que es que es que es que es que es que es que es que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En el primer viaje se le ha roto una rueda.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el primer viaje se le ha roto una rueda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lleva conector spdif, ni óptico que ya se ve en la foto, ni coaxial! Es para un proyector y tengo que sacar el audio a unos altavoces (no me vale que salga por el HDMI)\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo que no son nada prácticos. a vez conectado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La relación calidad precio es correcta. Un modelo para principiantes en esta afición. En general correcto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " calidad\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me llegó lo que pedí y me vino incompleto\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el computador de ese precio pero la verdad recomiendo si o si una cája ATX aunque tengas una cája ATX. Muy poco espacio para mont\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Firmware verde. No lo he podido configurar con Movistar. Sin Triple Vlan de momento y Router siempre sin conexión a internet. Restaurado sin éxito\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo he probado en un Mac con sistema operativo High Sierra y al instalar los drivers me ha bloqueado el ordenador. He mirado en la página del fabricante y no tienen soporte actualizado para la última versión del SO de Mac.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El reloj está bien l, lo que pasa que cada 2-3 días se adelanta un min y hay que estar ajustándolo y es un poco molesto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: la hebilla no enganchaba en cuanto te lo ponías al de unos segundos se soltaba tenia un cinturon viejo y le puse la hebilla y funcionaba perfectamente no lo cambie por eso pero desde luego mal muy mal no volveré a comprar de ese proveedor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Hoy a dia 15 de septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, e gustara saber que pasa ,\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La empresa lo devolvió sin previo aviso, era para Reyes. Un 0 no lo recomiendo en absoluto, decepciónado con el servicio.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y lo volveré a comprar seguro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó abierto todo parecía que hubiera sido usado y no funcionaba la vibración.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Herramienta para llevar sin que pese ni ocupe mas de lo que acompañe una llave de tu casa. A lo mejor ni la usas...pero está ahi\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Son muy cómodos y tienen muy buen sonido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " y me llegó muy rápido. En perfecto estado, sin ningn rasguo. A da de hoy no tengo ninguna pega. Adolfo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado roto en la base del USB\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no funciona bien, se queda el azcar pegado a la máquina, sin llegar hacer el algodon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena calidad, mejor de lo esperado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No sirve para agua caliente se deforma\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se echa en falta otra pantalla adiccional.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: Se echa en falta otra pantalla adiccionada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: mas pequeño de lo esperado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro EJEMPLO: s muy pequea y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy peque\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene decierre si no se retira con cuidado puede daar la pintura de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Deja unas bordes porque no se puede bien en los lados, pero todos los protectores por estas precios les pasa lo mismo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrega en plazos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Plastico cutre, vienen con cinta adhesiva de mala calidad que he tenido que cambiar en todos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es monos, an ven de calidad, para lo que tiene que no puede pedir mucho mas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tan inhalámbrico que ni incluye el cable de alimentación.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es tan inhalámbrico que no incluye el cable de alimentación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y la libreto interior están en ingles, y no indican por\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Están muy bien ,calidad excelente\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi pedido aparece como entregado y aún no lo he recibido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien para lo que cuesta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto por lo que vale.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pensé que era más grande\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué era más grande?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me llegó el producto y ni el vendedor respondía los mensajes.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: No me llegó el producto y no el vendedor responda los mensajes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumle perfectamente su funcion.Recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy elegante y bonito\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy original para regalar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I am very original to jugar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Por el precio que tienen son simplemente perfectos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro EJEMPLO: Por precio que tienen son simplemente perfectos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta muy bien pero me defraudó la frontal ya que no reacciona bien la huella dactilar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Va bien y es más barato que otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el recomendación que tiene en la descripción que servia para las máquinas BOSCH as es!! Va fenomenal. De hecho compre una segunda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Producto con evidentes señales de uso\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su función a la perfección\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el comodidad y la buen funcionamiento, lo menos, que no guarde en una pequea memoria la posicion del switch, es necesario pasa + directo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Excelente material y rapidez en el envio. Recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Perfectes. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ah\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " o es de otro modelo o falta una pieza en el medio, un desastre y es muy incómodo. Bastante decepcionada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen arnés, buenos materiales, bien acabado y muy cómodo para el animal, se nota que va mucho mejor, quizás un pelín aparatoso, pero es lo que conlleva el diseño del propio arnés y sus mullidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I compre para todos los adopportuniario y accesorios. Realmente hay poco de lo que pueda utilizar. Anzuelos muy grande y toscos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy mala experiencia. Te puedes tirar la vida, intentando q se sequen. Una mierda, vamos. 🤬🤬🤬\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Demasiado endebles no enganchan bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy contento al ver la cara de mi mujeres...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Débil. Se mueve mucho la base.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el objetivo de clasificación de texto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para mi es complicada de usar. No pesa bien y no trae unas instrucciones claras para calibrarla bien y poder pesar con ella. No estoy contento con la compra me parece complicada de usar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En la pagina pone que se envian 2 pares y solo llega uno.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es cómoda y fácil de conectar, pequeo y manejable. El sonido regular y se oye bastante flojito. No lo volvera a comprar. \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es de grande tamao, y en la mesita te caben más cosas; es muy til ya que te dice hasta la temperatura que hace en ese\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las planté pero no creció nada!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto para la medida del cajon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el móvil de lado de casa por un precio similar 15 €\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el plancha funciona bien, pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta ltima indicada en la prop\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no ha llegado an q\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un tono amarillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ahorro con respecto al precio en tiendas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De las seis compradas, una me llegó así. Roto el cristal de raíz. No se bien donde escribir para la devolución o sustitucion de solo una de las seis, por eso escribo por aquí. Un saludo. Todo lo demás correcto, el resto funcionando perfectamente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó con una semana de retraso,lo demás todo bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el regalo y calculé para que llegara de sobra, pero el envo no ha llegado todo lo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Está muy bien a mí hijo le encantó\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I am very happy to have gotten my text\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color es el que esperaba aunque la calidad y el remate es muy normalito\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " color\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positivo','negativo','neutro'],\n", + " selector_k = 5,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 75, + "id": "89b84b30-388b-4e63-aa2a-2369e863b626", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 75, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "25261a04-f35a-4eef-8d57-1d5019bcd424", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 76, + "id": "74a71c53-6983-49d6-aac6-f2d0a2e88e2f", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 77, + "id": "ea907475-c58a-4b77-904e-0a4f30d78ed4", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (975 > 512). Running this sequence through the model will result in indexing errors\n", + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I have a gift for my mother who uses the bike to ride and this encantada with them, además de ser bastante resistentes, tienen más de un ao y están muy bien\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad precio muy bien Color bonito pero se ensucia en seguida La pega fue que el protector de pantalla - cristal es muy fino y me llego quebrado. una vez puesto resistente, pero no es de agrado poner algo nuevo y que se vea ya una raya en la pantalla.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué es el tarea de clasificación de texto?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No asusta palomas. No sirve para lo que pone.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No sé si aportará todas las propiedades que auncia, pero como ducha aumentará la presión y las tres variantes de chorro son agradables\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Va bien y es más barato que otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un tono amarillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No asusta palomas. No sirve para lo que pone.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No tiene mucha potencia\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un poco endeble sobretodo en los botones\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No trae ruedas, no de puede llegar, la tela de mancha fácilmente\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me llegó lo que pedí y me vino incompleto\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El juego estar genial, no importa tanto el hecho de que está de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La forma en la que viene embalado el artículo provoca que la alfombrilla quede doblada. He intentado darle forma poniéndola del revés pero no queda del todo recta...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aún no he recibido el artículo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos. RESPUESTA: negativo EJEMPLO: El articulo ha \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cómo se encuentra el cable?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No ha llegado a aún....\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llegaron sin los agujeros para que saliera el agua para regar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a alguien le ha llegado? A m me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo ped han modificado la\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado para nada el producto ya que las burbujas que hace se quedan y no se quitan como dicen en la descripción (pasadas 48 horas ) No lo recomiendo para nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El reloj necesitara otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es lo que esperaba. Buscaba un aspirador y no un filtro, pues con éste necesito adicionalmente un aspirador lo que lo hace incomodísimo de utilizar de forma habitual\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compré dos y los dos dejaron de funcionar a los 5 minutos. Además emite un pitido bastante molesto. Una decepción con el producto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No sirve para agua caliente se deforma\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el vendedor en el anuncio acerca de inducción es una salida y acompaada porque el vendedor en el anuncio acer\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es lo que esperaba no luce los metros que dice el vendedor\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no es lo que esperaba no luce los metros que dice el vendedor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad precio muy bien Color bonito pero se ensucia en seguida La pega fue que el protector de pantalla - cristal es muy fino y me llego quebrado. una vez puesto resistente, pero no es de agrado poner algo nuevo y que se vea ya una raya en la pantalla.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pedí un collar rojo y me vino en color verde. Pero por lo demás el producto promete. Las luces tienen tres posiciones y es fácil de adaptar al cuello del perro.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " te te te te te te te te te te te te te te te te te te te te te\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es el objeto de clasificación de texto. EJEMPLO: El material no es de muy buena calidad. es que la ventana es muy oscura\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " además viene en milmetros y no en centmetros.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Diseño poco innovador\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona perfectamente para unos repetidores que tengo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto para personas mayores\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecto para unos resueltos que tengo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo lo que sea dragon ball siempre me gusta, lo que no me gusta es que llegue arrugado y sucio, y más artículos de colección. Es una putada muy grande\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola, se me descarga la batería en 1 hora, como puedo contactar con el vendedor?\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Una pena que la duración de la batería sea escasa\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una pena que la duración de la batera está escasa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la nica pega es que el plástico es muy dur\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien eso si el producto no tiene el diámetro que indican no es de 41 si no de 36\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De las seis compradas, una me llegó así. Roto el cristal de raíz. No se bien donde escribir para la devolución o sustitucion de solo una de las seis, por eso escribo por aquí. Un saludo. Todo lo demás correcto, el resto funcionando perfectamente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Rápido y confiable, muy recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es bastante bonita y se ajusta bastante bien al tlf muy bien recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No ha durado ni un año y medio practicamente sin uso...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi personalmente no me hicieron nada, incluso tomando 2\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: pero este me salió malo...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: aunque en el anuncio pone precio final luego al pagar te cobran el transporte.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el anuncio pone precio final luego al pagar te cobran el transporte.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué compre estando embarazada y la verdad k ni sabria decir si funciona o no pk tuve la suerte de no salirme es el t\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Por observaciones previas pensaba que incluia cristal templado y no lo incluye\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Nunca llegó. SERVICIO NEFASTO. Ni os molestéis en comprarlo. Lo pedí el día 5 de Marzo, me comunique con ellos y no hubo respuesta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 3/5\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Ya en la primera carga no duró ni dos horas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aun lo pruebo, a ver como me va\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me valen para mí Honda y se vendo como que si\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el mercado es tan efectivo como dicen.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: De facil lectura es una interesante propuesta de actividades para que en especial los niños disfruten de un verano lleno de originales actividades que le hagan crecer divirtiéndose. También interesante propuesta para nosotros los adultos para conectar con ese niño que llevamos dentro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buenas actividades para niño de 4 años\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compre este vapeador para un amigo y es perfecto pero a las primeras de uso ya estaba goteando y le a perdido mucho líquido. 2 botes en un día. Voy a tener que devolverlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No he podido usarla porque no funcionaba el mando a distancia\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso no lo volvera a comprar, no lo encontrado ninguna utilidad, no lo lo esperaba, yo dira que no funciona, quizá ser inutilidad ma, per\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona perfectamente para unos repetidores que tengo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El abrigo cumple, es caliente, tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el acabado de los tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Descripcion buena. Muy rapido y fiable. Gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " vivo una dirección nica todos los datos bien puestos buzón nico por más que me pongo en contacto no me contesta para darme una explicación\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no me llego el pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me he tenido que comprar tornillos, porque los que vienen no sirven para Samsung. Por lo demas ok\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Poner una estrella por poner algo, pero ya es la tercera y vez que llamo a amazon para reclamar por garantía el reloj, y con el tiempo no se si por el calor por lo uso cada día para eso está para usarlo, pero salen muy malos se agrieta la pantalla sin darle ningun golpe, salen malos, ya me canso de reclamarle hasta la ultima llamada me enfade,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ao de amazón , me vino lleno de pesa o pelos , y con la caja de un philips, lo devolv al segundo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Producto de buena calidad\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Poner una estrella por poner algo, pero ya es la tercera y vez que llamo a amazon para reclamar por garantía el reloj, y con el tiempo no se si por el calor por lo uso cada día para eso está para usarlo, pero salen muy malos se agrieta la pantalla sin darle ningun golpe, salen malos, ya me canso de reclamarle hasta la ultima llamada me enfade,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. EJEMPLO: Qué es el producto de acero? Qué es el producto de acero? Qu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bonito, yo lo quería para una sección de fotos de embarazada y quedo bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto sobre todo teniendo en cuenta la relacción calidad/price. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Tuve que devolver dos porque no me los reconocía la impresora\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el servicio de devolución de AMAZON funcionó perfectamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no me se me ha ingresado dinero e. El Banco\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bien para lo que cuesta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se ve bien el grabado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es bien el grabado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Demasiado altas, en la foto no lo parecen tanto. Buena calidad de la tela.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es el piloto que sale en la foto, en vez de ser rectangular es cuadrado con todas las luces pero diferente aspecto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No recomiendo su compra... no se parece a la foto... muy mala resolución\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: No recomiendo su compra... no parece a la foto... muy mala resolución\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el resembolo de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. Era el resembolo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Te deja con la incertidumbre este tomo porque es justo donde queda el anime.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el papel se encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorrá\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Funciona perfectamente para unos repetidores que tengo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se llenan de agua y no nadan........\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a terreno para regar de unos 80m2, y llega a rodas partes, until adolescentes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es tal y como aparece en las fotos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Te deja con la incertidumbre este tomo porque es justo donde queda el anime.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará .\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no corresponde los das previstos de envio,y sin saber cuándo llegará .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto por lo que vale.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene poco potencia tienes que darle tres veces al máximo para que seque\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es posible que tener tres veces al máximo para que se el eso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Trapecio sobre todo para interior por la calidad de las cuerdas. En exterior no sé si será muy resistente. En casa da mucho juego y es un entretenimiento estupendo para la gente menuda. Aguanta mucho peso\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Eran los zapatos que queria a un precio competitivo, lastima que las entregaran tarde, a pesar de la entrega garantizada en tal fecha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy cómoda la almohada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ni la encuentro cómoda, quizás esta mi culpa ya que ped el nmero que habitualmente calzo en deportivas y me queda \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me lo e puesto cuatro veces y esta descosido y me toca tirarlo una estafa\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No ha durado ni un año y medio practicamente sin uso...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo correcto y acordé a lo anunciado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Todo correcto y acordo a lo anuncio\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Venia roto es de muy mala calidad\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No ha llegado a aún....\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es de muy mala calidad\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me esperaba más unidades como aparecía en la foto, aunque después he comprobado que en la descripción pone \"una hoja\", con lo que, con más razón, me parece un poco caro para lo que es. Además me ha llegado rota, así que un fiasco, no lo voy a poder usar y además he tirado el dinero inútilmente. Una decepción.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el esforzamos a acerca de protección, porque cuando necesitas los tapones nunca los encuentras, pero no lo he echo porque el esforzamos mas com\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el precio es rompió la pieza de plástico central donde se enrollan las cuerdas a los tres aos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es que brillen un monton pero estan bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: MUY BUENAS DURAN MÁS QUE LAS DURACELL\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " y yo saben unas ventosas más grande porque lleva ni agua con juguetes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un producto económico de plástico que cumple con su función y punto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de las sarten pero la calidad de este producto es\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llego pronto pero se quiebra fácilmente se me rompió al instalarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el mercado externo excelente, pero sus 200 g de peso parece que lleves otro mercado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es genial este producto, desde que lo tengo no he vuelto a fregar los platos con las manos al descubierto. Tiene muchas ventajas, la primera a destacar es la higiene, si no quieres mancharte o mojarte las manos, este es el producto ideal. La segunda a destacar, es que puedes utilizarlo para fregar con agua fría si no quieres gastar agua caliente. Eso si, antes de utilizarlos, hay que lavarlos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Calidad precio perfecto, llego a tiempo y en buen estado,la e puesto hace dos dias y de momento funciona correcta mente estoy muy contento lo recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más \"potentes\", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " agravante EJEMPLO: No hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se commentan)... decir que son unos auriculares mu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy comodo para cargar varios dispositivos a la vez sin necesidad de tener que utilizar ladrón de enchufe.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No se encendía de ninguna manera después de 3 horas enchufado. Lo enchufamos al día siguiente y funcionó pero perdió actualización y costó muchísimo resetearlo para volverlo a configurar. Ahora ya funciona, la única pega es que cuando se desenchufa o pierde la corriente, no se restablece correctamente y no se conecta a Internet.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo esperaba más compacto ( fallo mio ) dado que hoy en dia hay cargadores unificados para distintos aparatos. Calidad buena Servicio ràpido\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ya en la primera carga no duró ni dos horas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el encufe de lado es perfecto para poner en encufes dobles al ser estrecho no tapa el encufe de lado. Era lo que busca\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comodo y facil de colocar.Muy estable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El colchon esta bien, el envío tardo más de dos Semanas en llegar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El colchon esta bien, el envo más de dos Semanas en llegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me tenido que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: el articulo que me enviaron no era el mismo que yo pedi, y me cobraron por el precio del de la foto, y cuando me lo enviaron era mas pequeña y no era el mismo de la foto. La verdad que he pedido ya muchos productos pero en este en concreto me decepcione muchisimo,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Demasiado altas, en la foto no lo parecen tanto. Buena calidad de la tela.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tal y como aparece en las fotos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: El producto es perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase RESPUESTA: neutro EJEMP\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-(\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " RCA analógica nunca ha funcionado. Si me llego dar cuenta a la tempo lo hubiera devuelto:-(\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Van muy bien y son cómodos. La durabilidad es un poco corta en cuanto al material antideslizante. En un par de meses con un uso de 3 veces por semana, se van perdiendo los antideslizantes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para qué decir más...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La empresa lo devolvió sin previo aviso, era para Reyes. Un 0 no lo recomiendo en absoluto, decepciónado con el servicio.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy cómoda la almohada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cómodos, antideslizantes, ligeros para trabajar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy pequeña. Compra como mínimo dos tallas más de las que necesites.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He pedido estos colores y no son los de la foto menuda estafa le pongo una estrella por poner algo pero menudos impresentables\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: el articulo que me enviaron no era el mismo que yo pedi, y me cobraron por el precio del de la foto, y cuando me lo enviaron era mas pequeña y no era el mismo de la foto. La verdad que he pedido ya muchos productos pero en este en concreto me decepcione muchisimo,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I want to compré un poco grande y por eso se me caen Igual que en la foto. Ojo! Elegir bien la talla\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para una cama de 1,35 son pequeñas no corresponden las medidas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No ha llegado a aún....\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un poco endeble sobretodo en los botones\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Una auténtica porquería.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una auténtica porquera.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me lo e puesto cuatro veces y esta descosido y me toca tirarlo una estafa\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó abierta la caja y faltaba una barritas! Un engaño total\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el material es el mercado del mercado.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Como pata esta bien si tienes adaptador. Calidad buena.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " como te es el recomendador. Calidad buena.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No duran mucho tiempo (6 meses)\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: No tiene mucha calidad No tiene mucha calidad No tiene mucha calidad No tiene mucha calidad No tiene mucha calidad \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color .\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " rallado el dibujo y el color naranja , no es lo que pone en la descripción o el color rosa y llega de otro color .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100%\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 100%\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Diseño poco innovador\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Utilizó la tarjeta de sonido para conectar un micro PC y sacar el sonido por los altavoces de una máquina de gimnasio. El resultado sonido perfecto y potente, sin necesidad de configurar nada. Perfecto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sirve para agua caliente se deforma\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mi personalmente no me hicieron nada, incluso tomando 2\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: después de un mes, imposible conectar con ningún dispositivo....mala compra\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. EJEMPLO: Diseo poco innovador RESPUESTA: neutro EJEMPLO: Utiliza la tarjeta de sonido para conectar un micro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comencé a leer este relato con mucho interés y curiosidad, pues como lector aficionado a la historia, especialmente a la historia de España, he de reconocer con humildad que me queda mucho por leer y por conocer de no pocos capítulos de la nuestra historia, y ese era uno de ellos, la guerra de África. Luz para el olvido me ha sorprendido positivamente por su fácil y amena lectura de principio a fin, he disfrutado y he aprendido mucho, a la vez que el, capitán médico Luis María Alonso me ha sorprendido por su carácter, su fuerte personalidad, su confianza en sus principios y su fidelidad a los mismos, fue tanta su honestidad consigo mismo que le costó la vida. Considero que es una lección de historia recomendable para todos los españoles que quieran aprender y disfrutar con la lectura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La patilla de las gafas se sale demasiado fácil de la cadena\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " RECOMENDARA EL LIBOR A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBOR INTERESANTE Y BÉNÉILUSTRADO. EL TAMAO ES ADECUA\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es lo que quiere mi hija. Lo espera con ilusión....as que....bueno. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusto porque se equivocaron de producto ,y estoy esperando a que vengan a por el ,y hace casi un mes y no a pasado nadie, me gustaría saber si al final tengo que ir a devolverlo a correos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el luz es perfecto y el color. luz es perfecto y el color. luz es perfecto y el color. luz es perfecto y \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Este era el ltimo libro que le faltaba a mi hermana de la triloga y por supuesto le encantó, Por lo que recomiendo mucho todos los \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo viene una en el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo mencionar que un día de lluvia y la luz dejo de funcionar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo la he utilizado 1 una vez y se descosió la parte trasera que va al cinturón. De usar y tirar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo encienden la mitad de los led\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ao de eso es el ao de eso es el ao de eso es el ao de eso es el\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Descripcion buena. Muy rapido y fiable. Gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy fina, poca protección\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el nico resuelo RESPUESTA: neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me lo esperaba un poco mas desahogado al ir por el puerto thunderbolt 2. Se calienta el adaptador, no excesivamente pero es algo a tener en cuenta .\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy comodo eso sin duda. La capacidad de succion es muy buena en modo turbo pero eso te da unos 10 minutos solo de autonomia y tienes que cambiar la bateria, y cargar. esperaba mas de un producto como esto y al precio que tiene. Le falta potencia en mi opinion.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en e cabezero porque la tela de saco es rigida \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No asusta palomas. No sirve para lo que pone.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un mes de uso... y se me borran las letras... no entiendo nada...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Consta como un cartucho vacío, no sirve para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " como un cartucho vaco, no sirve para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hasta ahora el gato mordía las bolsas de pienso para sacar la comida, ahora le controlo yo la alimentación, además el pienso está fresco más tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Chulísimo,a la niña del cumple le ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El pantalón destie, ha manchado las sábanas verdes en el primer uso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un mes de uso... y se me borran las letras... no entiendo nada...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las veo un poco flojas para un perro grande..\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " veo un poco fácil para una gran gran esquina.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no se actualiza, no marca bien la distancia,se gasta muy pronto la bateria, con 3 semanas de uso se a partido la trabilla de garga, no lo recomiendo, la aplicacion del movil no actualiza\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Da mucha luz para poder dormir en la habitación\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Solo mencionar que un día de lluvia y la luz dejo de funcionar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es lo que esperaba. Buscaba un aspirador y no un filtro, pues con éste necesito adicionalmente un aspirador lo que lo hace incomodísimo de utilizar de forma habitual\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Gracias.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funda bonita y ligera. La compré en color amarillo y queda muy bien. No le doy cinco estrellas porque es muy cara para ser una funda de tela.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ejemploso es el ejemploso es el ejemploso es el ejemploso es el ejemploso es el\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy contento al ver la cara de mi mujeres...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que me esperaba un precio increible muy contento\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo de dos das más tarde de lo acordado si no que además tuve que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: las he utilizado una vez, las he lavado en el lavavajillas y han salido oxidadas y eso que en la descripción pone que son de acero inoxidable... no las recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No corresponde con la descripción Se descarga rápido la batería He hecho reembolso del producto as de un mes y no me han devuelto el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La idea es muy buena y facilita especialmente la cocción a baja temperatura en Crock Pot. Yo he utilizado la rejilla con el pollo asado y el pulled pork. El resultado era muy bueno pero al mes de utilizarlo han aparecido manchas de óxido. No recomiendo su compra por la corta duración. Debería ser de acero inoxidable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no \"pringas\" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " La tecnologa llega a nosotros... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona perfectamente con la nueva Z6 y sin duda el mejor precio...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad-precio , me solucionó el problema sin cables\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo la he utilizado 1 una vez y se descosió la parte trasera que va al cinturón. De usar y tirar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el cierre está mal conseguido y es incómodo y los tiras son muy endebles, no creo que resisteran un tirón y si llevas peso te mol\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me lo esperaba un poco mas desahogado al ir por el puerto thunderbolt 2. Se calienta el adaptador, no excesivamente pero es algo a tener en cuenta .\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el cable tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodami\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La cafetera ha tenido problemas de conectividad con el bluetooth dos veces, y Nespresso no admite al taller cafeteras con ese tipo de problema.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En las imagenes parece indicar que es bluetooth 5.0, pero es 4.2, la batería no llega ni a dos horas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El vendedor se queda en esta ocasión sin otra crtica positiva como todos los que tiene este producto por culpa de su mala praxis, que te lleguen\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: como se pone en marcha sin manual alguien me puede ayudar a ponerlo en funcionamiento\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me lo esperaba un poco mas desahogado al ir por el puerto thunderbolt 2. Se calienta el adaptador, no excesivamente pero es algo a tener en cuenta .\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo, el conectar a la toma auxiliar del coche y ya puede enviar la musica del movil, se emparja muy rapido y sin problemas, yo lo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Envio rápido y correcto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estan bien por el precio, pero alguna me hace algun parpadeo rapido al encender, no siempre. A ver si no tengo que cambiar alguna, de momento, aceptable, ni bueno, ni malo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Excelente material y rapidez en el envio. Recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bueno. Estoy muy contenta por su rapidez y prestaciones\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedí un collar rojo y me vino en color verde. Pero por lo demás el producto promete. Las luces tienen tres posiciones y es fácil de adaptar al cuello del perro.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Duradera y limpia. Algo almohadillada. Perfecta para debajo de los fuegos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funda bonita y ligera. La compré en color amarillo y queda muy bien. No le doy cinco estrellas porque es muy cara para ser una funda de tela.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy chula en el coche lo unico que en las especificaciones pone color blanco,,y es de color plateado,no se nota mucho\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " rosa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen producto y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " igual que el que venden en cualquier tienda, igual que instalación a buen precio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Duradera y limpia. Algo almohadillada. Perfecta para debajo de los fuegos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No ha durado ni un año y medio practicamente sin uso...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Práctica y resistente. Bastante cómoda\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Trapecio sobre todo para interior por la calidad de las cuerdas. En exterior no sé si será muy resistente. En casa da mucho juego y es un entretenimiento estupendo para la gente menuda. Aguanta mucho peso\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cómo el ao y nada más bajar a dejarlo en el coche te haba pinchado la rueda y lo probamos, es muy resistente \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando la adquirí, me gusto la idea de que también protegiera los márgenes de la pantalla sin cambiar el color del iPhone, pero con un golpe, adiós a la pantalla protectora. Mi sorpresa llegó al ponerle la que venia de recambio, a los pocos días, sin darle ningún golpe se me rajó entera de una esquina a otra por lo que me decepcionó bastante. Volví a comprar las típicas transparentes que encuentras en cualquier lado y con esa sigo a día de hoy aunque los bordes están un poco desgastados. ¿La recomendaría? No.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya en la primera carga no duró ni dos horas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El cargador has very good presencia, con a funda de protección (de lo que ya puedan tomar nota Apple) y is funcionando bien, tanto como el original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es el piloto que sale en la foto, en vez de ser rectangular es cuadrado con todas las luces pero diferente aspecto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Demasiado altas, en la foto no lo parecen tanto. Buena calidad de la tela.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué te ao a tener un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se llenan de agua y no nadan........\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cómo es un regalo y al nio es encanto Vino en su pack sin estrenar,con lengueta que demostran que no tiene usado la parte electronica\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado para nada el producto ya que las burbujas que hace se quedan y no se quitan como dicen en la descripción (pasadas 48 horas ) No lo recomiendo para nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el tarea de clasificación de texto. EJEMPLO: no es tamén funcionara bien, pero ha sido una pesadilla. Amazon me dijo que la i\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: buen articulo, viene muy bien y se pone con gran facilidad mirando algun tutorial en youtube, y vienen 2 para tener de repuesto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En las imagenes parece indicar que es bluetooth 5.0, pero es 4.2, la batería no llega ni a dos horas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No lleva conector spdif, ni óptico que ya se ve en la foto, ni coaxial! Es para un proyector y tengo que sacar el audio a unos altavoces (no me vale que salga por el HDMI)\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El software que trae es penoso, la calidad de video y la audio son bastante deficientes si comparas con otros marcas.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona eso es lo importante\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es necesario que me ayudar en una tarea de clasificación de texto. EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy básico. Poco recomendable hay opciones mejores.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El tiempo de entrega insuperable, pero que el artículo venga desde almacén sin ningún tipo de envoltorio no me ha gustado nada, ni siquiera un mínimo plástico para proteger la caja, sin cinta de sellado en las aperturas.En este caso mi opinión es que el despacho de mi pedido a sido pésimo en el aspecto de embalaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sirve para agua caliente se deforma\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es un poco endeble sobretodo en los botones\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z z z z\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy bueno, cumple perfectamente su cometido\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchsima facilidad, simplemente usando los tenedores que incluye.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El estampador no sirve, no se pega ningún esmalte. Mi mujer ha tenido que comprar otro a parte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que se esperaba, cumple su fucnion\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Este producto me pone entregado y no me ha llegado\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Unos de los mejores champu que e provado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ayuda\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me ha gustado para nada el producto ya que las burbujas que hace se quedan y no se quitan como dicen en la descripción (pasadas 48 horas ) No lo recomiendo para nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " lindo producto, pero la segunda vez que el uso se le salió una goma y no lo puede usar más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un mes de uso... y se me borran las letras... no entiendo nada...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Va bien y es más barato que otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Nunca me llegó la sudadera\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negativo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negativo']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El plastico chirriaba, se abrian y cerraban con ruido. Una gran decepcion, esperaba mas de oakley. una gran marca, pero este producto un desastre.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena botella de agua, tal y como se ve en las fotos. Amplia capacidad, 2,2 litros. Con su asa de plástico para cogerla, su tapón ajustable y su correa arriba para que no se le pierda el tapón. La compré para mi padre, quería una botella que fuera de buen material y duradera. Y ésta es libre de BPA, es decir, bisfenol A, producto tóxico que se suele usar para endurecer el plástico. Así se la puede llevar al campo y dejarla al sol en el coche sin que suelte residuos tóxicos, como las botellas convencionales o reutilizadas y sin que sea de cristal y se rompa fácilmente. Me ha durado poco, se ve que el plástico no resiste mucho los golpes, se me rompió al caerse a un palmo del suelo, se hizo pedazos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Excelente material y rapidez en el envio. Recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una hucha electrónica, con lo que no podemos pedirle mucho más. Los plásticos no denotan calidad y el mecanismo de funcionamiento no es lo sencillo que podría parecer.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de manguera para diferentes opciones muy fácil\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es tal y como aparece en las fotos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me esperaba más unidades como aparecía en la foto, aunque después he comprobado que en la descripción pone \"una hoja\", con lo que, con más razón, me parece un poco caro para lo que es. Además me ha llegado rota, así que un fiasco, no lo voy a poder usar y además he tirado el dinero inútilmente. Una decepción.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " tuvo tal y como aparece en las fotos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es facil de usar pero muy sensible y con los baches se desconecta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por observaciones previas pensaba que incluia cristal templado y no lo incluye\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el tarea de texto no funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente diferente.Mala compra,no pue\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona. No he conseguido hacer que funcione. Lo he probado en varios mecheros de coches diferentes y no se llega a encender en ninguno de ellos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no recomendo para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta las pocas especificaciones del producto y las etiquetas arrancadas, eso no me ha gustado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero)\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Pense que se quedaria mas cerrado, y aunque aun no lo probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me da vergüenza escribir esta opinión, puesto que estoy esperando este artículo desde el mes de Agosto y estamos en Octubre. siempre Amazon me ha atendido bien, pero no tengo por menos de indicar que een este pedido, que aun no HE RECIBIDO ha fallado, bien sea Amazón ço el Proveedor, pero en cualquier caso yo lo HE COMPRADO A AMAZON.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La patilla de las gafas se sale demasiado fácil de la cadena\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el juego de tarea de clasificación de texto. EJEMPLO: Me da vergüenza escribir esta opinión, puesto que estoy esperando este artculo desde \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Demasiado altas, en la foto no lo parecen tanto. Buena calidad de la tela.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Demasiado aparatosa.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pequeña. Compra como mínimo dos tallas más de las que necesites.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En tarima flotante de 11mm los cortes longitudinales fue imposible hacerlos, en cambio en los cortes a lo ancho aunque costaba un poco los hizo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el tallaje no corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequea.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es tal y como aparece en las fotos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué escuchas msica conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple con su propósito perfectamente , dispongo de un portátil bastante fino que no dispone de suficientes puertos USB ni de HDMI , con este hub solucionado , va bien rápido tiene buenos materiales y es pequeño. La verdad que muy contento con el producto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me lo esperaba un poco mas desahogado al ir por el puerto thunderbolt 2. Se calienta el adaptador, no excesivamente pero es algo a tener en cuenta .\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy comodo eso sin duda. La capacidad de succion es muy buena en modo turbo pero eso te da unos 10 minutos solo de autonomia y tienes que cambiar la bateria, y cargar. esperaba mas de un producto como esto y al precio que tiene. Le falta potencia en mi opinion.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ordenador es el objeto portátil y el objeto es el objeto portátil y el objeto portátil y el objeto portát\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para arreglar el cristal de mi móvil. Pues bien, cuando lo puse (lo seque con la máquina de secado UV la recomendada). Cuando encendí el móvil, el pegamento había dejado unas manchas horrorosas donde se veía el pegamento y al poco rato me dejo de funcionar la pantalla LCD. Chicos no lo compréis si no queréis joder vuestro teléfono móvil. Horrible el producto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Van muy bien y son cómodos. La durabilidad es un poco corta en cuanto al material antideslizante. En un par de meses con un uso de 3 veces por semana, se van perdiendo los antideslizantes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen protector 3D. Muy discreto, la gente flipa cuando lo ven porque no parece para nada que lleve protector. Es lo que buscaba. recomendable 100% Llego antes de lo previsto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Regular, no han cumplido mis espectativas... cuando te las pones mojado se resbala el pie hacia todos sitios.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado. Muy útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Hace su función, pero para mi gusto huele a azufre, osea, regular...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el objeto de clasificación de texto. EJEMPLO: Funciona bien, pero a veces apretando se suelta. RESPUESTA: positivo EJEMPLO:\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No leí comentarios y mi sorpresa al intentar encenderlo es que no encendia, al leer comentarios no era el único, así que lo devolví inmediatamente y no se me ocurrirá volver a comprarlo por aqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es compatible con iphone x, a los 2 minutos te salta el mensaje y deja de funcionar.. no lo compreis no sirve para nada.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando una marca de prestigio pone un producto al mercado uno espera un mínimo de calidad, Samsung Galaxy Fit e , no lo és. Tiene varios problemas, pero el más significativo es que a la hora de deslizar las pantallas con el dedo te das cuenta que no funciona o que lo hace aveces, creo que Samsung no ha estado a la altura de lo que de ellos se espera. El único consuelo que nos queda es que estos fallos puedan ser corregidos por una actualización, y así disfrutar y no desesperarse de esta pulsera que por diseño merecería un mejor trato de su fabricante.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es que el audio tiene un diseo atractivo, se emparjan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el móvil no tiene el reloj.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De facil lectura es una interesante propuesta de actividades para que en especial los niños disfruten de un verano lleno de originales actividades que le hagan crecer divirtiéndose. También interesante propuesta para nosotros los adultos para conectar con ese niño que llevamos dentro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el compré para mi sobrino de 4 aos y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Envio rápido y correcto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La relación calidad precio es correcta. Un modelo para principiantes en esta afición. En general correcto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Excelente material y rapidez en el envio. Recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estan bien por el precio, pero alguna me hace algun parpadeo rapido al encender, no siempre. A ver si no tengo que cambiar alguna, de momento, aceptable, ni bueno, ni malo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es perfecto muy práctico y no provocan molestias al llevarlos. llego correcto y bien embalado en la fecha prevista, buena calidad - precio. buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: buena relación precio calidad,envio rápido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta las pocas especificaciones del producto y las etiquetas arrancadas, eso no me ha gustado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sale ni una gota con las dos que no vienen numeradas. Con la del número 2 que tenía en casa si pasan los cereales, y con las otras dos que son el número 4, no hay manera. Estoy por abrirle con una cuchilla.... Dinero tirado a la basura.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué es el disco de 125, pues bien el disco no mandan, es una nmero no decirlo ya que llama equivocación, si llam\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto por lo que vale.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el vendedor y yo sigue sin darme ninguna solución.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me la han enviado y me lo confirmaron 40 días más tarde y porque yo me preocupé. Mal servicio y atención\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Una de las copas está rota y he pedido doce, no me da la opción de reembolso de una caja de 6 y tengo que devolver las 12\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primer\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Máscaras muy sencillas, pero hacen su función, la parte de los ojos difícil de ver con ella puesta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: es perfecto muy práctico y no provocan molestias al llevarlos. llego correcto y bien embalado en la fecha prevista, buena calidad - precio. buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a tarea de clasificación de texto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es genial este producto, desde que lo tengo no he vuelto a fregar los platos con las manos al descubierto. Tiene muchas ventajas, la primera a destacar es la higiene, si no quieres mancharte o mojarte las manos, este es el producto ideal. La segunda a destacar, es que puedes utilizarlo para fregar con agua fría si no quieres gastar agua caliente. Eso si, antes de utilizarlos, hay que lavarlos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " c) c) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " M \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no me llego el pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es tu tarea de clasificación de texto. EJEMPLO: No esperaba que funcionara tan bien,te salvar en cualquier sitio de comer caliente\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Bien calidad precio.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué calidad precio?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Chulísimo,a la niña del cumple le ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo biem lo compre para una fiesta de niños\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es asequible y tiene muchas piezas para entretener con los imanes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se limpia bien pero las plantillas que incluye son pegatinas, vamos que tienen pocos usos, deberían ser de otro material más resistente\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para fijar una alfombra al suelo. Adhiere bien a la baldosa, pero no se pega completamente a la parte engomada de la alfombra. De todas formas, por el precio que tienen los 8 metros, no me arrepiento de la compra. Si veo que se mueve, lo coseré a la alfombra y problema resuelto. La entrega rápida y sin problemas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El estampador no sirve, no se pega ningún esmalte. Mi mujer ha tenido que comprar otro a parte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo precio de la cantidad de pegatinas que ofrece. Hace ao compré una pegatina para el coche y costaba prácticamente lo mismo, mientras\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es lo que es que es que es que es que es que es que es que es que es que es que es que es que es que e\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En la pagina pone que se envian 2 pares y solo llega uno.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Venía roto, tuve que pegar la cenefa con cola blanca porque venía rota además es super endeble.no recomiendo la compra\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aun lo pruebo, a ver como me va\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En el primer viaje se le ha roto una rueda.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el primer viaje se le ha roto una rueda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estan bien por el precio, pero alguna me hace algun parpadeo rapido al encender, no siempre. A ver si no tengo que cambiar alguna, de momento, aceptable, ni bueno, ni malo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lleva conector spdif, ni óptico que ya se ve en la foto, ni coaxial! Es para un proyector y tengo que sacar el audio a unos altavoces (no me vale que salga por el HDMI)\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me he tenido que comprar tornillos, porque los que vienen no sirven para Samsung. Por lo demas ok\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué es el objeto de clasificación de texto?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La relación calidad precio es correcta. Un modelo para principiantes en esta afición. En general correcto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Calidad precio perfecto, llego a tiempo y en buen estado,la e puesto hace dos dias y de momento funciona correcta mente estoy muy contento lo recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es perfecto muy práctico y no provocan molestias al llevarlos. llego correcto y bien embalado en la fecha prevista, buena calidad - precio. buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me llegó lo que pedí y me vino incompleto\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es el tarea de texto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué espacio para montar los componentes y con ellas hay que hacer virgueras para poder ensamblar todo...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Firmware verde. No lo he podido configurar con Movistar. Sin Triple Vlan de momento y Router siempre sin conexión a internet. Restaurado sin éxito\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo he probado en un Mac con sistema operativo High Sierra y al instalar los drivers me ha bloqueado el ordenador. He mirado en la página del fabricante y no tienen soporte actualizado para la última versión del SO de Mac.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No se encendía de ninguna manera después de 3 horas enchufado. Lo enchufamos al día siguiente y funcionó pero perdió actualización y costó muchísimo resetearlo para volverlo a configurar. Ahora ya funciona, la única pega es que cuando se desenchufa o pierde la corriente, no se restablece correctamente y no se conecta a Internet.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un mes de uso... y se me borran las letras... no entiendo nada...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el primer da, no la volveré a utilizar para cubrir el sofá. No la recomendo, para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El reloj está bien l, lo que pasa que cada 2-3 días se adelanta un min y hay que estar ajustándolo y es un poco molesto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: la hebilla no enganchaba en cuanto te lo ponías al de unos segundos se soltaba tenia un cinturon viejo y le puse la hebilla y funcionaba perfectamente no lo cambie por eso pero desde luego mal muy mal no volveré a comprar de ese proveedor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Una de las copas está rota y he pedido doce, no me da la opción de reembolso de una caja de 6 y tengo que devolver las 12\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Hoy a dia 15 de Septiembre, todavia no recibido el importe del reembolso que me hicieron el dia 5, e gustara saber que pasa , porque\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La empresa lo devolvió sin previo aviso, era para Reyes. Un 0 no lo recomiendo en absoluto, decepciónado con el servicio.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No acuerdo el peso del Tom Tom.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y lo volveré a comprar seguro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es genial este producto, desde que lo tengo no he vuelto a fregar los platos con las manos al descubierto. Tiene muchas ventajas, la primera a destacar es la higiene, si no quieres mancharte o mojarte las manos, este es el producto ideal. La segunda a destacar, es que puedes utilizarlo para fregar con agua fría si no quieres gastar agua caliente. Eso si, antes de utilizarlos, hay que lavarlos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó abierto todo parecía que hubiera sido usado y no funcionaba la vibración.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Herramienta para llevar sin que pese ni ocupe mas de lo que acompañe una llave de tu casa. A lo mejor ni la usas...pero está ahi\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para mi es complicada de usar. No pesa bien y no trae unas instrucciones claras para calibrarla bien y poder pesar con ella. No estoy contento con la compra me parece complicada de usar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta las pocas especificaciones del producto y las etiquetas arrancadas, eso no me ha gustado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve que devolver dos porque no me los reconocía la impresora\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no me han podido usar.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Son muy cómodos y tienen muy buen sonido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es muy cómodos y tienen muy buen sonido\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con su propósito perfectamente , dispongo de un portátil bastante fino que no dispone de suficientes puertos USB ni de HDMI , con este hub solucionado , va bien rápido tiene buenos materiales y es pequeño. La verdad que muy contento con el producto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No ha llegado a aún....\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Venía roto, tuve que pegar la cenefa con cola blanca porque venía rota además es super endeble.no recomiendo la compra\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado roto en la base del USB\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " tuve que pegar la cenefa con cola blanca porque vena rota además es super endeble.no recomendo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El estampador no sirve, no se pega ningún esmalte. Mi mujer ha tenido que comprar otro a parte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable. Gracias RESPUESTA\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena calidad, mejor de lo esperado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No sirve para agua caliente se deforma\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Da mucha luz para poder dormir en la habitación\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se echa en falta otra pantalla adiccional.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el adiccionario del adiccionario.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: mas pequeño de lo esperado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es muy pequea y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeo. RESPUEST\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando la adquirí, me gusto la idea de que también protegiera los márgenes de la pantalla sin cambiar el color del iPhone, pero con un golpe, adiós a la pantalla protectora. Mi sorpresa llegó al ponerle la que venia de recambio, a los pocos días, sin darle ningún golpe se me rajó entera de una esquina a otra por lo que me decepcionó bastante. Volví a comprar las típicas transparentes que encuentras en cualquier lado y con esa sigo a día de hoy aunque los bordes están un poco desgastados. ¿La recomendaría? No.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " recopilatorio sin más, decoración de caja y cd sencilla. The transparente that has a certain condition if not retira con cuidado puede daar la pintura de la caja de cart\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Deja unas bordes porque no se puede bien en los lados, pero todos los protectores por estas precios les pasa lo mismo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrega en plazos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Plastico cutre, vienen con cinta adhesiva de mala calidad que he tenido que cambiar en todos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad regular pero cumple las espectativas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es monos, eso es el apertura de la base, el eso es fácil que el apertura de la base, es fácil que el\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El edredón no está mal, pero esperaba mayor calidad en el tejido.Práctico para lavar, pues es fino. En invierno veré si abriga lo suficiente\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es tan inhalámbrico que ni incluye el cable de alimentación.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es tan inhalámbrico que no incluye el cable de alimentación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y la libreto interior están en ingles, y no indican por\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad regular pero cumple las espectativas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Están muy bien ,calidad excelente\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué es el tarea de clasificación de texto?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi pedido aparece como entregado y aún no lo he recibido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " reembolso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien para lo que cuesta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto por lo que vale.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy elegante y bonito\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pensé que era más grande\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el nico es que era más grande\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es genial este producto, desde que lo tengo no he vuelto a fregar los platos con las manos al descubierto. Tiene muchas ventajas, la primera a destacar es la higiene, si no quieres mancharte o mojarte las manos, este es el producto ideal. La segunda a destacar, es que puedes utilizarlo para fregar con agua fría si no quieres gastar agua caliente. Eso si, antes de utilizarlos, hay que lavarlos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me llegó el producto y ni el vendedor respondía los mensajes.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: No me llegó el producto y no el vendedor responda los mensajes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumle perfectamente su funcionamiento.Recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy elegante y bonito\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy original para regalar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: El product venia defectuoso y no funcionaba, ademas parece que estaba usado.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto por lo que vale.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por el precio que tienen son simplemente perfectos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta muy bien pero me defraudó la frontal ya que no reacciona bien la huella dactilar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es de mala calidad y no funciona bien\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Va bien y es más barato que otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No asusta palomas. No sirve para lo que pone.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el recomendación que tiene en la descripción que servia para las máquinas BOSCH as es!! Va fenomenal. De hecho compre una segunda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Producto con evidentes señales de uso\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Al principio perfecta pero a las pocas semanas se me fastidió el selector. La pude devolver sin problemas como siempre Amazon y su ejemplar servicio atencion al cliente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me gusta las pocas especificaciones del producto y las etiquetas arrancadas, eso no me ha gustado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bueno, cumple perfectamente su cometido\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su función a la perfección\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué trabajo, qué es trabajo?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido y confiable, muy recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La esfera es azul marino y pone negra ami no me guata la verdad aparte de eso no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Descripcion buena. Muy rapido y fiable. Gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona eso es lo importante\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to use a texting clasificación de texto. EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Excelente material y rapidez en el envio. Recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es perfecto muy práctico y no provocan molestias al llevarlos. llego correcto y bien embalado en la fecha prevista, buena calidad - precio. buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto para uso común donde admita uso de aceite con silicona\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El edredón no está mal, pero esperaba mayor calidad en el tejido.Práctico para lavar, pues es fino. En invierno veré si abriga lo suficiente\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. RESPUESTA: positivo EJEMPLO: es perfecto muy\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " o es decir, o es decir, o es decir, o es decir, o es decir, o es decir, o es decir, o es decir\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen arnés, buenos materiales, bien acabado y muy cómodo para el animal, se nota que va mucho mejor, quizás un pelín aparatoso, pero es lo que conlleva el diseño del propio arnés y sus mullidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Compre este vapeador para un amigo y es perfecto pero a las primeras de uso ya estaba goteando y le a perdido mucho líquido. 2 botes en un día. Voy a tener que devolverlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I am compreendo a todos los aos y accesorios. Realmente hay poco de lo que pueda usar. Anzuelos muy grande y toscos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy mala experiencia. Te puedes tirar la vida, intentando q se sequen. Una mierda, vamos. 🤬🤬🤬\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es que brillen un monton pero estan bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un poco endeble sobretodo en los botones\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La patilla de las gafas se sale demasiado fácil de la cadena\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Demasiado endebles no enganchan bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy contento al ver la cara de mi mujeres...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo vale 1 de las 2 entradas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Te deja con la incertidumbre este tomo porque es justo donde queda el anime.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Débil. Se mueve mucho la base.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es el tarea de clasificación de texto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para mi es complicada de usar. No pesa bien y no trae unas instrucciones claras para calibrarla bien y poder pesar con ella. No estoy contento con la compra me parece complicada de usar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En la pagina pone que se envian 2 pares y solo llega uno.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Comodo y facil de colocar.Muy estable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es cómoda y fácil de conectar, pequeo y manejable. El sonido regular y se oye bastante flojito. No lo volvera a comprar. \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es perfecto y además va por pilas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La esfera es azul marino y pone negra ami no me guata la verdad aparte de eso no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las planté pero no creció nada!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo viene una en el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Perfecto para la medida del cajon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el lder perfecto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el lugar de la casa por un precio similar 15 €\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona eso es lo importante\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltima indicada en la propia plancha.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no ha llegado an q\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un tono amarillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ahorro con respecto al precio en tiendas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ahorro con respecto al precio en tiendas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido y confiable, muy recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De las seis compradas, una me llegó así. Roto el cristal de raíz. No se bien donde escribir para la devolución o sustitucion de solo una de las seis, por eso escribo por aquí. Un saludo. Todo lo demás correcto, el resto funcionando perfectamente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó con una semana de retraso,lo demás todo bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el plazo indicado y se trataba de unregalo y calculé para que llegara de sobra, pero el envo no ha dejado bien o no es tan efectivo como\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya en la primera carga no duró ni dos horas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien a mí hijo le encantó\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es de mala calidad y no funciona bien\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy chula en el coche lo unico que en las especificaciones pone color blanco,,y es de color plateado,no se nota mucho\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El color es el que esperaba aunque la calidad y el remate es muy normalito\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " color\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positivo','negativo','neutro'],\n", + " selector_k = 10,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 78, + "id": "9b6b6b35-0082-4c18-af60-8ca6e9311627", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 78, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAf8AAAGdCAYAAAAczXrvAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8pXeV/AAAACXBIWXMAAA9hAAAPYQGoP6dpAAAtWElEQVR4nO3de3gU9dn/8c8uJBsEspAACVRRlENABGOkEBG0MYjoT40ELIoWkMdjoIVI1TxVUerjUk8o5WQtRjzwoFhAsQIPxhpEwymIBw5RAY0KCSRAAinZxGR/f2jT7gQhGyfMMvN+cc11yXdmZ+/le8U79z3fmXUFAoGAAACAY7itDgAAAJxcJH8AAByG5A8AgMOQ/AEAcBiSPwAADkPyBwDAYUj+AAA4DMkfAACHIfkDAOAwza0O4F8qv7c6AgDAqSKqibNXi8QJpp3r6EezTDuXWcIm+QMAEDZc9m6M2/vTAQCAeqj8AQAwcrmsjqBJkfwBADCyeduf5A8AgJHNK397/2oDAADqofIHAMCItj8AAA5D2x8AANgJlT8AAEY2b/vb+9MBANAYLpd5WwjOOussuVyueltGRoYkqbKyUhkZGYqNjVWrVq2Unp6u4uLikD8eyR8AgDCxceNG7d27t25bvXq1JGnkyJGSpMmTJ2v58uVavHixcnNztWfPHg0fPjzk96HtDwCAkUVt//bt2wf9ffr06TrnnHN0ySWXqKysTPPnz9fChQuVkpIiScrOzlbPnj21bt06DRgwoMHvQ+UPAICRiW1/v9+v8vLyoM3v958whKqqKr388su65ZZb5HK5lJ+fr+rqaqWmptYdk5CQoM6dOysvLy+kj0fyBwCgCfl8Pnm93qDN5/Od8HXLli3ToUOHNHbsWElSUVGRIiMj1aZNm6Dj4uLiVFRUFFJMtP0BADAyse2flZWlzMzMoDGPx3PC182fP1/Dhg1Tp06dTIvlX0j+AAAYmfiQH4/H06Bk/5++/vprvfPOO1qyZEndWHx8vKqqqnTo0KGg6r+4uFjx8fEhnZ+2PwAARi63eVsjZGdnq0OHDrrqqqvqxpKSkhQREaGcnJy6sYKCAhUWFio5OTmk81P5AwAQRmpra5Wdna0xY8aoefN/p2mv16vx48crMzNTMTExio6O1sSJE5WcnBzSSn+J5A8AQH0WPuHvnXfeUWFhoW655ZZ6+2bMmCG326309HT5/X4NHTpUc+bMCfk9XIFAIGBGsD9X5fdWRwAAOFVENXHp2uJXfzTtXEf/8YBp5zIL1/wBAHAY2v4AABjZ/It9SP4AABiZeKtfOLL3rzYAAKAeKn8AAIxo+wMA4DC0/QEAgJ1Q+QMAYETbHwAAh7F525/kDwCAkc0rf3t/OgAAUA+VPwAARrT9AQBwGNr+AADATqj8AQAwou0PAIDD0PYHAAB2QuUPAIARlT8aYtHCVzRsSIr6JZ6n0aNG6tNPPrE6JMdiLsIHcxE+mIsQuVzmbWGI5G+ClSve1hOP+XT7XRlatHipevRI0J23j1dpaanVoTkOcxE+mIvwwVzAiORvgpcWZGv4iOuVdl26zunaVfdPfVhRUVFatuRvVofmOMxF+GAuwgdz0Qgut3lbGArPqE4h1VVV2r5tqwYkX1Q35na7NWDARfrk448sjMx5mIvwwVyED+aikWze9g95wV9JSYmef/555eXlqaioSJIUHx+viy66SGPHjlX79u1NDzKcHTx0UDU1NYqNjQ0aj42N1e7duyyKypmYi/DBXIQP5qKRwrRiN0tIn27jxo3q3r27Zs6cKa/Xq8GDB2vw4MHyer2aOXOmEhIStGnTphOex+/3q7y8PGjz+/2N/hAAAKDhQqr8J06cqJEjR2revHlyGVoZgUBAd9xxhyZOnKi8vLzjnsfn8+nhhx8OGvvDA1N1/4MPhRJOWGjbpq2aNWtWb+FMaWmp2rVrZ1FUzsRchA/mInwwF40Upu16s4RU+X/88ceaPHlyvcQvSS6XS5MnT9aWLVtOeJ6srCyVlZUFbb+/NyuUUMJGRGSkevY6V+vX/fsXntraWq1fn6c+fRMtjMx5mIvwwVyED+aicVwul2lbOAqp8o+Pj9eGDRuUkJBwzP0bNmxQXFzcCc/j8Xjk8XiCxiq/DyWS8HLzmHF64L/v1bnn9lbv8/ro5ZcW6OjRo0q7brjVoTkOcxE+mIvwwVzAKKTkP2XKFN12223Kz8/XZZddVpfoi4uLlZOTo+eee05PPPFEkwQazq4YdqUOHjigObNmqqRkv3ok9NScZ/+qWFpqJx1zET6Yi/DBXIQuXCt2s7gCgUAglBe8+uqrmjFjhvLz81VTUyNJatasmZKSkpSZmanrr7++UYGcypU/AODkimrih9O3HJlt2rkqFo8z7VxmCTn5/0t1dbVKSkokSe3atVNERMTPCoTkDwBoKJL/z9Pof76IiAh17NjRzFgAAAgLdm/7861+AAAY2D352/sRRgAAoB4qfwAADOxe+ZP8AQAwIPkDAOA09s79XPMHAMBpqPwBADCg7Q8AgMPYPfnT9gcAIIx89913uummmxQbG6sWLVrovPPO06ZNm+r2BwIBPfjgg+rYsaNatGih1NRUffHFFyG9B8kfAAADq77S9+DBgxo4cKAiIiK0YsUKbdu2TU8++aTatm1bd8xjjz2mmTNnat68eVq/fr1atmypoUOHqrKysuGfr7HP9jcbz/YHADRUUz/bP/Y3/2vauUpfvKHBx95333364IMP9P777x9zfyAQUKdOnXT33XdrypQpkqSysjLFxcXphRde0KhRoxr0PlT+AAA0Ib/fr/Ly8qDN7/cf89g333xTF154oUaOHKkOHTooMTFRzz33XN3+3bt3q6ioSKmpqXVjXq9X/fv3V15eXoNjIvkDAGDkMm/z+Xzyer1Bm8/nO+bb7tq1S3PnzlW3bt20atUq3Xnnnfrtb3+rBQsWSJKKiookSXFxcUGvi4uLq9vXEKz2BwDAwMzV/llZWcrMzAwa83g8xzy2trZWF154oR599FFJUmJioj777DPNmzdPY8aMMS0mKn8AAJqQx+NRdHR00PZTyb9jx47q1atX0FjPnj1VWFgoSYqPj5ckFRcXBx1TXFxct68hSP4AABhYtdp/4MCBKigoCBr7/PPPdeaZZ0qSunTpovj4eOXk5NTtLy8v1/r165WcnNzg96HtDwCAgVUP+Zk8ebIuuugiPfroo7r++uu1YcMG/eUvf9Ff/vKXurgmTZqkRx55RN26dVOXLl30wAMPqFOnTkpLS2vw+5D8AQAwsugBf/369dPSpUuVlZWladOmqUuXLnr66ac1evToumPuueceVVRU6LbbbtOhQ4d08cUXa+XKlYqKimrw+3CfPwDglNPU9/l3GP+aaefaN/96085lFip/AAAM7P5sf5I/AAAGdk/+rPYHAMBhqPwBADCwe+VP8gcAwMDuyZ+2PwAADkPlDwCAkb0Lf5I/AABGtP0BAICtUPkDAGBg98qf5A8AgAHJHwAAp7F37ueaPwAATkPlDwCAAW1/AAAcxu7Jn7Y/AAAOQ+UPAICB3St/kj8AAAZ2T/60/QEAcBgqfwAAjOxd+IdP8u9w04tWh4AfFb14s9Uh4Edut83/DwSEKdr+AADAVsKm8gcAIFzYvfIn+QMAYGDz3E/yBwDAyO6VP9f8AQBwGCp/AAAMbF74k/wBADCi7Q8AAGyFyh8AAAObF/4kfwAAjOz+dE3a/gAAOAyVPwAABrT9AQBwGFb7AwAAW6HyBwDAwOaFP8kfAAAju7f9Sf4AABjYPflzzR8AAIeh8gcAwMDmhT+VPwAARi6Xy7QtFA899FC91yckJNTtr6ysVEZGhmJjY9WqVSulp6eruLg45M9H8gcAIIyce+652rt3b922du3aun2TJ0/W8uXLtXjxYuXm5mrPnj0aPnx4yO9B2x8AAAMr2/7NmzdXfHx8vfGysjLNnz9fCxcuVEpKiiQpOztbPXv21Lp16zRgwIAGvweVPwAABma2/f1+v8rLy4M2v9//k+/9xRdfqFOnTjr77LM1evRoFRYWSpLy8/NVXV2t1NTUumMTEhLUuXNn5eXlhfT5SP4AADQhn88nr9cbtPl8vmMe279/f73wwgtauXKl5s6dq927d2vQoEE6fPiwioqKFBkZqTZt2gS9Ji4uTkVFRSHFRNsfAAADM9v+WVlZyszMDBrzeDzHPHbYsGF1/92nTx/1799fZ555pl577TW1aNHCtJhI/gAAGJj5kB+Px/OTyf5E2rRpo+7du+vLL7/UkCFDVFVVpUOHDgVV/8XFxcdcI3A8tP0BAAhTR44c0c6dO9WxY0clJSUpIiJCOTk5dfsLCgpUWFio5OTkkM5L5Q8AgIFVq/2nTJmiq6++Wmeeeab27NmjqVOnqlmzZrrhhhvk9Xo1fvx4ZWZmKiYmRtHR0Zo4caKSk5NDWukvkfwBAKjHqmf7f/vtt7rhhhtUWlqq9u3b6+KLL9a6devUvn17SdKMGTPkdruVnp4uv9+voUOHas6cOSG/jysQCATMDr4xoke9aHUI+FHRizdbHQJ+5Hbb/BmjQCNFNXHpOmB6rmnnWnffJaadyyxc8wcAwGFo+wMAYGD3r/Ql+QMAYGDz3E/bHwAAp6HyBwDAgLY/AAAOY/PcT9sfAACnofIHAMCAtj8AAA5j9+RP2x8AAIch+TdCx7Yt9FzGxfrquV+r+MUblffY1Uo8O1aS1LyZSw/feIHyHrtae1+4QQVzRujZuwYqvq1538OMn5a/aaN+N+EODUkZpMTzEvSPnHesDsnRFi18RcOGpKhf4nkaPWqkPv3kE6tDcizmIjQul3lbOCL5h6hNy0j937Rhqq6pVfr0d/TLu9/UH17epEMVfknSaZHN1fesGD225BMNyvq7bnrqPXXrFK1FU35lceTOcPToUXXvnqCsPzxodSiOt3LF23riMZ9uvytDixYvVY8eCbrz9vEqLS21OjTHYS5C53K5TNvCEdf8QzTpmt76rrRCd837sG7s6/1H6v67/Gi10h4NrjanPL9B7z16lU6PbalvSytOWqxOdPGgwbp40GCrw4CklxZka/iI65V2Xbok6f6pD2vNmve0bMnfNP7W2yyOzlmYi9CFac42DZV/iK5MOl0f7SrVgkmDtfPZkXrf9/80JqXbcV8TfVqkamsDKvtn1UmKErBWdVWVtm/bqgHJF9WNud1uDRhwkT75+CMLI3Me5gLHYnry/+abb3TLLbcc9xi/36/y8vKgLVBTbXYoTeKsDq01PrWHdhYd1nW+HM1/p0CPje2nGweffczjPRFuPXzjBXr9w906fPTU+IzAz3Xw0EHV1NQoNjY2aDw2NlYlJSUWReVMzEXj2L3tb3ryP3DggBYsWHDcY3w+n7xeb9BWtf0ts0NpEm639PFXpZq26CN98tUBvZDzhRbkfKFbUnvUO7Z5M5cW/O4SuVzS5PnrLYgWANAYdl/wF/I1/zfffPO4+3ft2nXCc2RlZSkzMzNo7BfjF4caiiWKDh7Vjm/LgsYK9pTpmv5nBo39K/Gf0b6lrv7jaqp+OErbNm3VrFmzegvKSktL1a5dO4uicibmAscScvJPS0uTy+VSIBD4yWNO1ObweDzyeDzBr2kWEWoollj/+X516xQdNNa1Y7S+Kfn3or9/Jf5zOrbWVdP+TweO+E92mIClIiIj1bPXuVq/Lk8pl6VKkmpra7V+fZ5G3XCTxdE5C3PROO5wLdlNEnLbv2PHjlqyZIlqa2uPuW3evLkp4gwbs/++Tf26ttfdab11dlxrjRzYRWNTuum5VQWSfkj8L02+VInnxOq//rxWzdwudfBGqYM3ShHNWF/Z1P75zwoV7Niugh3bJUnfffetCnZs1969eyyOzHluHjNOS15/TW8uW6pdO3fqkWkP6ejRo0q7brjVoTkOcxE62v4GSUlJys/P17XXXnvM/SfqCpzqNu8q1ein/qGpoy7QvcP76uv9h3Xfi5v02ge7JUmdYk7TVReeIUn68LGrg1575bRVWrut+KTH7CTbtn6mW28ZU/f3Jx+fLkm6+po0Tfuf6VaF5UhXDLtSBw8c0JxZM1VSsl89EnpqzrN/VSyt5pOOuYCRKxBipn7//fdVUVGhK6644pj7KyoqtGnTJl1yySUhBRI96sWQjkfTKXrxZqtDwI/c7jAtGwCLRTXxU2qGzjFvkfaqu/qbdi6zhPzPN2jQoOPub9myZciJHwCAcGL337t5wh8AAAbhen++WViBBgCAw1D5AwBgYPPCn+QPAICRS/bO/rT9AQBwGCp/AAAMWO0PAIDDsNofAADYCpU/AAAGNi/8Sf4AABjxrX4AAMBWqPwBADCweeFP8gcAwMjuq/1J/gAAGNg893PNHwAAp6HyBwDAwO6r/Un+AAAY2Dv10/YHAMBxSP4AABi4XC7TtsaaPn26XC6XJk2aVDdWWVmpjIwMxcbGqlWrVkpPT1dxcXHI5yb5AwBg4HaZtzXGxo0b9eyzz6pPnz5B45MnT9by5cu1ePFi5ebmas+ePRo+fHjon69xYQEAgKZw5MgRjR49Ws8995zatm1bN15WVqb58+frqaeeUkpKipKSkpSdna0PP/xQ69atC+k9SP4AABiY2fb3+/0qLy8P2vx+/0++d0ZGhq666iqlpqYGjefn56u6ujpoPCEhQZ07d1ZeXl5In4/kDwCAgctl3ubz+eT1eoM2n893zPddtGiRNm/efMz9RUVFioyMVJs2bYLG4+LiVFRUFNLn41Y/AACaUFZWljIzM4PGPB5PveO++eYb/e53v9Pq1asVFRXVpDGR/AEAMDDz2f4ej+eYyd4oPz9f+/bt0wUXXFA3VlNTozVr1mjWrFlatWqVqqqqdOjQoaDqv7i4WPHx8SHFRPIHAMCgsav0f47LLrtMn376adDYuHHjlJCQoHvvvVdnnHGGIiIilJOTo/T0dElSQUGBCgsLlZycHNJ7kfwBADCw4lv9Wrdurd69eweNtWzZUrGxsXXj48ePV2ZmpmJiYhQdHa2JEycqOTlZAwYMCOm9SP4AAJwiZsyYIbfbrfT0dPn9fg0dOlRz5swJ+TwkfwAADMLl2f7vvfde0N+joqI0e/ZszZ49+2edl+QPAICB3b/Vj/v8AQBwGCp/AAAMbF74k/wBADCyYrX/yUTbHwAAh6HyBwDAwOaFP8kfAAAjVvsDAABbofIHAMDA5oU/yR8AACO7r/YPm+RfXbDB6hDwI7f7N1aHAACWsvs1cbt/PgAAYBA2lT8AAOGCtj8AAA7jtnfup+0PAIDTUPkDAGBg98qf5A8AgIHdr/nT9gcAwGGo/AEAMKDtDwCAw9i860/bHwAAp6HyBwDAwO5f6UvyBwDAwO5tcZI/AAAGNi/8bf/LDQAAMKDyBwDAgGv+AAA4jM1zP21/AACchsofAAADnvAHAIDD2P2aP21/AAAchsofAAADmxf+JH8AAIzsfs2ftj8AAA5D5Q8AgIFL9i79Sf4AABjYve1P8gcAwMDuyZ9r/gAAOAyVPwAABi6b3+tH5Q8AgIHbZd4Wirlz56pPnz6Kjo5WdHS0kpOTtWLFirr9lZWVysjIUGxsrFq1aqX09HQVFxeH/vlCfgUAAGgSp59+uqZPn678/Hxt2rRJKSkpuvbaa7V161ZJ0uTJk7V8+XItXrxYubm52rNnj4YPHx7y+7gCgUDA7OAbo0XiBKtDwI8ObpxldQgAcFxRTXzR+qk1u0w7V+bgs3/W62NiYvT4449rxIgRat++vRYuXKgRI0ZIknbs2KGePXsqLy9PAwYMaPA5ueYPAICBmV/s4/f75ff7g8Y8Ho88Hs9xX1dTU6PFixeroqJCycnJys/PV3V1tVJTU+uOSUhIUOfOnUNO/rT9AQBoQj6fT16vN2jz+Xw/efynn36qVq1ayePx6I477tDSpUvVq1cvFRUVKTIyUm3atAk6Pi4uTkVFRSHFROUPAICBmff5Z2VlKTMzM2jseFV/jx49tGXLFpWVlen111/XmDFjlJuba15AIvkDAFCPmXf6NaTF/58iIyPVtWtXSVJSUpI2btyoZ555Rr/+9a9VVVWlQ4cOBVX/xcXFio+PDykm2v4AAISx2tpa+f1+JSUlKSIiQjk5OXX7CgoKVFhYqOTk5JDOSeUPAICB26Iv9snKytKwYcPUuXNnHT58WAsXLtR7772nVatWyev1avz48crMzFRMTIyio6M1ceJEJScnh7TYTyL5AwBQj1UP+Nu3b59+85vfaO/evfJ6verTp49WrVqlIUOGSJJmzJght9ut9PR0+f1+DR06VHPmzAn5fbjPH/Vwnz+AcNfU9/nPy/vKtHPdkXyWaecyC9f8AQBwGNr+Idrx94d1ZqfYeuPzXl2jydNf05//MEop/XuoY3uvjhz1a93Hu3X/M2/o869Cf/YyGmfRwle0IHu+Skr2q3uPBN333w/ovD59rA7LkZiL8MFchMbMh/yEIyr/EF180+M6KzWrbrvyjj9Lkpas/kiS9NH2b3TbQy/r/OGP6Jq7ZsvlcumtORly2/3LocPEyhVv64nHfLr9rgwtWrxUPXok6M7bx6u0tNTq0ByHuQgfzEXoXC7ztnBE8g9RycEjKi49XLddOai3dhbu1/v5X0iSnl/ygT7YvFOFew9oy45v9fDs5TqjY8wxuwUw30sLsjV8xPVKuy5d53TtqvunPqyoqCgtW/I3q0NzHOYifDAXMCL5/wwRzZtp1JX9tOCNvGPuPy0qUr+5ZoB2f1uib4sOnuTonKe6qkrbt23VgOSL6sbcbrcGDLhIn3z8kYWROQ9zET6Yi8Zxu1ymbeEo5OR/9OhRrV27Vtu2bau3r7KyUi+++KIpgZ0KrvlVH7Vp3UIvL18fNH7byEHa/8GTKs17SpcP7KWr7pyl6u9rLIrSOQ4eOqiamhrFxgZ3WWJjY1VSUmJRVM7EXIQP5qJxaPv/h88//1w9e/bU4MGDdd555+mSSy7R3r176/aXlZVp3LhxJzyP3+9XeXl50BaoPfWS45i0i7Tqg23au78saHzRio0acMN0pY6foS8K9+vlP90iTyRrKwEA4SGk5H/vvfeqd+/e2rdvnwoKCtS6dWsNHDhQhYWFIb3psb7h6Pvi/JDOYbXOHdsqpX8PvbDsw3r7yo9Uamfhfn2weadunPJX9egSp2tT+loQpbO0bdNWzZo1q7eIqbS0VO3atbMoKmdiLsIHc9E4bhO3cBRSXB9++KF8Pp/atWunrl27avny5Ro6dKgGDRqkXbt2Nfg8WVlZKisrC9qaxyWFHLyVbr4mWfsOHNaK97ce9ziXyyWXXIqMoPJvahGRkerZ61ytX/fvNRi1tbVavz5PffomWhiZ8zAX4YO5aByXy2XaFo5CykhHjx5V8+b/fonL5dLcuXM1YcIEXXLJJVq4cGGDznOsbzhyuZuFEoqlXC6XfnPtAL3y1nrV1NTWjZ/1i1iNGJqknLztKjl4RL+Ia6O7x12uo/5qrVp7/F8SYI6bx4zTA/99r849t7d6n9dHL7+0QEePHlXadcOtDs1xmIvwwVzAKKTkn5CQoE2bNqlnz55B47Nm/fA42Guuuca8yMJYSv8e6twxRguWrQsa91d9r4GJ52jCjZeqbfRp2ld6WGs3f6lfjX1S+w8esShaZ7li2JU6eOCA5syaqZKS/eqR0FNznv2rYmlvnnTMRfhgLkIXnvW6eUJ6tr/P59P777+vt99++5j777rrLs2bN0+1tbXH3H88PNs/fPBsfwDhrqmf7f9y/remneumpNNNO5dZ+GIf1EPyBxDumjr5v2Ji8h8dhsk/XBciAgCAJsISdAAADMJ0kb5pSP4AABiE6y16ZqHtDwCAw1D5AwBgYPfKmOQPAIABbX8AAGArVP4AABjYu+4n+QMAUA9tfwAAYCtU/gAAGNi9Mib5AwBgYPe2P8kfAAADe6d++3c2AACAAZU/AAAGNu/6k/wBADBy27zxT9sfAACHofIHAMCAtj8AAA7jou0PAADshMofAAAD2v4AADgMq/0BAICtUPkDAGBA2x8AAIch+QMA4DDc6gcAAGyF5A8AgIHbZd4WCp/Pp379+ql169bq0KGD0tLSVFBQEHRMZWWlMjIyFBsbq1atWik9PV3FxcWhfb7QwgIAwP5cJv4JRW5urjIyMrRu3TqtXr1a1dXVuvzyy1VRUVF3zOTJk7V8+XItXrxYubm52rNnj4YPHx7a5wsEAoGQXtFEWiROsDoE/OjgxllWhwAAxxXVxCvW3t1Ratq5UhJiG/3a/fv3q0OHDsrNzdXgwYNVVlam9u3ba+HChRoxYoQkaceOHerZs6fy8vI0YMCABp2Xyh8AAAOXy7zN7/ervLw8aPP7/Q2Ko6ysTJIUExMjScrPz1d1dbVSU1PrjklISFDnzp2Vl5fX4M9H8gcAwMDMtr/P55PX6w3afD7fCWOora3VpEmTNHDgQPXu3VuSVFRUpMjISLVp0ybo2Li4OBUVFTX483GrHwAATSgrK0uZmZlBYx6P54Svy8jI0Geffaa1a9eaHhPJHwAAg1BX6R+Px+NpULL/TxMmTNBbb72lNWvW6PTTT68bj4+PV1VVlQ4dOhRU/RcXFys+Pr7B56ftDwCAgVWr/QOBgCZMmKClS5fq3XffVZcuXYL2JyUlKSIiQjk5OXVjBQUFKiwsVHJycoPfh8ofAIAwkZGRoYULF+qNN95Q69at667je71etWjRQl6vV+PHj1dmZqZiYmIUHR2tiRMnKjk5ucEr/SWSPwAA9Vj1bP+5c+dKki699NKg8ezsbI0dO1aSNGPGDLndbqWnp8vv92vo0KGaM2dOSO/Dff6oh/v8AYS7pr7P/4MvDpp2roHd2pp2LrNQ+QMAYOC2+df6seAPAACHCZvK3901yeoQgLBTWxsWV+UgyW3mvV8Ie3af7bBJ/gAAhA2bZ3/a/gAAOAyVPwAABqE+nOdUQ/IHAMDA5ov9afsDAOA0VP4AABjYvPAn+QMAUI/Nsz9tfwAAHIbKHwAAA1b7AwDgMHZf7U/yBwDAwOa5n2v+AAA4DZU/AABGNi/9Sf4AABjYfcEfbX8AAByGyh8AAANW+wMA4DA2z/20/QEAcBoqfwAAjGxe+pP8AQAwYLU/AACwFSp/AAAMWO0PAIDD2Dz3k/wBAKjH5tmfa/4AADgMlT8AAAZ2X+1P8gcAwMDuC/5o+wMA4DBU/gAAGNi88Cf5AwBQj82zP21/AAAchsofAAADVvsDAOAwrPYHAAC2QuUPAICBzQt/kj8AAPXYPPvT9gcAwMBl4p9QrFmzRldffbU6deokl8ulZcuWBe0PBAJ68MEH1bFjR7Vo0UKpqan64osvQv58JH8AAMJERUWF+vbtq9mzZx9z/2OPPaaZM2dq3rx5Wr9+vVq2bKmhQ4eqsrIypPeh7Q8AgIFVq/2HDRumYcOGHXNfIBDQ008/rfvvv1/XXnutJOnFF19UXFycli1bplGjRjX4faj8G6FjzGmaP3GwCp+/QSWv3KwNT6Yp8ezYuv3/PfJ8bX76Ou176SZ9m32j3npgqC7s2s7CiJ1l0cJXNGxIivolnqfRo0bq008+sTokR8rftFG/m3CHhqQMUuJ5CfpHzjtWh+Ro/FyExmXiZpbdu3erqKhIqampdWNer1f9+/dXXl5eSOci+YeoTctI5fzxSlXX1Oq6R1crafJSZS3YoEMVVXXHfLm3XHfPX6df3r1MQx54W1/vP6I3HxiqdtEeCyN3hpUr3tYTj/l0+10ZWrR4qXr0SNCdt49XaWmp1aE5ztGjR9W9e4Ky/vCg1aE4Hj8X1vL7/SovLw/a/H5/yOcpKiqSJMXFxQWNx8XF1e1rKJJ/iDLTztO3pRW6Y85a5X9Zoq/3HVHOJ3u0u/hw3TGvrd2lf3y6V1/tO6Lt3x7SfQs2yHtapHp3jrEwcmd4aUG2ho+4XmnXpeucrl11/9SHFRUVpWVL/mZ1aI5z8aDByvjtJKVcNsTqUByPn4tGMLH09/l88nq9QZvP5zvZnygIyT9EV17YWR/tLNVLmZfqq7+O0oePXaOxl3X/yeMjmrt1S2oPHarw69OvD5zESJ2nuqpK27dt1YDki+rG3G63Bgy4SJ98/JGFkQHW4eeiccxc7Z+VlaWysrKgLSsrK+SY4uPjJUnFxcVB48XFxXX7GooFfyHq0qGV/uvyHvrzW1v1xJJPdEHXdnrilv6q/r5Wr+R+WXfcFRecrgWTL9Vpkc1VdOifuvqP/6fSw6G3edBwBw8dVE1NjWJjY4PGY2NjtXv3LouiAqzFz4X1PB6PPJ6ff9m3S5cuio+PV05Ojs4//3xJUnl5udavX68777wzpHOFnPy3b9+udevWKTk5WQkJCdqxY4eeeeYZ+f1+3XTTTUpJSTnhOfx+f73rHYGaarmaRYQazknndru0eWepHvrfzZKkj786oF5ntNX4y3sEJf81W4uU/Ps3FNs6SuNSu+ulzEt1adZb2l8e2u0YAICTz6rV/keOHNGXX/47l+zevVtbtmxRTEyMOnfurEmTJumRRx5Rt27d1KVLFz3wwAPq1KmT0tLSQnqfkNr+K1eu1Pnnn68pU6YoMTFRK1eu1ODBg/Xll1/q66+/1uWXX6533333hOc51vWP6h1/DylwqxQdPKod3x4KGiv47pDOaNcyaOyf/u+1q+iwNn6xX3fN/UDf1wQ0JqXbSYzUedq2aatmzZrVW8RUWlqqdu242wLOxM9F41i12n/Tpk1KTExUYmKiJCkzM1OJiYl68MEfFs7ec889mjhxom677Tb169dPR44c0cqVKxUVFRXS+4SU/KdNm6bf//73Ki0tVXZ2tm688UbdeuutWr16tXJycvT73/9e06dPP+F5jnX9IyLhqpACt8q6gmJ16xQdNNato1eF+yuO+zq3S4qMaNaUoTleRGSkevY6V+vX/fuWl9raWq1fn6c+fRMtjAywDj8Xp5ZLL71UgUCg3vbCCy9Iklwul6ZNm6aioiJVVlbqnXfeUffuP73u7KeElPy3bt2qsWPHSpKuv/56HT58WCNGjKjbP3r0aH3SgHtHPR6PoqOjg7ZToeUvSX9+a5t+2a2DplzXR2fHt9b1F5+tcand9ZeV2yVJp3ma66EbLlC/bu11RruWOv/sWM29c6A6xZympXlfWRu8A9w8ZpyWvP6a3ly2VLt27tQj0x7S0aNHlXbdcKtDc5x//rNCBTu2q2DHDz8b3333rQp2bNfevXssjsx5+LlohHC80d9EIV/zd/14IcTtdisqKkper7duX+vWrVVWVmZedGFo884SjXo8R9NGX6isEX311b4juueFDXp17Q8LZ2pqA+r+izYafWlXxbaO0oHDfuXvLNGQB1dou+FyAcx3xbArdfDAAc2ZNVMlJfvVI6Gn5jz7V8XS3jzptm39TLfeMqbu708+/kNX8Opr0jTtf07cIYR5+LkIXajP5D/VuAKBQKChB/ft21d/+tOfdMUVV0iSPvvsMyUkJKh58x9+h3j//fc1ZswY7doV+grSliOzQ34Nmkbp/46zOgT8qLa2wT+eaGJut72TwakmqonvVSs8YN7dWZ1jwu8BbyH98915552qqamp+3vv3r2D9q9YsaJBq/0BAIB1Qqr8mxKVf/ig8g8fVP7hg8o/vDR15f+NiZX/Gad65Q8AgBNYdZ//ycLjfQEAcBgqfwAA6rF36U/yBwDAgLY/AACwFSp/AAAMbF74k/wBADCi7Q8AAGyFyh8AAAO7P9uf5A8AgJG9cz/JHwAAI5vnfq75AwDgNFT+AAAY2H21P8kfAAADuy/4o+0PAIDDUPkDAGBk78Kf5A8AgJHNcz9tfwAAnIbKHwAAA1b7AwDgMKz2BwAAtkLlDwCAgd3b/lT+AAA4DJU/AAAGVP4AAMBWqPwBADCw+2p/kj8AAAa0/QEAgK1Q+QMAYGDzwp/kDwBAPTbP/rT9AQBwGCp/AAAMWO0PAIDDsNofAADYCpU/AAAGNi/8qfwBAKjHZeIWotmzZ+uss85SVFSU+vfvrw0bNvzcT1MPyR8AAAOXiX9C8eqrryozM1NTp07V5s2b1bdvXw0dOlT79u0z9fOR/AEACBNPPfWUbr31Vo0bN069evXSvHnzdNppp+n555839X245g8AgIGZq/39fr/8fn/QmMfjkcfjCRqrqqpSfn6+srKy6sbcbrdSU1OVl5dnXkAKo+RfsXic1SH8LH6/Xz6fT1lZWfUmFCeffebj1F92ZJ+5OPUxFw0XZWJ2fOgRnx5++OGgsalTp+qhhx4KGispKVFNTY3i4uKCxuPi4rRjxw7zApLkCgQCAVPP6FDl5eXyer0qKytTdHS01eE4HvMRPpiL8MFcWKOhlf+ePXv0i1/8Qh9++KGSk5Prxu+55x7l5uZq/fr1psUUNpU/AAB2dKxEfyzt2rVTs2bNVFxcHDReXFys+Ph4U2NiwR8AAGEgMjJSSUlJysnJqRurra1VTk5OUCfADFT+AACEiczMTI0ZM0YXXnihfvnLX+rpp59WRUWFxo0zd10cyd8kHo9HU6dOZRFNmGA+wgdzET6Yi/D361//Wvv379eDDz6ooqIinX/++Vq5cmW9RYA/Fwv+AABwGK75AwDgMCR/AAAchuQPAIDDkPwBAHAYkr9JTsZXMOLE1qxZo6uvvlqdOnWSy+XSsmXLrA7JkXw+n/r166fWrVurQ4cOSktLU0FBgdVhOdbcuXPVp08fRUdHKzo6WsnJyVqxYoXVYcFCJH8TnKyvYMSJVVRUqG/fvpo9e7bVoThabm6uMjIytG7dOq1evVrV1dW6/PLLVVFRYXVojnT66adr+vTpys/P16ZNm5SSkqJrr71WW7dutTo0WIRb/UzQv39/9evXT7NmzZL0wxOZzjjjDE2cOFH33XefxdE5l8vl0tKlS5WWlmZ1KI63f/9+dejQQbm5uRo8eLDV4UBSTEyMHn/8cY0fP97qUGABKv+f6V9fwZiamlo31lRfwQicqsrKyiT9kHBgrZqaGi1atEgVFRWmPzIWpw6e8PczncyvYARORbW1tZo0aZIGDhyo3r17Wx2OY3366adKTk5WZWWlWrVqpaVLl6pXr15WhwWLkPwBNKmMjAx99tlnWrt2rdWhOFqPHj20ZcsWlZWV6fXXX9eYMWOUm5vLLwAORfL/mU7mVzACp5oJEyborbfe0po1a3T66adbHY6jRUZGqmvXrpKkpKQkbdy4Uc8884yeffZZiyODFbjm/zOdzK9gBE4VgUBAEyZM0NKlS/Xuu++qS5cuVocEg9raWvn9fqvDgEWo/E1wsr6CESd25MgRffnll3V/3717t7Zs2aKYmBh17tzZwsicJSMjQwsXLtQbb7yh1q1bq6ioSJLk9XrVokULi6NznqysLA0bNkydO3fW4cOHtXDhQr333ntatWqV1aHBItzqZ5JZs2bp8ccfr/sKxpkzZ6p///5Wh+U47733nn71q1/VGx8zZoxeeOGFkx+QQ7lcrmOOZ2dna+zYsSc3GGj8+PHKycnR3r175fV61adPH917770aMmSI1aHBIiR/AAAchmv+AAA4DMkfAACHIfkDAOAwJH8AAByG5A8AgMOQ/AEAcBiSPwAADkPyBwDAYUj+AAA4DMkfAACHIfkDAOAwJH8AABzm/wMox4gak079rgAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "572a6af8-112e-43d3-be26-79b100facd50", + "metadata": {}, + "source": [ + "## Conclusiones" + ] + }, + { + "cell_type": "markdown", + "id": "f2070ce4-4ede-44be-9764-d3186d3e62dd", + "metadata": {}, + "source": [ + "* Parece que con el modelo Flan-t5-small, el mejor resultado se obtiene añadiendo más ejemplot y quitando la instrucción del prompt\n", + "\n", + "* Parece que muchas veces los textos inyectados hacen que supere el tamaño del prompt. Sería bueno añadir algo que te permitiese controlar el número de textos máximos según el tamaño del prompt que admite el modelo seleccionado" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.11" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/_sources/notebooks/05_test_openai_classification_prompts.ipynb.txt b/_sources/notebooks/05_test_openai_classification_prompts.ipynb.txt new file mode 100644 index 0000000..f7864a9 --- /dev/null +++ b/_sources/notebooks/05_test_openai_classification_prompts.ipynb.txt @@ -0,0 +1,1718 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "73d808a5-a4dd-4ec5-b4bc-438f1dd5596f", + "metadata": {}, + "source": [ + "# OpenAI - Test Classification Prompts" + ] + }, + { + "cell_type": "markdown", + "id": "7ffd3703-20b9-46b6-8ad3-502ec27d2e49", + "metadata": {}, + "source": [ + "In this notebook we are going to use the **Amazon Review Dataset** to test Promptmeteo in the sentiment analysis task" + ] + }, + { + "cell_type": "markdown", + "id": "dad1d69f-59bf-4f34-9000-46e5851d99f6", + "metadata": {}, + "source": [ + "## 1. Data Preparation - EN - Build sentiment dataset." + ] + }, + { + "cell_type": "markdown", + "id": "7993f034-cdd6-4424-b6d1-5917b0638583", + "metadata": {}, + "source": [ + "The dataset contains reviews from Amazon in English collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.). The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language." + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "id": "d2c9f56c-4717-42a8-b9d4-cfcc20215f99", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 2)
REVIEWTARGET
strstr
"I reuse my Nes…"positive"
"Fits great kin…"positive"
"Movie freezes …"negative"
"This is my thi…"positive"
"For the money,…"neutral"
" + ], + "text/plain": [ + "shape: (5, 2)\n", + "┌───────────────────────────────────┬──────────┐\n", + "│ REVIEW ┆ TARGET │\n", + "│ --- ┆ --- │\n", + "│ str ┆ str │\n", + "╞═══════════════════════════════════╪══════════╡\n", + "│ I reuse my Nespresso capsules an… ┆ positive │\n", + "│ Fits great kinda expensive but i… ┆ positive │\n", + "│ Movie freezes up. Can't watch it… ┆ negative │\n", + "│ This is my third G-shock as I ha… ┆ positive │\n", + "│ For the money, it's a good buy..… ┆ neutral │\n", + "└───────────────────────────────────┴──────────┘" + ] + }, + "execution_count": 26, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import polars as pl\n", + "import sys; sys.path.append('..')\n", + "\n", + "data = pl.read_parquet('../data/amazon_reviews_en/amazon_reviews_multi-test.parquet')\n", + "sql = pl.SQLContext()\n", + "sql.register('data', data)\n", + "\n", + "sentiment_data = sql.execute(\"\"\"\n", + " SELECT\n", + " review_body as REVIEW,\n", + " CASE\n", + " WHEN stars=1 THEN 'negative'\n", + " WHEN stars=3 THEN 'neutral'\n", + " WHEN stars=5 THEN 'positive'\n", + " ELSE null\n", + " END AS TARGET,\n", + " FROM data\n", + " WHERE stars!=2 AND stars!=4;\n", + " \"\"\").collect().sample(fraction=1.0, shuffle=True, seed=0)\n", + "\n", + "train_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()\n", + "train_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()\n", + "\n", + "test_reviews = sentiment_data.tail(100).select('REVIEW').to_series().to_list()\n", + "test_targets = sentiment_data.tail(100).select('TARGET').to_series().to_list()\n", + "\n", + "sentiment_data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "4baccad9-20fd-48a6-adb4-d75d2335a3ac", + "metadata": {}, + "outputs": [], + "source": [ + "token = 'sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'" + ] + }, + { + "cell_type": "markdown", + "id": "34b211cc-0fcf-47a9-ad80-edd70577648b", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "6f43c63d-b523-418b-bee8-6faf65186e61", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "37078106-46f9-4f2b-8719-199fef2aad51", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "51e6344e-549f-4c33-8ba9-6256e47c2c09", + "metadata": {}, + "source": [ + "## 2. EN - Sin entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "9153b637-b41b-42a0-8cb5-2f7d273ee842", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "98ff2491-70ae-48b4-a887-e1f81c33ef8a", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Please provide a step-by-step argument for your answer, explain why you\n", + " believe your final choice is justified, and make sure to conclude your\n", + " explanation with the name of the class you have selected as the correct\n", + " one, in lowercase and without punctuation.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class as a single word, in\n", + " lowercase, without punctuation, and without adding any other statements or\n", + " words.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "b491bbff-68ae-4265-a08a-56108ed94fdb", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 0,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "76722bfe-f1b9-47fe-9f87-2bc9f97062ca", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "349e834b-a836-4093-b705-210ccc618c90", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Think step by step you answer.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class predicted.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "988735fe-a05b-4c01-a4a4-4c262f28add1", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 0,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "c703c30f-d696-4379-84a3-c536a6d7f565", + "metadata": {}, + "source": [ + "## 3. EN - Con entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "71ce3032-eaa0-4ba9-b7ff-2f455f57a66f", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "ef488d68-63b3-4f15-8e4c-d56633ddb147", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Please provide a step-by-step argument for your answer, explain why you\n", + " believe your final choice is justified, and make sure to conclude your\n", + " explanation with the name of the class you have selected as the correct\n", + " one, in lowercase and without punctuation.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class as a single word, in\n", + " lowercase, without punctuation, and without adding any other statements or\n", + " words.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "172c20d7-cecb-44ef-9fff-82d075b1d53f", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " selector_k = 10,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "5e9681b2-c628-4a3f-968d-c5cbecc298ec", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "id": "9def17bf-b9fc-4afd-af9a-fdeef0c974aa", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Think step by step you answer.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class predicted.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "id": "0c198bff-2112-4141-a528-3d97c9d16a33", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 28, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 20,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "1d69e21c-d1d9-4897-a6df-ec5ef43fe4d0", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "dd55f1c6-ac6e-447f-b291-1d0ac50e9048", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "id": "0d24dafd-c16a-40f6-8537-69ff06a1b34d", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "id": "f0bab4a5-da98-4362-9f52-c3f5ca534ccd", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "PROMPT_LABELS:\n", + " \"\"\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "id": "c0cf795a-4563-4f6b-a970-20c47eca9870", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 20, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " selector_k = 20,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "ea111fd4-6640-4631-b6ed-897fa95d10e2", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "b9993ba0-7b7b-44d5-b89b-d399ce4d9649", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "194182f1-0296-4d51-8d5a-aa736d722406", + "metadata": {}, + "source": [ + "## 4. Data Preparation - SP - Build sentiment dataset." + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "id": "0b3ff622-fdb4-49da-ace2-c9e2a1cffcfb", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 2)
REVIEWTARGET
strstr
"El filtro de d…"positive"
"Un poquito esc…"positive"
"Para qué decir…"negative"
"Mi hija esta e…"positive"
"Se podría mejo…"neutral"
" + ], + "text/plain": [ + "shape: (5, 2)\n", + "┌───────────────────────────────────┬──────────┐\n", + "│ REVIEW ┆ TARGET │\n", + "│ --- ┆ --- │\n", + "│ str ┆ str │\n", + "╞═══════════════════════════════════╪══════════╡\n", + "│ El filtro de de aire es como si … ┆ positive │\n", + "│ Un poquito escaso pero funciona … ┆ positive │\n", + "│ Para qué decir más... ┆ negative │\n", + "│ Mi hija esta en un campamento y … ┆ positive │\n", + "│ Se podría mejorar el ajuste del … ┆ neutral │\n", + "└───────────────────────────────────┴──────────┘" + ] + }, + "execution_count": 29, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import polars as pl\n", + "\n", + "data = pl.read_parquet('../data/amazon_reviews_sp/amazon_reviews_multi-test.parquet')\n", + "data.head()\n", + "\n", + "sql = pl.SQLContext()\n", + "sql.register('data', data)\n", + "\n", + "sentiment_data = sql.execute(\"\"\"\n", + " SELECT\n", + " review_body as REVIEW,\n", + " CASE\n", + " WHEN stars=1 THEN 'negative'\n", + " WHEN stars=3 THEN 'neutral'\n", + " WHEN stars=5 THEN 'positive'\n", + " ELSE null\n", + " END AS TARGET,\n", + " FROM data\n", + " WHERE stars!=2 AND stars!=4;\n", + " \"\"\").collect().sample(fraction=1.0, shuffle=True, seed=0)\n", + "/\n", + "train_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()\n", + "train_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()\n", + "\n", + "test_reviews = sentiment_data.tail(100).select('REVIEW').to_series().to_list()\n", + "test_targets = sentiment_data.tail(100).select('TARGET').to_series().to_list()\n", + "\n", + "sentiment_data.head()" + ] + }, + { + "cell_type": "markdown", + "id": "cdfdb171-0391-4e3e-beca-072d56267948", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "d4d2b731-7d7c-4217-9a51-47e6689bbe7f", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "de2d1b15-01fd-4c98-8c92-29256d242cac", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "8d322711-2b28-442e-8c19-108c3a083a50", + "metadata": {}, + "source": [ + "## 5 SP - Sin Entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "0cf9f12a-1a9b-4732-8d2c-59c9ed52f8a2", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 49, + "id": "0abdc935-3926-461c-9e45-ab90374a5fdb", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Por favor argumenta tu respuesta paso a paso, explica por qué crees que\n", + " está justificada tu elección final, y asegúrate de que acabas tu\n", + " explicación con el nombre de la clase que has escogido como la\n", + " correcta, en minúscula y sin puntuación.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " palabra, en minúscula, sin puntuación, y sin añadir ninguna otra\n", + " afirmación o palabra.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "id": "9d88b784-746a-45d3-83b6-67c1f09a878a", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 33, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positiva','negativa','neutral'],\n", + " selector_k = 0,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "e55bc005-7447-48f1-967a-6f1ae76f37bb", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 44, + "id": "9ae93a75-bddc-410b-bc29-4019a928ddae", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Argumenta tu respuesta paso a paso.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " respuesta\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 35, + "id": "20ee64ed-cfb9-4fd8-ae5f-9bdf1fddf5a3", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 35, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positiva','negativa','neutra'],\n", + " selector_k = 0,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "cf2744f0-ea90-4873-92bc-8d44c52621e1", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "id": "db7ab35e-0714-4308-b24d-69f08ca13900", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 38, + "id": "32f5bd08-c05a-4f33-8564-35e0eba3dfb5", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 38, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positiva','negativa','neutra'],\n", + " selector_k = 0,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "504d176d-7402-44ab-8a64-acfcfc6c6459", + "metadata": {}, + "source": [ + "## ES - Con entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "f62c3cd5-0724-46ac-99af-9e10de663976", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 39, + "id": "b4f26ab8-ab4f-4631-bcf9-ea48fa670171", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Por favor argumenta tu respuesta paso a paso, explica por qué crees que\n", + " está justificada tu elección final, y asegúrate de que acabas tu\n", + " explicación con el nombre de la clase que has escogido como la\n", + " correcta, en minúscula y sin puntuación.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " palabra, en minúscula, sin puntuación, y sin añadir ninguna otra\n", + " afirmación o palabra.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 41, + "id": "1495f569-7656-4567-be30-75b7aedb401e", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 41, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positiva','negativa','neutra'],\n", + " selector_k = 10,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "8006de83-a826-478c-bee7-6bf38d0fa23a", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 45, + "id": "e2ed16b3-fe75-48e0-9ee5-801aefa95143", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Argumenta tu respuesta paso a paso.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " respuesta\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 46, + "id": "80360efc-af76-4d15-b935-586a79e33abc", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 46, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positiva','negativa','neutra'],\n", + " selector_k = 10,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "id": "f50d8cd3-af0f-416a-8f9d-a6d57cd86ac6", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['positiva'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra']]" + ] + }, + "execution_count": 48, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pred_targets" + ] + }, + { + "cell_type": "markdown", + "id": "25261a04-f35a-4eef-8d57-1d5019bcd424", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 50, + "id": "74a71c53-6983-49d6-aac6-f2d0a2e88e2f", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 52, + "id": "ea907475-c58a-4b77-904e-0a4f30d78ed4", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 52, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positiva','negativa','neutra'],\n", + " selector_k = 20,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "code", + "execution_count": 53, + "id": "100497a5-bffa-47c8-905a-b9569cce41bb", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra']]" + ] + }, + "execution_count": 53, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pred_targets" + ] + }, + { + "cell_type": "markdown", + "id": "572a6af8-112e-43d3-be26-79b100facd50", + "metadata": {}, + "source": [ + "## Conclusiones" + ] + }, + { + "cell_type": "markdown", + "id": "f2070ce4-4ede-44be-9764-d3186d3e62dd", + "metadata": {}, + "source": [ + "* Parece que con el modelo Flan-t5-small, el mejor resultado se obtiene añadiendo más ejemplot y quitando la instrucción del prompt\n", + "\n", + "* Parece que hay mucho errores asociados con que la respuesta tenga un espacio antes de laa respuesta" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.11" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/_sources/notebooks/06_test_openai_api-generation.ipynb.txt b/_sources/notebooks/06_test_openai_api-generation.ipynb.txt new file mode 100644 index 0000000..ecb0885 --- /dev/null +++ b/_sources/notebooks/06_test_openai_api-generation.ipynb.txt @@ -0,0 +1,2941 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "73d808a5-a4dd-4ec5-b4bc-438f1dd5596f", + "metadata": {}, + "source": [ + "# OpenAI - Test API Generation" + ] + }, + { + "cell_type": "markdown", + "id": "7ffd3703-20b9-46b6-8ad3-502ec27d2e49", + "metadata": {}, + "source": [ + "In this notebook, we create a fresh REST API specification. APIGeneration models are thought to generate a new API based on similar APIs.\n", + "\n", + "APIGenerator and APIFormatter and thought to perform together but are not exclusive.\n" + ] + }, + { + "cell_type": "markdown", + "id": "dad1d69f-59bf-4f34-9000-46e5851d99f6", + "metadata": {}, + "source": [ + "## 1. Data Preparation - API Examples and instructions." + ] + }, + { + "cell_type": "markdown", + "id": "7993f034-cdd6-4424-b6d1-5917b0638583", + "metadata": {}, + "source": [ + "The examples in the `api_examples` folder are APIs along with their descriptions, enabling a search based on similarity.\n", + "\n", + "The variable `instructions` pertains to specific criteria we want the generated API to meet. This could involve specifying that it should be entirely in English or include certain types of responses." + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "d2c9f56c-4717-42a8-b9d4-cfcc20215f99", + "metadata": {}, + "outputs": [], + "source": [ + "import sys; sys.path.append('..')\n", + "\n", + "import os\n", + "import json\n", + "from promptmeteo import APIGenerator\n", + "from promptmeteo import APIFormatter\n", + "\n", + "with open(\"../data/api_examples/api_rest.json\") as fin:\n", + " data = json.load(fin)\n", + " api_descriptions = [i[\"description\"] for i in data]\n", + " api_codes = [i[\"api\"] for i in data]\n", + "\n", + "instructions = [\n", + " {\n", + " \"rule\": \"Actions `get`, `post`, `update`, `delete` must have the properties `tags`, `description`, `summary`, `operationId`, `parameters`, `response`.\",\n", + " \"example\": \"```\\n paths:\\n /products:\\nget:\\n tags:\\n - Products\\n summary: Service to fetch the list of products.\\n description: This service fetches the list of the products.\\n operationId: findAllProducts\\n parameters:\\n - name: brand\\n responses:\\n '200':\\n description: OK\\n ```\"\n", + " }\n", + "]" + ] + }, + { + "cell_type": "markdown", + "id": "e7947b5f-9a53-4f8f-83c7-5acc08e0e416", + "metadata": {}, + "source": [ + "The following variables are essential in the inference process:\n", + "\n", + "- **description:** This is the phrase that provides meaning to the API.\n", + "- **protocol and version:** These variables are related to the technical specification of the generated code.\n", + "- **additional information:** This variable allows us to include custom information. This information is incorporated exactly as specified in the variable." + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "d8b4db41-e90a-4616-8a2f-7a571cff7ffb", + "metadata": {}, + "outputs": [], + "source": [ + "description=\"An API for managing my finances\"\n", + "protocol=\"REST\"\n", + "version=\"3.0.3\"\n", + "additional_info={\n", + " \"servers\": [\n", + " {\n", + " \"url\": \"http://localhost:8080/\",\n", + " \"description\": \"Local environment\",\n", + " }\n", + " ],\n", + "}" + ] + }, + { + "cell_type": "markdown", + "id": "d007acb8-9cd8-4f16-8c5c-67aac517d548", + "metadata": {}, + "source": [ + "## 2. APIGenerator - Generate a new API." + ] + }, + { + "cell_type": "markdown", + "id": "6e2c3eb6-093d-4a92-9c83-cdcd77342172", + "metadata": {}, + "source": [ + "API Generator is in charge of creating a new REST API based on a knowledge base and some instructions. Example APIs are search based on their descriptions matching the description of the new API." + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "8c226a97-9afc-4a0b-8fd2-c019608657c9", + "metadata": {}, + "outputs": [], + "source": [ + "model_1 = APIGenerator(\n", + " language=\"en\",\n", + " n_samples=5,\n", + " api_version=version,\n", + " api_protocol=protocol,\n", + " api_style_instructions=[i[\"rule\"] for i in instructions],\n", + " model_provider_name=\"openai\",\n", + " model_name=\"gpt-3.5-turbo-16k\",\n", + " model_provider_token=os.environ.get(\n", + " \"OPENAI_API_KEY\",\n", + " \"\",\n", + " ),\n", + " verbose=True,\n", + " ).train(api_descriptions, api_codes)" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "a1a65ae1-da1a-4f9e-a680-031d5e477fe2", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " You are an API Designer that has to create an API file for your company. The expected file should be OpenAPI 3.0.3 REST API YAML. \n", + "\n", + "### RULES ###\n", + "\n", + " The API should fulfill the following rules: \n", + " - Actions `get`, `post`, `update`, `delete` must have the properties `tags`, `description`, `summary`, `operationId`, `parameters`, `response`. \n", + "\n", + "### EXAMPLES ###\n", + "\n", + "For doing so take into consideration `paths`, `schemas` and `parameters` from the following API (They are not complete, they just include the scaffolding):\n", + "\n", + "IBANAPI OpenApi documentation\n", + "```\n", + "openapi: 3.0.0\n", + "servers:\n", + "- description: IBANAPI Server\n", + " url: https://api.ibanapi.com/v1\n", + "info:\n", + " contact:\n", + " email: samy@ibanapi.com\n", + " description: IBANAPI OpenApi documentation\n", + " title: IBANAPI OpenApi Documentation\n", + " version: 1.0.0\n", + " x-apisguru-categories:\n", + " - financial\n", + " x-logo:\n", + " url: https://api.apis.guru/v2/cache/logo/https_ibanapi.com_assets_favicon_apple-touch-icon.png\n", + " x-origin:\n", + " - format: openapi\n", + " url: https://api.ibanapi.com/docs/api-docs.json\n", + " version: '3.0'\n", + " x-providerName: ibanapi.com\n", + "tags:\n", + "- description: API Endpoints of IBANAPI\n", + " name: IBANAPI\n", + "paths:\n", + " /balance:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " /validate:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " /validate-basic:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + "components:\n", + " parameters:\n", + " iban:\n", + " - description\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " schemas:\n", + " '400':\n", + " - properties\n", + " - type\n", + " '401':\n", + " - properties\n", + " - type\n", + " '403':\n", + " - properties\n", + " - type\n", + " '422':\n", + " - properties\n", + " - type\n", + " BalanceResponse:\n", + " - properties\n", + " - type\n", + " IBANResult:\n", + " - properties\n", + " - type\n", + " IBANResultBasic:\n", + " - properties\n", + " - type\n", + " securitySchemes:\n", + " api_key_security:\n", + " - description\n", + " - in\n", + " - name\n", + " - type\n", + "```\n", + "\n", + "The price is a fundamental building block for your listing on Walmart.com. You can use the price management APIs to set up and manage the price for a given item\n", + "```\n", + "openapi: 3.0.1\n", + "servers:\n", + "- description: Production URL\n", + " url: https://marketplace.walmartapis.com\n", + "- description: Sandbox URL\n", + " url: https://sandbox.walmartapis.com\n", + "info:\n", + " contact:\n", + " x-twitter: Walmart\n", + " description: The price is a fundamental building block for your listing on Walmart.com.\n", + " You can use the price management APIs to set up and manage the price for a given\n", + " item\n", + " title: Price Management\n", + " version: 1.0.0\n", + " x-apisguru-categories:\n", + " - ecommerce\n", + " x-logo:\n", + " url: https://api.apis.guru/v2/cache/logo/https_twitter.com_Walmart_profile_image.jpeg\n", + " x-origin:\n", + " - format: openapi\n", + " url: https://developer.walmart.com/api/detail\n", + " version: '3.0'\n", + " x-providerName: walmart.com\n", + " x-serviceName: price\n", + "security:\n", + "- {{}}\n", + "paths:\n", + " /v3/cppreference:\n", + " post:\n", + " - description\n", + " - externalDocs\n", + " - operationId\n", + " - parameters\n", + " - requestBody\n", + " - responses\n", + " - summary\n", + " - tags\n", + " /v3/feeds:\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - requestBody\n", + " - responses\n", + " - summary\n", + " - tags\n", + " /v3/price:\n", + " put:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - requestBody\n", + " - responses\n", + " - summary\n", + " - tags\n", + "components:\n", + " parameters:\n", + " accept:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " accessToken:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " authorization:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " channelType:\n", + " - description\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " content-type:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " correlationId:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " svcName:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " schemas:\n", + " CapProgramResponse:\n", + " - properties\n", + " - type\n", + " Cause:\n", + " - properties\n", + " - type\n", + " - xml\n", + " ComparisonPrice:\n", + " - description\n", + " - properties\n", + " - type\n", + " CurrentPrice:\n", + " - properties\n", + " - type\n", + " FeedId:\n", + " - properties\n", + " - type\n", + " GatewayError:\n", + " - properties\n", + " - required\n", + " - type\n", + " - xml\n", + " ItemPriceResponse:\n", + " - properties\n", + " - type\n", + " - xml\n", + " Price:\n", + " - properties\n", + " - required\n", + " - type\n", + " Pricing:\n", + " - properties\n", + " - required\n", + " - type\n", + " StatusInfo:\n", + " - properties\n", + " - type\n", + "```\n", + "\n", + "The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.\n", + "```\n", + "openapi: 3.0.0\n", + "servers:\n", + "- description: Xero API servers\n", + " url: https://api.xero.com/assets.xro/1.0\n", + "info:\n", + " contact:\n", + " email: api@xero.com\n", + " name: Xero Platform Team\n", + " url: https://developer.xero.com\n", + " x-twitter: XeroAPI\n", + " description: The Assets API exposes fixed asset related functions of the Xero Accounting\n", + " application and can be used for a variety of purposes such as creating assets,\n", + " retrieving asset valuations etc.\n", + " license:\n", + " name: MIT\n", + " url: https://github.com/XeroAPI/Xero-OpenAPI/blob/master/LICENSE\n", + " termsOfService: https://developer.xero.com/xero-developer-platform-terms-conditions/\n", + " title: Xero Assets API\n", + " version: 2.9.4\n", + " x-apisguru-categories:\n", + " - financial\n", + " x-origin:\n", + " - format: openapi\n", + " url: https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/master/xero_assets.yaml\n", + " version: '3.0'\n", + " x-providerName: xero.com\n", + " x-serviceName: xero_assets\n", + " x-logo:\n", + " url: https://api.apis.guru/v2/cache/logo/https_apis.guru_assets_images_no-logo.svg\n", + "paths:\n", + " /AssetTypes:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " parameters:\n", + " - $ref: '#/components/parameters/requiredHeader'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - requestBody\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " - x-hasAssetsValidationError\n", + " /Assets:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " parameters:\n", + " - $ref: '#/components/parameters/requiredHeader'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - requestBody\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " - x-hasAssetsValidationError\n", + " /Assets/{{id}}:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " parameters:\n", + " - $ref: '#/components/parameters/requiredHeader'\n", + " /Settings:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " parameters:\n", + " - $ref: '#/components/parameters/requiredHeader'\n", + "components:\n", + " parameters:\n", + " requiredHeader:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " schemas:\n", + " Asset:\n", + " - properties\n", + " - required\n", + " - type\n", + " AssetStatus:\n", + " - description\n", + " - enum\n", + " - example\n", + " - type\n", + " AssetStatusQueryParam:\n", + " - description\n", + " - enum\n", + " - example\n", + " - type\n", + " AssetType:\n", + " - properties\n", + " - required\n", + " - type\n", + " Assets:\n", + " - properties\n", + " - type\n", + " BookDepreciationDetail:\n", + " - properties\n", + " - required\n", + " BookDepreciationSetting:\n", + " - properties\n", + " - required\n", + " Error:\n", + " - externalDocs\n", + " - properties\n", + " - type\n", + " FieldValidationErrorsElement:\n", + " - externalDocs\n", + " - properties\n", + " - type\n", + " Pagination:\n", + " - properties\n", + " ResourceValidationErrorsElement:\n", + " - externalDocs\n", + " - properties\n", + " - type\n", + " Setting:\n", + " - properties\n", + " - required\n", + " - type\n", + " securitySchemes:\n", + " OAuth2:\n", + " - description\n", + " - flows\n", + " - type\n", + "```\n", + "\n", + "The Vonage Business Cloud Reports API enables you to retrieve call logs for your account.\n", + "```\n", + "openapi: 3.0.0\n", + "servers:\n", + "- url: https://api.vonage.com/t/vbc.prod/reports\n", + "info:\n", + " contact:\n", + " name: Vonage Business Cloud Support\n", + " url: https://businesssupport.vonage.com/contactus\n", + " description: 'The Vonage Business Cloud Reports API enables you to retrieve call\n", + " logs for your account.\n", + "\n", + "\n", + " Your application must subscribe to the Reports API suite to use this API.\n", + "\n", + " '\n", + " termsOfService: https://www.vonage.com/business/legal-policy-center/business-cloud/tos\n", + " title: Reports API\n", + " version: 1.0.1\n", + " x-origin:\n", + " - format: openapi\n", + " url: https://raw.githubusercontent.com/nexmo/api-specification/master/definitions/vonage-business-cloud/reports.yml\n", + " version: '3.0'\n", + " x-providerName: vonage.com\n", + " x-serviceName: reports\n", + " x-logo:\n", + " url: https://api.apis.guru/v2/cache/logo/https_apis.guru_assets_images_no-logo.svg\n", + "paths:\n", + " /accounts/{{account_id}}/call-logs:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - summary\n", + "components:\n", + " parameters:\n", + " AccountID:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " schemas:\n", + " CallLog:\n", + " - properties\n", + " - type\n", + " CallLogsEmbeddedObject:\n", + " - properties\n", + " - type\n", + " CallLogsHalResponse:\n", + " - properties\n", + " - type\n", + " DetailedInvalidParam:\n", + " - properties\n", + " - type\n", + " ErrorResponse:\n", + " - properties\n", + " - type\n", + " FirstHref:\n", + " - description\n", + " - properties\n", + " - type\n", + " LastHref:\n", + " - description\n", + " - properties\n", + " - type\n", + " Links:\n", + " - properties\n", + " - type\n", + " NextHref:\n", + " - description\n", + " - properties\n", + " - type\n", + " PrevHref:\n", + " - description\n", + " - properties\n", + " - type\n", + " SelfHref:\n", + " - description\n", + " - properties\n", + " - type\n", + " ValidationErrorsResponse:\n", + " - properties\n", + " - type\n", + " securitySchemes:\n", + " bearerAuth:\n", + " - bearerFormat\n", + " - scheme\n", + " - type\n", + "```\n", + "\n", + "The Google Play Game Management API allows developers to manage resources from the Google Play Game service.\n", + "```\n", + "openapi: 3.0.0\n", + "servers:\n", + "- url: https://gamesmanagement.googleapis.com/\n", + "info:\n", + " contact:\n", + " name: Google\n", + " url: https://google.com\n", + " x-twitter: youtube\n", + " description: The Google Play Game Management API allows developers to manage resources\n", + " from the Google Play Game service.\n", + " license:\n", + " name: Creative Commons Attribution 3.0\n", + " url: http://creativecommons.org/licenses/by/3.0/\n", + " termsOfService: https://developers.google.com/terms/\n", + " title: Google Play Game Management\n", + " version: v1management\n", + " x-apiClientRegistration:\n", + " url: https://console.developers.google.com\n", + " x-apisguru-categories:\n", + " - analytics\n", + " - media\n", + " x-logo:\n", + " url: https://api.apis.guru/v2/cache/logo/https_www.google.com_images_branding_googlelogo_2x_googlelogo_color_272x92dp.png\n", + " x-origin:\n", + " - format: google\n", + " url: https://gamesmanagement.googleapis.com/$discovery/rest?version=v1management\n", + " version: v1\n", + " x-providerName: googleapis.com\n", + " x-serviceName: gamesManagement\n", + "externalDocs:\n", + " url: https://developers.google.com/games/\n", + "tags:\n", + "- name: achievements\n", + "- name: applications\n", + "- name: events\n", + "- name: players\n", + "- name: scores\n", + "paths:\n", + " /games/v1management/achievements/reset:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/achievements/resetAllForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/achievements/resetMultipleForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - requestBody\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/achievements/{{achievementId}}/reset:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/achievements/{{achievementId}}/resetForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/applications/{{applicationId}}/players/hidden:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " /games/v1management/applications/{{applicationId}}/players/hidden/{{playerId}}:\n", + " delete:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/events/reset:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/events/resetAllForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/events/resetMultipleForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - requestBody\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/events/{{eventId}}/reset:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/events/{{eventId}}/resetForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/leaderboards/{{leaderboardId}}/scores/reset:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/leaderboards/{{leaderboardId}}/scores/resetForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/scores/reset:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/scores/resetAllForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/scores/resetMultipleForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - requestBody\n", + " - responses\n", + " - security\n", + " - tags\n", + "components:\n", + " parameters:\n", + " _.xgafv:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " access_token:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " alt:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " callback:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " fields:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " key:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " oauth_token:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " prettyPrint:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " quotaUser:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " uploadType:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " upload_protocol:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " schemas:\n", + " AchievementResetAllResponse:\n", + " - description\n", + " - properties\n", + " - type\n", + " AchievementResetMultipleForAllRequest:\n", + " - properties\n", + " - type\n", + " AchievementResetResponse:\n", + " - description\n", + " - properties\n", + " - type\n", + " EventsResetMultipleForAllRequest:\n", + " - description\n", + " - properties\n", + " - type\n", + " GamesPlayerExperienceInfoResource:\n", + " - description\n", + " - properties\n", + " - type\n", + " GamesPlayerLevelResource:\n", + " - description\n", + " - properties\n", + " - type\n", + " HiddenPlayer:\n", + " - description\n", + " - properties\n", + " - type\n", + " HiddenPlayerList:\n", + " - description\n", + " - properties\n", + " - type\n", + " Player:\n", + " - description\n", + " - properties\n", + " - type\n", + " PlayerScoreResetAllResponse:\n", + " - description\n", + " - properties\n", + " - type\n", + " PlayerScoreResetResponse:\n", + " - description\n", + " - properties\n", + " - type\n", + " ProfileSettings:\n", + " - description\n", + " - properties\n", + " - type\n", + " ScoresResetMultipleForAllRequest:\n", + " - properties\n", + " - type\n", + " securitySchemes:\n", + " Oauth2:\n", + " - description\n", + " - flows\n", + " - type\n", + " Oauth2c:\n", + " - description\n", + " - flows\n", + " - type\n", + "```\n", + "\n", + "\n", + "The API purpose is: \"An API for managing my finances.\" Please create a complete API and answer just with the code, following the previous RULES and the `paths`, `schemas` and `parameters` from the EXAMPLES.\n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " openapi: 3.0.3\n", + "servers:\n", + "- description: My Finances API Server\n", + " url: https://api.myfinances.com/v1\n", + "info:\n", + " contact:\n", + " email: api@myfinances.com\n", + " description: An API for managing my finances.\n", + " title: My Finances API\n", + " version: 1.0.0\n", + "tags:\n", + "- description: API Endpoints of My Finances\n", + " name: My Finances\n", + "paths:\n", + " /balance:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " description: Get the balance of my finances.\n", + " summary: Get Balance\n", + " operationId: getBalance\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the balance.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/BalanceResponse'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " description: Get a list of transactions.\n", + " summary: Get Transactions\n", + " operationId: getTransactions\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/startDate'\n", + " - $ref: '#/components/parameters/endDate'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the list of transactions.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " type: array\n", + " items:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " post:\n", + " tags:\n", + " - My Finances\n", + " description: Create a new transaction.\n", + " summary: Create Transaction\n", + " operationId: createTransaction\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '201':\n", + " description: Successful response indicating the transaction was created.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions/{id}:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " description: Get a specific transaction by ID.\n", + " summary: Get Transaction by ID\n", + " operationId: getTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the transaction.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " put:\n", + " tags:\n", + " - My Finances\n", + " description: Update a specific transaction by ID.\n", + " summary: Update Transaction by ID\n", + " operationId: updateTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '200':\n", + " description: Successful response indicating the transaction was updated.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " delete:\n", + " tags:\n", + " - My Finances\n", + " description: Delete a specific transaction by ID.\n", + " summary: Delete Transaction by ID\n", + " operationId: deleteTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '204':\n", + " description: Successful response indicating the transaction was deleted.\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + "components:\n", + " parameters:\n", + " accessToken:\n", + " - description: Access token for authentication.\n", + " in: header\n", + " name: Authorization\n", + " required: true\n", + " schema:\n", + " type: string\n", + " startDate:\n", + " - description: Start date of the transaction period.\n", + " in: query\n", + " name: startDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " endDate:\n", + " - description: End date of the transaction period.\n", + " in: query\n", + " name: endDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " id:\n", + " - description: ID of the transaction.\n", + " in: path\n", + " name: id\n", + " required: true\n", + " schema:\n", + " type: string\n", + " schemas:\n", + " BalanceResponse:\n", + " type: object\n", + " properties:\n", + " balance:\n", + " type: number\n", + " Transaction:\n", + " type: object\n", + " properties:\n", + " id:\n", + " type: string\n", + " date:\n", + " type: string\n", + " format: date\n", + " description:\n", + " type: string\n", + " amount:\n", + " type: number\n", + " category:\n", + " type: string\n", + " 400:\n", + " type: object\n", + " properties:\n", + " error:\n", + " type: string\n", + " 401:\n", + " type: object\n", + " properties:\n", + " error:\n", + " type: string\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " openapi: 3.0.3\n", + "servers:\n", + "- description: My Finances API Server\n", + " url: https://api.myfinances.com/v1\n", + "info:\n", + " contact:\n", + " email: api@myfinances.com\n", + " description: An API for managing my finances.\n", + " title: My Finances API\n", + " version: 1.0.0\n", + "tags:\n", + "- description: API Endpoints of My Finances\n", + " name: My Finances\n", + "paths:\n", + " /balance:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " description: Get the balance of my finances.\n", + " summary: Get Balance\n", + " operationId: getBalance\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the balance.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/BalanceResponse'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " description: Get a list of transactions.\n", + " summary: Get Transactions\n", + " operationId: getTransactions\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/startDate'\n", + " - $ref: '#/components/parameters/endDate'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the list of transactions.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " type: array\n", + " items:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " post:\n", + " tags:\n", + " - My Finances\n", + " description: Create a new transaction.\n", + " summary: Create Transaction\n", + " operationId: createTransaction\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '201':\n", + " description: Successful response indicating the transaction was created.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions/{id}:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " description: Get a specific transaction by ID.\n", + " summary: Get Transaction by ID\n", + " operationId: getTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the transaction.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " put:\n", + " tags:\n", + " - My Finances\n", + " description: Update a specific transaction by ID.\n", + " summary: Update Transaction by ID\n", + " operationId: updateTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '200':\n", + " description: Successful response indicating the transaction was updated.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " delete:\n", + " tags:\n", + " - My Finances\n", + " description: Delete a specific transaction by ID.\n", + " summary: Delete Transaction by ID\n", + " operationId: deleteTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '204':\n", + " description: Successful response indicating the transaction was deleted.\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + "components:\n", + " parameters:\n", + " accessToken:\n", + " - description: Access token for authentication.\n", + " in: header\n", + " name: Authorization\n", + " required: true\n", + " schema:\n", + " type: string\n", + " startDate:\n", + " - description: Start date of the transaction period.\n", + " in: query\n", + " name: startDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " endDate:\n", + " - description: End date of the transaction period.\n", + " in: query\n", + " name: endDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " id:\n", + " - description: ID of the transaction.\n", + " in: path\n", + " name: id\n", + " required: true\n", + " schema:\n", + " type: string\n", + " schemas:\n", + " BalanceResponse:\n", + " type: object\n", + " properties:\n", + " balance:\n", + " type: number\n", + " Transaction:\n", + " type: object\n", + " properties:\n", + " id:\n", + " type: string\n", + " date:\n", + " type: string\n", + " format: date\n", + " description:\n", + " type: string\n", + " amount:\n", + " type: number\n", + " category:\n", + " type: string\n", + " 400:\n", + " type: object\n", + " properties:\n", + " error:\n", + " type: string\n", + " 401:\n", + " type: object\n", + " properties:\n", + " error:\n", + " type: string\n" + ] + } + ], + "source": [ + "api = model_1.predict([description])[0]" + ] + }, + { + "cell_type": "markdown", + "id": "24d715d2-ac1a-4d29-be0f-0e0197d6244e", + "metadata": {}, + "source": [ + "## API Formatter - Correct an API" + ] + }, + { + "cell_type": "markdown", + "id": "c4648a85-d5d2-4a39-b7c2-59db53d0e6bb", + "metadata": {}, + "source": [ + "The API Formatter processes an API specification, providing instructions to the Language Model (LLM) for correction and formatting based on the given instructions. Additionally, its parser handles schemas and parameters, replacing coincidental information with details extracted from example APIs. The objective is to maximize the reuse of information throughout the formatting process." + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "c0a2acc0-a5de-4155-8963-51a2d1f877ba", + "metadata": {}, + "outputs": [], + "source": [ + "model_2 = APIFormatter(\n", + " language=\"en\",\n", + " api_version=version,\n", + " api_protocol=protocol,\n", + " api_style_instructions=[\n", + " \"For example:\\n\\n\".join(i.values()) for i in instructions\n", + " ],\n", + " model_provider_name=\"openai\",\n", + " model_name=\"gpt-3.5-turbo-16k\",\n", + " model_provider_token=os.environ.get(\n", + " \"OPENAI_API_KEY\",\n", + " \"\",\n", + " ),\n", + " verbose=True,\n", + " ).train(api_codes)" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "4baccad9-20fd-48a6-adb4-d75d2335a3ac", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I want you to complete and correct an openAPI file. The expected file should be OpenAPI 3.0.3 REST API YAML. \n", + "\n", + "### RULES ###\n", + "\n", + "\n", + "Make sure that the API should fulfill the following requirements: \n", + " - Actions `get`, `post`, `update`, `delete` must have the properties `tags`, `description`, `summary`, `operationId`, `parameters`, `response`.For example:\n", + "\n", + "```\n", + " paths:\n", + " /products:\n", + "get:\n", + " tags:\n", + " - Products\n", + " summary: Service to fetch the list of products.\n", + " description: This service fetches the list of the products.\n", + " operationId: findAllProducts\n", + " parameters:\n", + " - name: brand\n", + " responses:\n", + " '200':\n", + " description: OK\n", + " ```\n", + "The API that you have to correct is:\n", + "```\n", + "openapi: 3.0.3\n", + "servers:\n", + "- url: http://localhost:8080/\n", + " description: Local environment\n", + "info:\n", + " contact:\n", + " email: api@myfinances.com\n", + " description: An API for managing my finances.\n", + " title: My Finances API\n", + " version: 1.0.0\n", + "tags:\n", + "- description: API Endpoints of My Finances\n", + " name: My Finances\n", + "paths:\n", + " /balance:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Balance\n", + " description: Get the balance of my finances.\n", + " operationId: getBalance\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the balance.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/BalanceResponse'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Transactions\n", + " description: Get a list of transactions.\n", + " operationId: getTransactions\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/startDate'\n", + " - $ref: '#/components/parameters/endDate'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the list of transactions.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " type: array\n", + " items:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " post:\n", + " tags:\n", + " - My Finances\n", + " summary: Create Transaction\n", + " description: Create a new transaction.\n", + " operationId: createTransaction\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '201':\n", + " description: Successful response indicating the transaction was created.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions/{{id}}:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Transaction by ID\n", + " description: Get a specific transaction by ID.\n", + " operationId: getTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the transaction.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " put:\n", + " tags:\n", + " - My Finances\n", + " summary: Update Transaction by ID\n", + " description: Update a specific transaction by ID.\n", + " operationId: updateTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '200':\n", + " description: Successful response indicating the transaction was updated.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " delete:\n", + " tags:\n", + " - My Finances\n", + " summary: Delete Transaction by ID\n", + " description: Delete a specific transaction by ID.\n", + " operationId: deleteTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '204':\n", + " description: Successful response indicating the transaction was deleted.\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + "components:\n", + " parameters:\n", + " accessToken:\n", + " description: The access token retrieved in the Token API call\n", + " example: eyJraWQiOiIzZjVhYTFmNS1hYWE5LTQzM.....\n", + " in: header\n", + " name: WM_SEC.ACCESS_TOKEN\n", + " required: true\n", + " schema:\n", + " type: string\n", + " startDate:\n", + " description: Start date of the transaction period.\n", + " in: query\n", + " name: startDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " endDate:\n", + " description: End date of the transaction period.\n", + " in: query\n", + " name: endDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " id:\n", + " description: ID of the record you are acting upon.\n", + " in: path\n", + " name: id\n", + " required: true\n", + " schema:\n", + " type: string\n", + " schemas:\n", + " BalanceResponse:\n", + " properties:\n", + " data:\n", + " example:\n", + " bank_balance: 100\n", + " basic_balance: 2000\n", + " expiry_date: 2021-05-16\n", + " type: object\n", + " message:\n", + " example: SUCCESS\n", + " type: string\n", + " result:\n", + " example: '200'\n", + " type: integer\n", + " type: object\n", + " Transaction:\n", + " allOf:\n", + " - properties:\n", + " accountId:\n", + " description: The unique identifier of the bank account.\n", + " minLength: 1\n", + " type: string\n", + " amount:\n", + " description: The amount of the bank transaction.\n", + " type: number\n", + " authorizedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date the bank transaction was authorized.\n", + " code:\n", + " $ref: '#/components/schemas/Transaction/definitions/transactionCode'\n", + " currency:\n", + " description: The currency of the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " description:\n", + " description: The description of the bank transaction.\n", + " nullable: true\n", + " type: string\n", + " id:\n", + " description: The unique identifier of the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " merchantName:\n", + " description: The name of the merchant.\n", + " nullable: true\n", + " type: string\n", + " postedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date the bank transaction was cleared.\n", + " transactionCategoryRef:\n", + " $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryRef'\n", + " type: object\n", + " - $ref: '#/components/schemas/ModifiedDates'\n", + " definitions:\n", + " transactionCode:\n", + " description: Code to identify the underlying transaction.\n", + " enum:\n", + " - Unknown\n", + " - Fee\n", + " - Payment\n", + " - Cash\n", + " - Transfer\n", + " - Interest\n", + " - Cashback\n", + " - Cheque\n", + " - DirectDebit\n", + " - Purchase\n", + " - StandingOrder\n", + " - Adjustment\n", + " - Credit\n", + " - Other\n", + " - NotSupported\n", + " type: string\n", + " x-internal: true\n", + " description: 'The Banking Transactions data type provides an immutable source\n", + " of up-to-date information on income and expenditure.\n", + "\n", + "\n", + " Responses are paged, so you should provide `page` and `pageSize` query parameters\n", + " in your request.\n", + "\n", + "\n", + " View the coverage for banking transactions in the [Data Coverage Explorer](https://knowledge.codat.io/supported-features/banking?view=tab-by-data-type&dataType=banking-transactions).'\n", + " examples:\n", + " - accountId: 1703194f-7805-4da8-bac0-2ba5da4a4216\n", + " amount: 5062.39\n", + " authorizedDate: 2021-07-06 00:00:00\n", + " currency: GBP\n", + " description: Payments for direct income ce149943-c157-43fc-aac7-42a716b655b6\n", + " id: 0130b5bb-1419-40f6-8a27-7362d0381229\n", + " merchantName: New Look\n", + " modifiedDate: 2022-05-23 16:32:50+00:00\n", + " postedDate: 2021-07-06 00:00:00\n", + " sourceModifiedDate: 2021-06-28 10:48:12\n", + " transactionCategoryRef:\n", + " id: health-and-fitness-sports\n", + " required:\n", + " - id\n", + " - accountId\n", + " - currency\n", + " title: Transaction\n", + " type: object\n", + " '400':\n", + " properties:\n", + " data:\n", + " example: '{{}}'\n", + " type: object\n", + " message:\n", + " example: Your balance is exhausted\n", + " type: string\n", + " result:\n", + " example: '400'\n", + " type: integer\n", + " type: object\n", + " '401':\n", + " properties:\n", + " data:\n", + " example: '{{}}'\n", + " type: object\n", + " message:\n", + " example: Your package has expired\n", + " type: string\n", + " result:\n", + " example: '401'\n", + " type: integer\n", + " type: object\n", + " DateTime:\n", + " description: \"In Codat's data model, dates and times are represented using the\\\n", + " \\ ISO 8601 standard. Date and time fields are formatted as strings;\\\n", + " \\ for example:\\n\\n```\\n2020-10-08T22:40:50Z\\n2021-01-01T00:00:00\\n```\\n\\n\\n\\\n", + " \\nWhen syncing data that contains `DateTime` fields from Codat, make sure\\\n", + " \\ you support the following cases when reading time information:\\n\\n- Coordinated\\\n", + " \\ Universal Time (UTC): `2021-11-15T06:00:00Z`\\n- Unqualified local time:\\\n", + " \\ `2021-11-15T01:00:00`\\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\\n\\\n", + " \\n> Time zones\\n> \\n> Not all dates from Codat will contain information about\\\n", + " \\ time zones. \\n> Where it is not available from the underlying platform,\\\n", + " \\ Codat will return these as times local to the business whose data has been\\\n", + " \\ synced.\"\n", + " example: 2022-10-23 00:00:00+00:00\n", + " title: Date time\n", + " type: string\n", + " TransactionCategory:\n", + " allOf:\n", + " - description: Status of the bank transaction category.\n", + " properties:\n", + " hasChildren:\n", + " description: A Boolean indicating whether there are other bank transaction\n", + " categories beneath this one in the hierarchy.\n", + " type: boolean\n", + " id:\n", + " description: The unique identifier of the bank transaction category.\n", + " minLength: 1\n", + " type: string\n", + " name:\n", + " description: The name of the bank transaction category.\n", + " minLength: 1\n", + " type: string\n", + " parentId:\n", + " description: The unique identifier of the parent bank transaction category.\n", + " nullable: true\n", + " type: string\n", + " status:\n", + " $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryStatus'\n", + " type: object\n", + " - $ref: '#/components/schemas/ModifiedDates'\n", + " definitions:\n", + " transactionCategoryRef:\n", + " description: An object of bank transaction category reference data.\n", + " properties:\n", + " id:\n", + " description: The unique category reference id for the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " name:\n", + " description: The category name reference for the bank transaction.\n", + " nullable: true\n", + " type: string\n", + " required:\n", + " - id\n", + " type: object\n", + " x-internal: true\n", + " transactionCategoryStatus:\n", + " enum:\n", + " - Unknown\n", + " - Active\n", + " - Archived\n", + " type: string\n", + " x-internal: true\n", + " description: 'The Banking Transaction Categories data type provides a list of\n", + " hierarchical categories associated with a transaction for greater contextual\n", + " meaning to transaction activity.\n", + "\n", + "\n", + " Responses are paged, so you should provide `page` and `pageSize` query parameters\n", + " in your request.'\n", + " examples:\n", + " - hasChildren: true\n", + " id: auto-and-transport\n", + " modifiedDate: 2022-05-23 16:32:50\n", + " name: Auto & Transport\n", + " sourceModifiedDate: 2021-04-24 07:59:10\n", + " status: Active\n", + " required:\n", + " - id\n", + " - name\n", + " title: Transaction Category\n", + " type: object\n", + " ModifiedDates:\n", + " allOf:\n", + " - $ref: '#/components/schemas/ModifiedDate'\n", + " - $ref: '#/components/schemas/SourceModifiedDate'\n", + " x-internal: true\n", + " ModifiedDate:\n", + " properties:\n", + " modifiedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date on which this record was last modified in Codat.\n", + " title: ModifiedDate\n", + " type: object\n", + " x-internal: true\n", + " SourceModifiedDate:\n", + " properties:\n", + " sourceModifiedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date on which this record was last modified in the originating\n", + " system\n", + " title: Source Modified Date\n", + " type: object\n", + " x-internal: true\n", + "\n", + "```\n", + " \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " openapi: 3.0.3\n", + "servers:\n", + "- url: http://localhost:8080/\n", + " description: Local environment\n", + "info:\n", + " contact:\n", + " email: api@myfinances.com\n", + " description: An API for managing my finances.\n", + " title: My Finances API\n", + " version: 1.0.0\n", + "tags:\n", + "- description: API Endpoints of My Finances\n", + " name: My Finances\n", + "paths:\n", + " /balance:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Balance\n", + " description: Get the balance of my finances.\n", + " operationId: getBalance\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the balance.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/BalanceResponse'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Transactions\n", + " description: Get a list of transactions.\n", + " operationId: getTransactions\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/startDate'\n", + " - $ref: '#/components/parameters/endDate'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the list of transactions.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " type: array\n", + " items:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " post:\n", + " tags:\n", + " - My Finances\n", + " summary: Create Transaction\n", + " description: Create a new transaction.\n", + " operationId: createTransaction\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '201':\n", + " description: Successful response indicating the transaction was created.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions/{id}:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Transaction by ID\n", + " description: Get a specific transaction by ID.\n", + " operationId: getTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the transaction.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " put:\n", + " tags:\n", + " - My Finances\n", + " summary: Update Transaction by ID\n", + " description: Update a specific transaction by ID.\n", + " operationId: updateTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '200':\n", + " description: Successful response indicating the transaction was updated.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " delete:\n", + " tags:\n", + " - My Finances\n", + " summary: Delete Transaction by ID\n", + " description: Delete a specific transaction by ID.\n", + " operationId: deleteTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '204':\n", + " description: Successful response indicating the transaction was deleted.\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + "components:\n", + " parameters:\n", + " accessToken:\n", + " description: The access token retrieved in the Token API call\n", + " example: eyJraWQiOiIzZjVhYTFmNS1hYWE5LTQzM.....\n", + " in: header\n", + " name: WM_SEC.ACCESS_TOKEN\n", + " required: true\n", + " schema:\n", + " type: string\n", + " startDate:\n", + " description: Start date of the transaction period.\n", + " in: query\n", + " name: startDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " endDate:\n", + " description: End date of the transaction period.\n", + " in: query\n", + " name: endDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " id:\n", + " description: ID of the record you are acting upon.\n", + " in: path\n", + " name: id\n", + " required: true\n", + " schema:\n", + " type: string\n", + " schemas:\n", + " BalanceResponse:\n", + " properties:\n", + " data:\n", + " example:\n", + " bank_balance: 100\n", + " basic_balance: 2000\n", + " expiry_date: 2021-05-16\n", + " type: object\n", + " message:\n", + " example: SUCCESS\n", + " type: string\n", + " result:\n", + " example: '200'\n", + " type: integer\n", + " type: object\n", + " Transaction:\n", + " allOf:\n", + " - properties:\n", + " accountId:\n", + " description: The unique identifier of the bank account.\n", + " minLength: 1\n", + " type: string\n", + " amount:\n", + " description: The amount of the bank transaction.\n", + " type: number\n", + " authorizedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date the bank transaction was authorized.\n", + " code:\n", + " $ref: '#/components/schemas/Transaction/definitions/transactionCode'\n", + " currency:\n", + " description: The currency of the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " description:\n", + " description: The description of the bank transaction.\n", + " nullable: true\n", + " type: string\n", + " id:\n", + " description: The unique identifier of the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " merchantName:\n", + " description: The name of the merchant.\n", + " nullable: true\n", + " type: string\n", + " postedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date the bank transaction was cleared.\n", + " transactionCategoryRef:\n", + " $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryRef'\n", + " type: object\n", + " - $ref: '#/components/schemas/ModifiedDates'\n", + " definitions:\n", + " transactionCode:\n", + " description: Code to identify the underlying transaction.\n", + " enum:\n", + " - Unknown\n", + " - Fee\n", + " - Payment\n", + " - Cash\n", + " - Transfer\n", + " - Interest\n", + " - Cashback\n", + " - Cheque\n", + " - DirectDebit\n", + " - Purchase\n", + " - StandingOrder\n", + " - Adjustment\n", + " - Credit\n", + " - Other\n", + " - NotSupported\n", + " type: string\n", + " x-internal: true\n", + " description: 'The Banking Transactions data type provides an immutable source\n", + " of up-to-date information on income and expenditure.\n", + "\n", + "\n", + " Responses are paged, so you should provide `page` and `pageSize` query parameters\n", + " in your request.\n", + "\n", + "\n", + " View the coverage for banking transactions in the [Data Coverage Explorer](https://knowledge.codat.io/supported-features/banking?view=tab-by-data-type&dataType=banking-transactions).'\n", + " examples:\n", + " - accountId: 1703194f-7805-4da8-bac0-2ba5da4a4216\n", + " amount: 5062.39\n", + " authorizedDate: 2021-07-06 00:00:00\n", + " currency: GBP\n", + " description: Payments for direct income ce149943-c157-43fc-aac7-42a716b655b6\n", + " id: 0130b5bb-1419-40f6-8a27-7362d0381229\n", + " merchantName: New Look\n", + " modifiedDate: 2022-05-23 16:32:50+00:00\n", + " postedDate: 2021-07-06 00:00:00\n", + " sourceModifiedDate: 2021-06-28 10:48:12\n", + " transactionCategoryRef:\n", + " id: health-and-fitness-sports\n", + " required:\n", + " - id\n", + " - accountId\n", + " - currency\n", + " title: Transaction\n", + " type: object\n", + " '400':\n", + " properties:\n", + " data:\n", + " example: '{{}}'\n", + " type: object\n", + " message:\n", + " example: Your balance is exhausted\n", + " type: string\n", + " result:\n", + " example: '400'\n", + " type: integer\n", + " type: object\n", + " '401':\n", + " properties:\n", + " data:\n", + " example: '{{}}'\n", + " type: object\n", + " message:\n", + " example: Your package has expired\n", + " type: string\n", + " result:\n", + " example: '401'\n", + " type: integer\n", + " type: object\n", + " DateTime:\n", + " description: \"In Codat's data model, dates and times are represented using the\\\n", + " \\ ISO 8601 standard. Date and time fields are formatted as strings;\\\n", + " \\ for example:\\n\\n```\\n2020-10-08T22:40:50Z\\n2021-01-01T00:00:00\\n```\\n\\n\\n\\\n", + " \\nWhen syncing data that contains `DateTime` fields from Codat, make sure\\\n", + " \\ you support the following cases when reading time information:\\n\\n- Coordinated\\\n", + " \\ Universal Time (UTC): `2021-11-15T06:00:00Z`\\n- Unqualified local time:\\\n", + " \\ `2021-11-15T01:00:00`\\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\\n\\\n", + " \\n> Time zones\\n> \\n> Not all dates from Codat will contain information about\\\n", + " \\ time zones. \\n> Where it is not available from the underlying platform,\\\n", + " \\ Codat will return these as times local to the business whose data has been\\\n", + " \\ synced.\"\n", + " example: 2022-10-23 00:00:00+00:00\n", + " title: Date time\n", + " type: string\n", + " TransactionCategory:\n", + " allOf:\n", + " - description: Status of the bank transaction category.\n", + " properties:\n", + " hasChildren:\n", + " description: A Boolean indicating whether there are other bank transaction\n", + " categories beneath this one in the hierarchy.\n", + " type: boolean\n", + " id:\n", + " description: The unique identifier of the bank transaction category.\n", + " minLength: 1\n", + " type: string\n", + " name:\n", + " description: The name of the bank transaction category.\n", + " minLength: 1\n", + " type: string\n", + " parentId:\n", + " description: The unique identifier of the parent bank transaction category.\n", + " nullable: true\n", + " type: string\n", + " status:\n", + " $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryStatus'\n", + " type: object\n", + " - $ref: '#/components/schemas/ModifiedDates'\n", + " definitions:\n", + " transactionCategoryRef:\n", + " description: An object of bank transaction category reference data.\n", + " properties:\n", + " id:\n", + " description: The unique category reference id for the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " name:\n", + " description: The category name reference for the bank transaction.\n", + " nullable: true\n", + " type: string\n", + " required:\n", + " - id\n", + " type: object\n", + " x-internal: true\n", + " transactionCategoryStatus:\n", + " enum:\n", + " - Unknown\n", + " - Active\n", + " - Archived\n", + " type: string\n", + " x-internal: true\n", + " description: 'The Banking Transaction Categories data type provides a list of\n", + " hierarchical categories associated with a transaction for greater contextual\n", + " meaning to transaction activity.\n", + "\n", + "\n", + " Responses are paged, so you should provide `page` and `pageSize` query parameters\n", + " in your request.'\n", + " examples:\n", + " - hasChildren: true\n", + " id: auto-and-transport\n", + " modifiedDate: 2022-05-23 16:32:50\n", + " name: Auto & Transport\n", + " sourceModifiedDate: 2021-04-24 07:59:10\n", + " status: Active\n", + " required:\n", + " - id\n", + " - name\n", + " title: Transaction Category\n", + " type: object\n", + " ModifiedDates:\n", + " allOf:\n", + " - $ref: '#/components/schemas/ModifiedDate'\n", + " - $ref: '#/components/schemas/SourceModifiedDate'\n", + " x-internal: true\n", + " ModifiedDate:\n", + " properties:\n", + " modifiedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date on which this record was last modified in Codat.\n", + " title: ModifiedDate\n", + " type: object\n", + " x-internal: true\n", + " SourceModifiedDate:\n", + " properties:\n", + " sourceModifiedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date on which this record was last modified in the originating\n", + " system\n", + " title: Source Modified Date\n", + " type: object\n", + " x-internal: true\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " \\n2020-10-08T22:40:50Z\\n2021-01-01T00:00:00\\n\n" + ] + }, + { + "ename": "AttributeError", + "evalue": "'str' object has no attribute 'get'", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mAttributeError\u001b[0m Traceback (most recent call last)", + "Cell \u001b[0;32mIn[7], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m api \u001b[38;5;241m=\u001b[39m \u001b[43mmodel_2\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mpredict\u001b[49m\u001b[43m(\u001b[49m\u001b[43m[\u001b[49m\u001b[43mapi\u001b[49m\u001b[43m]\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43madditional_info\u001b[49m\u001b[43m)\u001b[49m[\u001b[38;5;241m0\u001b[39m]\n", + "File \u001b[0;32m~/Documents/Promptmeteo/examples/../promptmeteo/api_formatter.py:286\u001b[0m, in \u001b[0;36mAPIFormatter.predict\u001b[0;34m(self, api_codes, external_info)\u001b[0m\n\u001b[1;32m 284\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m deepcopy(api_codes)\n\u001b[1;32m 285\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m \u001b[38;5;28msuper\u001b[39m(APIFormatter, \u001b[38;5;28mself\u001b[39m)\u001b[38;5;241m.\u001b[39mpredict(examples\u001b[38;5;241m=\u001b[39m_api_codes)\n\u001b[0;32m--> 286\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m \u001b[43m[\u001b[49m\u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_replace\u001b[49m\u001b[43m(\u001b[49m\u001b[43mapi\u001b[49m\u001b[43m)\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;28;43;01mfor\u001b[39;49;00m\u001b[43m \u001b[49m\u001b[43mapi\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;129;43;01min\u001b[39;49;00m\u001b[43m \u001b[49m\u001b[43m_api_codes\u001b[49m\u001b[43m]\u001b[49m\n\u001b[1;32m 287\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m [\n\u001b[1;32m 288\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_add_external_information(api, external_info)\n\u001b[1;32m 289\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m api \u001b[38;5;129;01min\u001b[39;00m _api_codes\n\u001b[1;32m 290\u001b[0m ]\n\u001b[1;32m 291\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m _api_codes\n", + "File \u001b[0;32m~/Documents/Promptmeteo/examples/../promptmeteo/api_formatter.py:286\u001b[0m, in \u001b[0;36m\u001b[0;34m(.0)\u001b[0m\n\u001b[1;32m 284\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m deepcopy(api_codes)\n\u001b[1;32m 285\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m \u001b[38;5;28msuper\u001b[39m(APIFormatter, \u001b[38;5;28mself\u001b[39m)\u001b[38;5;241m.\u001b[39mpredict(examples\u001b[38;5;241m=\u001b[39m_api_codes)\n\u001b[0;32m--> 286\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m [\u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_replace\u001b[49m\u001b[43m(\u001b[49m\u001b[43mapi\u001b[49m\u001b[43m)\u001b[49m \u001b[38;5;28;01mfor\u001b[39;00m api \u001b[38;5;129;01min\u001b[39;00m _api_codes]\n\u001b[1;32m 287\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m [\n\u001b[1;32m 288\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_add_external_information(api, external_info)\n\u001b[1;32m 289\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m api \u001b[38;5;129;01min\u001b[39;00m _api_codes\n\u001b[1;32m 290\u001b[0m ]\n\u001b[1;32m 291\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m _api_codes\n", + "File \u001b[0;32m~/Documents/Promptmeteo/examples/../promptmeteo/api_formatter.py:304\u001b[0m, in \u001b[0;36mAPIFormatter._replace\u001b[0;34m(self, api)\u001b[0m\n\u001b[1;32m 302\u001b[0m \u001b[38;5;66;03m# Replace entities\u001b[39;00m\n\u001b[1;32m 303\u001b[0m api \u001b[38;5;241m=\u001b[39m yaml\u001b[38;5;241m.\u001b[39mload(api, Loader\u001b[38;5;241m=\u001b[39myaml\u001b[38;5;241m.\u001b[39mFullLoader)\n\u001b[0;32m--> 304\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m entity \u001b[38;5;129;01min\u001b[39;00m \u001b[43mapi\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mget\u001b[49m(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mcomponents\u001b[39m\u001b[38;5;124m\"\u001b[39m, {})\u001b[38;5;241m.\u001b[39mget(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mschemas\u001b[39m\u001b[38;5;124m\"\u001b[39m, {})\u001b[38;5;241m.\u001b[39mkeys():\n\u001b[1;32m 305\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m entity \u001b[38;5;129;01min\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_entities:\n\u001b[1;32m 306\u001b[0m api[\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mcomponents\u001b[39m\u001b[38;5;124m\"\u001b[39m][\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mschemas\u001b[39m\u001b[38;5;124m\"\u001b[39m][entity] \u001b[38;5;241m=\u001b[39m yaml\u001b[38;5;241m.\u001b[39mload(\n\u001b[1;32m 307\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_entities[entity], Loader\u001b[38;5;241m=\u001b[39myaml\u001b[38;5;241m.\u001b[39mFullLoader\n\u001b[1;32m 308\u001b[0m )\n", + "\u001b[0;31mAttributeError\u001b[0m: 'str' object has no attribute 'get'" + ] + } + ], + "source": [ + "api = model_2.predict([api], additional_info)[0]" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "c8a73183-a202-46a6-a910-dfa53d1587c9", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "openapi: 3.0.3\n", + "servers:\n", + "- url: http://localhost:8080/\n", + " description: Local environment\n", + "info:\n", + " contact:\n", + " email: api@myfinances.com\n", + " description: An API for managing my finances.\n", + " title: My Finances API\n", + " version: 1.0.0\n", + "tags:\n", + "- description: API Endpoints of My Finances\n", + " name: My Finances\n", + "paths:\n", + " /balance:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Balance\n", + " description: Get the balance of my finances.\n", + " operationId: getBalance\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the balance.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/BalanceResponse'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Transactions\n", + " description: Get a list of transactions.\n", + " operationId: getTransactions\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/startDate'\n", + " - $ref: '#/components/parameters/endDate'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the list of transactions.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " type: array\n", + " items:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " post:\n", + " tags:\n", + " - My Finances\n", + " summary: Create Transaction\n", + " description: Create a new transaction.\n", + " operationId: createTransaction\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '201':\n", + " description: Successful response indicating the transaction was created.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions/{id}:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Transaction by ID\n", + " description: Get a specific transaction by ID.\n", + " operationId: getTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the transaction.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " put:\n", + " tags:\n", + " - My Finances\n", + " summary: Update Transaction by ID\n", + " description: Update a specific transaction by ID.\n", + " operationId: updateTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '200':\n", + " description: Successful response indicating the transaction was updated.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " delete:\n", + " tags:\n", + " - My Finances\n", + " summary: Delete Transaction by ID\n", + " description: Delete a specific transaction by ID.\n", + " operationId: deleteTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '204':\n", + " description: Successful response indicating the transaction was deleted.\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + "components:\n", + " parameters:\n", + " accessToken:\n", + " description: The access token retrieved in the Token API call\n", + " example: eyJraWQiOiIzZjVhYTFmNS1hYWE5LTQzM.....\n", + " in: header\n", + " name: WM_SEC.ACCESS_TOKEN\n", + " required: true\n", + " schema:\n", + " type: string\n", + " startDate:\n", + " description: Start date of the transaction period.\n", + " in: query\n", + " name: startDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " endDate:\n", + " description: End date of the transaction period.\n", + " in: query\n", + " name: endDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " id:\n", + " description: ID of the record you are acting upon.\n", + " in: path\n", + " name: id\n", + " required: true\n", + " schema:\n", + " type: string\n", + " schemas:\n", + " BalanceResponse:\n", + " properties:\n", + " data:\n", + " example:\n", + " bank_balance: 100\n", + " basic_balance: 2000\n", + " expiry_date: 2021-05-16\n", + " type: object\n", + " message:\n", + " example: SUCCESS\n", + " type: string\n", + " result:\n", + " example: '200'\n", + " type: integer\n", + " type: object\n", + " Transaction:\n", + " allOf:\n", + " - properties:\n", + " accountId:\n", + " description: The unique identifier of the bank account.\n", + " minLength: 1\n", + " type: string\n", + " amount:\n", + " description: The amount of the bank transaction.\n", + " type: number\n", + " authorizedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date the bank transaction was authorized.\n", + " code:\n", + " $ref: '#/components/schemas/Transaction/definitions/transactionCode'\n", + " currency:\n", + " description: The currency of the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " description:\n", + " description: The description of the bank transaction.\n", + " nullable: true\n", + " type: string\n", + " id:\n", + " description: The unique identifier of the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " merchantName:\n", + " description: The name of the merchant.\n", + " nullable: true\n", + " type: string\n", + " postedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date the bank transaction was cleared.\n", + " transactionCategoryRef:\n", + " $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryRef'\n", + " type: object\n", + " - $ref: '#/components/schemas/ModifiedDates'\n", + " definitions:\n", + " transactionCode:\n", + " description: Code to identify the underlying transaction.\n", + " enum:\n", + " - Unknown\n", + " - Fee\n", + " - Payment\n", + " - Cash\n", + " - Transfer\n", + " - Interest\n", + " - Cashback\n", + " - Cheque\n", + " - DirectDebit\n", + " - Purchase\n", + " - StandingOrder\n", + " - Adjustment\n", + " - Credit\n", + " - Other\n", + " - NotSupported\n", + " type: string\n", + " x-internal: true\n", + " description: 'The Banking Transactions data type provides an immutable source\n", + " of up-to-date information on income and expenditure.\n", + "\n", + "\n", + " Responses are paged, so you should provide `page` and `pageSize` query parameters\n", + " in your request.\n", + "\n", + "\n", + " View the coverage for banking transactions in the [Data Coverage Explorer](https://knowledge.codat.io/supported-features/banking?view=tab-by-data-type&dataType=banking-transactions).'\n", + " examples:\n", + " - accountId: 1703194f-7805-4da8-bac0-2ba5da4a4216\n", + " amount: 5062.39\n", + " authorizedDate: 2021-07-06 00:00:00\n", + " currency: GBP\n", + " description: Payments for direct income ce149943-c157-43fc-aac7-42a716b655b6\n", + " id: 0130b5bb-1419-40f6-8a27-7362d0381229\n", + " merchantName: New Look\n", + " modifiedDate: 2022-05-23 16:32:50+00:00\n", + " postedDate: 2021-07-06 00:00:00\n", + " sourceModifiedDate: 2021-06-28 10:48:12\n", + " transactionCategoryRef:\n", + " id: health-and-fitness-sports\n", + " required:\n", + " - id\n", + " - accountId\n", + " - currency\n", + " title: Transaction\n", + " type: object\n", + " '400':\n", + " properties:\n", + " data:\n", + " example: '{}'\n", + " type: object\n", + " message:\n", + " example: Your balance is exhausted\n", + " type: string\n", + " result:\n", + " example: '400'\n", + " type: integer\n", + " type: object\n", + " '401':\n", + " properties:\n", + " data:\n", + " example: '{}'\n", + " type: object\n", + " message:\n", + " example: Your package has expired\n", + " type: string\n", + " result:\n", + " example: '401'\n", + " type: integer\n", + " type: object\n", + " DateTime:\n", + " description: \"In Codat's data model, dates and times are represented using the\\\n", + " \\ ISO 8601 standard. Date and time fields are formatted as strings;\\\n", + " \\ for example:\\n\\n```\\n2020-10-08T22:40:50Z\\n2021-01-01T00:00:00\\n```\\n\\n\\n\\\n", + " \\nWhen syncing data that contains `DateTime` fields from Codat, make sure\\\n", + " \\ you support the following cases when reading time information:\\n\\n- Coordinated\\\n", + " \\ Universal Time (UTC): `2021-11-15T06:00:00Z`\\n- Unqualified local time:\\\n", + " \\ `2021-11-15T01:00:00`\\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\\n\\\n", + " \\n> Time zones\\n> \\n> Not all dates from Codat will contain information about\\\n", + " \\ time zones. \\n> Where it is not available from the underlying platform,\\\n", + " \\ Codat will return these as times local to the business whose data has been\\\n", + " \\ synced.\"\n", + " example: 2022-10-23 00:00:00+00:00\n", + " title: Date time\n", + " type: string\n", + " TransactionCategory:\n", + " allOf:\n", + " - description: Status of the bank transaction category.\n", + " properties:\n", + " hasChildren:\n", + " description: A Boolean indicating whether there are other bank transaction\n", + " categories beneath this one in the hierarchy.\n", + " type: boolean\n", + " id:\n", + " description: The unique identifier of the bank transaction category.\n", + " minLength: 1\n", + " type: string\n", + " name:\n", + " description: The name of the bank transaction category.\n", + " minLength: 1\n", + " type: string\n", + " parentId:\n", + " description: The unique identifier of the parent bank transaction category.\n", + " nullable: true\n", + " type: string\n", + " status:\n", + " $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryStatus'\n", + " type: object\n", + " - $ref: '#/components/schemas/ModifiedDates'\n", + " definitions:\n", + " transactionCategoryRef:\n", + " description: An object of bank transaction category reference data.\n", + " properties:\n", + " id:\n", + " description: The unique category reference id for the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " name:\n", + " description: The category name reference for the bank transaction.\n", + " nullable: true\n", + " type: string\n", + " required:\n", + " - id\n", + " type: object\n", + " x-internal: true\n", + " transactionCategoryStatus:\n", + " enum:\n", + " - Unknown\n", + " - Active\n", + " - Archived\n", + " type: string\n", + " x-internal: true\n", + " description: 'The Banking Transaction Categories data type provides a list of\n", + " hierarchical categories associated with a transaction for greater contextual\n", + " meaning to transaction activity.\n", + "\n", + "\n", + " Responses are paged, so you should provide `page` and `pageSize` query parameters\n", + " in your request.'\n", + " examples:\n", + " - hasChildren: true\n", + " id: auto-and-transport\n", + " modifiedDate: 2022-05-23 16:32:50\n", + " name: Auto & Transport\n", + " sourceModifiedDate: 2021-04-24 07:59:10\n", + " status: Active\n", + " required:\n", + " - id\n", + " - name\n", + " title: Transaction Category\n", + " type: object\n", + " ModifiedDates:\n", + " allOf:\n", + " - $ref: '#/components/schemas/ModifiedDate'\n", + " - $ref: '#/components/schemas/SourceModifiedDate'\n", + " x-internal: true\n", + " ModifiedDate:\n", + " properties:\n", + " modifiedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date on which this record was last modified in Codat.\n", + " title: ModifiedDate\n", + " type: object\n", + " x-internal: true\n", + " SourceModifiedDate:\n", + " properties:\n", + " sourceModifiedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date on which this record was last modified in the originating\n", + " system\n", + " title: Source Modified Date\n", + " type: object\n", + " x-internal: true\n", + "\n" + ] + } + ], + "source": [ + "print(api)" + ] + }, + { + "cell_type": "markdown", + "id": "6f43c63d-b523-418b-bee8-6faf65186e61", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "37078106-46f9-4f2b-8719-199fef2aad51", + "metadata": {}, + "source": [ + " \n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.6" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/_sources/quickstart.rst.txt b/_sources/quickstart.rst.txt index 341d3a4..56dae5f 100644 --- a/_sources/quickstart.rst.txt +++ b/_sources/quickstart.rst.txt @@ -28,7 +28,7 @@ You can make a prediction directly indicating the model and calling the method ` ✨ Train the task ------------------------- -You can also include examples to improve the results by calling the method `train()` +You can also include examples to improve the results by calling the method `train()`. .. code-block:: python @@ -46,7 +46,7 @@ You can also include examples to improve the results by calling the method `trai ✨ Save a trained task ------------------------- -Once the model is trained it can be saved locally +Once the model is trained it can be saved locally... .. code-block:: console @@ -55,7 +55,7 @@ Once the model is trained it can be saved locally ✨ Load a trained task ------------------------- -and loaded again to make new predictions +... and loaded again to make new predictions. .. code-block:: python @@ -75,7 +75,7 @@ and loaded again to make new predictions [['positive']] -Models can also be loaded without instantiating the class by using load_model as a function instead of a method: +Models can also be loaded without instantiating the class by using `.load_model()` as a function instead of a method: .. code-block:: python diff --git a/_static/nbsphinx-broken-thumbnail.svg b/_static/nbsphinx-broken-thumbnail.svg new file mode 100644 index 0000000..4919ca8 --- /dev/null +++ b/_static/nbsphinx-broken-thumbnail.svg @@ -0,0 +1,9 @@ + + + + diff --git a/_static/nbsphinx-code-cells.css b/_static/nbsphinx-code-cells.css new file mode 100644 index 0000000..a3fb27c --- /dev/null +++ b/_static/nbsphinx-code-cells.css @@ -0,0 +1,259 @@ +/* remove conflicting styling from Sphinx themes */ +div.nbinput.container div.prompt *, +div.nboutput.container div.prompt *, +div.nbinput.container div.input_area pre, +div.nboutput.container div.output_area pre, +div.nbinput.container div.input_area .highlight, +div.nboutput.container div.output_area .highlight { + border: none; + padding: 0; + margin: 0; + box-shadow: none; +} + +div.nbinput.container > div[class*=highlight], +div.nboutput.container > div[class*=highlight] { + margin: 0; +} + +div.nbinput.container div.prompt *, +div.nboutput.container div.prompt * { + background: none; +} + +div.nboutput.container div.output_area .highlight, +div.nboutput.container div.output_area pre { + background: unset; +} + +div.nboutput.container div.output_area div.highlight { + color: unset; /* override Pygments text color */ +} + +/* avoid gaps between output lines */ +div.nboutput.container div[class*=highlight] pre { + line-height: normal; +} + +/* input/output containers */ +div.nbinput.container, +div.nboutput.container { + display: -webkit-flex; + display: flex; + align-items: flex-start; + margin: 0; + width: 100%; +} +@media (max-width: 540px) { + div.nbinput.container, + div.nboutput.container { + flex-direction: column; + } +} + +/* input container */ +div.nbinput.container { + padding-top: 5px; +} + +/* last container */ +div.nblast.container { + padding-bottom: 5px; +} + +/* input prompt */ +div.nbinput.container div.prompt pre, +/* for sphinx_immaterial theme: */ +div.nbinput.container div.prompt pre > code { + color: #307FC1; +} + +/* output prompt */ +div.nboutput.container div.prompt pre, +/* for sphinx_immaterial theme: */ +div.nboutput.container div.prompt pre > code { + color: #BF5B3D; +} + +/* all prompts */ +div.nbinput.container div.prompt, +div.nboutput.container div.prompt { + width: 4.5ex; + padding-top: 5px; + position: relative; + user-select: none; +} + +div.nbinput.container div.prompt > div, +div.nboutput.container div.prompt > div { + position: absolute; + right: 0; + margin-right: 0.3ex; +} + +@media (max-width: 540px) { + div.nbinput.container div.prompt, + div.nboutput.container div.prompt { + width: unset; + text-align: left; + padding: 0.4em; + } + div.nboutput.container div.prompt.empty { + padding: 0; + } + + div.nbinput.container div.prompt > div, + div.nboutput.container div.prompt > div { + position: unset; + } +} + +/* disable scrollbars and line breaks on prompts */ +div.nbinput.container div.prompt pre, +div.nboutput.container div.prompt pre { + overflow: hidden; + white-space: pre; +} + +/* input/output area */ +div.nbinput.container div.input_area, +div.nboutput.container div.output_area { + -webkit-flex: 1; + flex: 1; + overflow: auto; +} +@media (max-width: 540px) { + div.nbinput.container div.input_area, + div.nboutput.container div.output_area { + width: 100%; + } +} + +/* input area */ +div.nbinput.container div.input_area { + border: 1px solid #e0e0e0; + border-radius: 2px; + /*background: #f5f5f5;*/ +} + +/* override MathJax center alignment in output cells */ +div.nboutput.container div[class*=MathJax] { + text-align: left !important; +} + +/* override sphinx.ext.imgmath center alignment in output cells */ +div.nboutput.container div.math p { + text-align: left; +} + +/* standard error */ +div.nboutput.container div.output_area.stderr { + background: #fdd; +} + +/* ANSI colors */ +.ansi-black-fg { color: #3E424D; } +.ansi-black-bg { background-color: #3E424D; } +.ansi-black-intense-fg { color: #282C36; } +.ansi-black-intense-bg { background-color: #282C36; } +.ansi-red-fg { color: #E75C58; } +.ansi-red-bg { background-color: #E75C58; } +.ansi-red-intense-fg { color: #B22B31; } +.ansi-red-intense-bg { background-color: #B22B31; } +.ansi-green-fg { color: #00A250; } +.ansi-green-bg { background-color: #00A250; } +.ansi-green-intense-fg { color: #007427; } +.ansi-green-intense-bg { background-color: #007427; } +.ansi-yellow-fg { color: #DDB62B; } +.ansi-yellow-bg { background-color: #DDB62B; } +.ansi-yellow-intense-fg { color: #B27D12; } +.ansi-yellow-intense-bg { background-color: #B27D12; } +.ansi-blue-fg { color: #208FFB; } +.ansi-blue-bg { background-color: #208FFB; } +.ansi-blue-intense-fg { color: #0065CA; } +.ansi-blue-intense-bg { background-color: #0065CA; } +.ansi-magenta-fg { color: #D160C4; } +.ansi-magenta-bg { background-color: #D160C4; } +.ansi-magenta-intense-fg { color: #A03196; } +.ansi-magenta-intense-bg { background-color: #A03196; } +.ansi-cyan-fg { color: #60C6C8; } +.ansi-cyan-bg { background-color: #60C6C8; } +.ansi-cyan-intense-fg { color: #258F8F; } +.ansi-cyan-intense-bg { background-color: #258F8F; } +.ansi-white-fg { color: #C5C1B4; } +.ansi-white-bg { background-color: #C5C1B4; } +.ansi-white-intense-fg { color: #A1A6B2; } +.ansi-white-intense-bg { background-color: #A1A6B2; } + +.ansi-default-inverse-fg { color: #FFFFFF; } +.ansi-default-inverse-bg { background-color: #000000; } + +.ansi-bold { font-weight: bold; } +.ansi-underline { text-decoration: underline; } + + +div.nbinput.container div.input_area div[class*=highlight] > pre, +div.nboutput.container div.output_area div[class*=highlight] > pre, +div.nboutput.container div.output_area div[class*=highlight].math, +div.nboutput.container div.output_area.rendered_html, +div.nboutput.container div.output_area > div.output_javascript, +div.nboutput.container div.output_area:not(.rendered_html) > img{ + padding: 5px; + margin: 0; +} + +/* fix copybtn overflow problem in chromium (needed for 'sphinx_copybutton') */ +div.nbinput.container div.input_area > div[class^='highlight'], +div.nboutput.container div.output_area > div[class^='highlight']{ + overflow-y: hidden; +} + +/* hide copy button on prompts for 'sphinx_copybutton' extension ... */ +.prompt .copybtn, +/* ... and 'sphinx_immaterial' theme */ +.prompt .md-clipboard.md-icon { + display: none; +} + +/* Some additional styling taken form the Jupyter notebook CSS */ +.jp-RenderedHTMLCommon table, +div.rendered_html table { + border: none; + border-collapse: collapse; + border-spacing: 0; + color: black; + font-size: 12px; + table-layout: fixed; +} +.jp-RenderedHTMLCommon thead, +div.rendered_html thead { + border-bottom: 1px solid black; + vertical-align: bottom; +} +.jp-RenderedHTMLCommon tr, +.jp-RenderedHTMLCommon th, +.jp-RenderedHTMLCommon td, +div.rendered_html tr, +div.rendered_html th, +div.rendered_html td { + text-align: right; + vertical-align: middle; + padding: 0.5em 0.5em; + line-height: normal; + white-space: normal; + max-width: none; + border: none; +} +.jp-RenderedHTMLCommon th, +div.rendered_html th { + font-weight: bold; +} +.jp-RenderedHTMLCommon tbody tr:nth-child(odd), +div.rendered_html tbody tr:nth-child(odd) { + background: #f5f5f5; +} +.jp-RenderedHTMLCommon tbody tr:hover, +div.rendered_html tbody tr:hover { + background: rgba(66, 165, 245, 0.2); +} + diff --git a/_static/nbsphinx-gallery.css b/_static/nbsphinx-gallery.css new file mode 100644 index 0000000..365c27a --- /dev/null +++ b/_static/nbsphinx-gallery.css @@ -0,0 +1,31 @@ +.nbsphinx-gallery { + display: grid; + grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); + gap: 5px; + margin-top: 1em; + margin-bottom: 1em; +} + +.nbsphinx-gallery > a { + padding: 5px; + border: 1px dotted currentColor; + border-radius: 2px; + text-align: center; +} + +.nbsphinx-gallery > a:hover { + border-style: solid; +} + +.nbsphinx-gallery img { + max-width: 100%; + max-height: 100%; +} + +.nbsphinx-gallery > a > div:first-child { + display: flex; + align-items: start; + justify-content: center; + height: 120px; + margin-bottom: 5px; +} diff --git a/_static/nbsphinx-no-thumbnail.svg b/_static/nbsphinx-no-thumbnail.svg new file mode 100644 index 0000000..9dca758 --- /dev/null +++ b/_static/nbsphinx-no-thumbnail.svg @@ -0,0 +1,9 @@ + + + + diff --git a/classes.html b/classes.html index 9b3fd5e..f74c4e6 100644 --- a/classes.html +++ b/classes.html @@ -3,7 +3,7 @@ - + 👻 Classes - 🔥🧔 @@ -164,6 +164,14 @@ +

Example notebooks

+
@@ -599,7 +607,15 @@

👻 Classes - + +
+
+ Next +
+
Promptmeteo Usage - Save and Load Model
+
+ +
@@ -209,7 +217,7 @@

🚀 How do we do it?

🏠 Prebuilt tasks#

-

The project incorporates high-level objects designed to address various NLP tasks, including text classification, Named Entity Recognition, and code generation. These objects only require configuration parameters for execution, eliminating the need to parse the output from the Language Model Models (LLMs).

+

The project incorporates high-level objects designed to address various NLP tasks, including text classification, named entity recognition, and code generation. These objects only require configuration parameters for execution, eliminating the need to parse the output from the LLMs.

⚙️ Ease of Deployment#

@@ -400,5 +408,6 @@

✅ Available Models + \ No newline at end of file diff --git a/genindex.html b/genindex.html index a8523df..53f5a6b 100644 --- a/genindex.html +++ b/genindex.html @@ -162,6 +162,14 @@ +

Example notebooks

+ @@ -1364,5 +1372,6 @@

V

+ \ No newline at end of file diff --git a/index.html b/index.html index 7faed98..d97e44d 100644 --- a/index.html +++ b/index.html @@ -164,6 +164,14 @@ +

Example notebooks

+ @@ -199,7 +207,7 @@

Promptmeteo 🔥🧔#

-

Promptmeteo is a Python library for Prompt Engineering built over LangChain. It simplifies the utilization of Language Model Models (LLMs) for various tasks through a low-code interface. To achieve this, Promptmeteo can employ different LLM models and dynamically generate prompts for specific tasks based on just a few configuration parameters.

+

Promptmeteo is a Python library for prompt engineering built over LangChain. It simplifies the utilization of large language models (LLMs) for various tasks through a low-code interface. To achieve this, Promptmeteo can employ different LLM models and dynamically generate prompts for specific tasks based on just a few configuration parameters.

Contents:

+
@@ -291,5 +309,6 @@

Promptmeteo 🔥🧔 + \ No newline at end of file diff --git a/install.html b/install.html index 235dc5f..f89af18 100644 --- a/install.html +++ b/install.html @@ -164,6 +164,14 @@ +

Example notebooks

+ @@ -333,5 +341,6 @@

AWS Bedrock + \ No newline at end of file diff --git a/modules.html b/modules.html index 38c3a5b..1211045 100644 --- a/modules.html +++ b/modules.html @@ -164,6 +164,14 @@ +

Example notebooks

+ @@ -432,5 +440,6 @@

promptmeteo + \ No newline at end of file diff --git a/notebooks/01_promptmeteo_usage.html b/notebooks/01_promptmeteo_usage.html new file mode 100644 index 0000000..9ec3a58 --- /dev/null +++ b/notebooks/01_promptmeteo_usage.html @@ -0,0 +1,536 @@ + + + + + + + + + Promptmeteo Usage - Save and Load Model - 🔥🧔 + + + + + + + + + + + + + + + + + Contents + + + + + + Menu + + + + + + + + Expand + + + + + + Light mode + + + + + + + + + + + + + + Dark mode + + + + + + + Auto light/dark mode + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+ +
+ +
+
+ +
+
+
+ + + + + Back to top + +
+ +
+ +
+ +
+
+
+

Promptmeteo Usage - Save and Load Model#

+
+

1. Create a model#

+
+

1.1 Instance a DocumentClassifier#

+

In this example, we are going to create a model that performs a classic NLP task: document classification. It’s one of the tasks inPromptmeteo has a specific task to do that

+
+
[1]:
+
+
+
import sys; sys.path.append('..')
+from promptmeteo import DocumentClassifier
+
+clf = DocumentClassifier(
+        language            = 'en',
+        model_provider_name = 'hf_pipeline',
+        model_name          = 'google/flan-t5-small',
+        prompt_labels       = ['positive', 'negative']
+    )
+
+
+
+
+
+

1.2 Prompt Templates#

+

First, we need to write a helper function to print YAML files in a proper way.

+
+
[2]:
+
+
+
import yaml
+
+def prompt_print(prompt: str):
+    """Prints YAML prompts in a nice way.
+    """
+    yaml_prompt = yaml.safe_load(prompt)
+    for key, value in yaml_prompt.items():
+        print(key, "\n", value)
+
+
+
+
+

1.2.1 Predefined prompt templates#

+

Promptmeteo has predefined prompt templates for each of the availables languages, models and tasks. This allows the user not to wonder about defining the prefect prompt but rather, to parametrize the prompt with the parameters of the use case. For the document classification task in english with OpenAI, the prompt template is:

+
+
[3]:
+
+
+
prompt_print(clf.task.prompt.PROMPT_EXAMPLE)
+
+
+
+
+
+
+
+
+TEMPLATE
+ I need you to help me with a text classification task. {__PROMPT_DOMAIN__} {__PROMPT_LABELS__}
+{__CHAIN_THOUGHT__} {__ANSWER_FORMAT__}
+PROMPT_DOMAIN
+ The texts you will be processing are from the {__DOMAIN__} domain.
+PROMPT_LABELS
+ I want you to classify the texts into one of the following categories: {__LABELS__}.
+PROMPT_DETAIL
+
+CHAIN_THOUGHT
+
+ANSWER_FORMAT
+ In your response, include only the name of the class predicted.
+
+
+
+
+

1.2.2 Prompt text - Prompt injection#

+

This template is used to build a prompt text by adding the stament bellow into the template. This technique is called prompt injection

+
+
[4]:
+
+
+
prompt_print(clf.task.prompt.template)
+
+
+
+
+
+
+
+
+I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories
+ positive, negative. In your response, include only the name of the class predicted.
+
+
+
+
+

1.2.3 Injecting labels - Zero-shot Prompting#

+

We can see tha not only the prompt has beenn build correctly, but also the labels ['positive', 'negative'] from the class inicialitations has been injected. Given the labels without more examples is called Zero-shot prompting

+

I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: positive, negative. Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without +punctuation, and without adding any other statements or words.

+
+
+
+
+
+

2. Train a model#

+
+

2.1 Train function#

+

The model can be trained by giving examples to the function train()

+
+
[5]:
+
+
+
clf = clf.train(
+    examples    = ['i am happy', 'I like it', 'I hate it'],
+    annotations = ['positive', 'positive', 'negative'],
+)
+
+
+
+
+
+

2.2 Examples Injection - Few-shot prompting#

+

When a new sample cames, the examples are added to the prompt to help the model to improve the answers. This technique is called Few-show prompting. This examples are choosed rom those that are more related to the new sample passes for makein inference. We can see that now, the prompt with the examples has the following aspect

+
+
[6]:
+
+
+
print(clf.task._get_prompt('NEW EXAMPLE'))
+
+
+
+
+
+
+
+
+ I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: positive, negative.
+ In your response, include only the name of the class predicted.
+
+INPUT: I like it
+OUTPUT: positive
+
+INPUT: I hate it
+OUTPUT: negative
+
+INPUT: i am happy
+OUTPUT: positive
+
+INPUT: NEW EXAMPLE
+OUTPUT:
+
+
+
+
+

2.3 Save Model - FAISS#

+

The examples given to the function train are saved in a vectorstore in local (with FAISS) and this vectorstore can be serialized to disk. Saving this examples in disk allow us to easily reuse it from new use cases without having to recover the original data again

+
+
[7]:
+
+
+
clf.save_model('my_classifier.meteo')
+
+
+
+
+
[7]:
+
+
+
+
+<promptmeteo.document_classifier.DocumentClassifier at 0x7f32142f4d50>
+
+
+
+
+
+
+

3. Load a model#

+
+

3.1 Model creation#

+

For reloading a model we have to intanciate a DocumentClassifier and use the function load_model()

+
+
[14]:
+
+
+
from promptmeteo import DocumentClassifier
+
+new_clf = DocumentClassifier(
+        language            = 'en',
+        model_provider_name = 'hf_pipeline',
+        model_name          = 'google/flan-t5-small',
+        prompt_labels       = ['positive', 'negative']
+    ).load_model('my_classifier.meteo')
+
+
+
+
+
+

3.2 Predict new data#

+

By calling the function predict() we can use the prompt created with the examples loaded again to predict the classification over new data

+
+
[15]:
+
+
+
new_clf.predict(['so cool!!'])
+
+
+
+
+
[15]:
+
+
+
+
+[['positive']]
+
+
+
+
+
+
+

4 Conclusions#

+
    +
  • In this example we have shown how Promptmeteo can be used as a machine learning frameworks such as Scikit-Learn o Pytorch. It has a similar interface with allows to save the results from the training in a binary file and reuse it. This eases the integration of LLM solution in ML pipeline tools such as Sagemaker or Vertex.

  • +
  • Promptmeteo does not only include code data to simplify the integration to LLM model and services. It also include predefined Prompt Engineer logic for different models and tasks. It allows to focus on developing a solution rather than writting prompts, and ensures that the prompt has been tested correctly by Promptmeteo, which make this kind os solution less error-prone.

  • +
+
+
+ +
+
+ +
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/notebooks/01_promptmeteo_usage.ipynb b/notebooks/01_promptmeteo_usage.ipynb new file mode 100644 index 0000000..44c7f9d --- /dev/null +++ b/notebooks/01_promptmeteo_usage.ipynb @@ -0,0 +1,529 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "b559000b-5af7-49ed-8e0a-c9c4765167f0", + "metadata": {}, + "source": [ + "# Promptmeteo Usage - Save and Load Model" + ] + }, + { + "cell_type": "markdown", + "id": "22d34032-bdaa-4317-94ef-432793c2a1dd", + "metadata": {}, + "source": [ + "## 1. Create a model" + ] + }, + { + "cell_type": "markdown", + "id": "c404b619-fdbb-4306-be6c-d145c4de1043", + "metadata": {}, + "source": [ + "### 1.1 Instance a DocumentClassifier\n", + "In this example, we are going to create a model that performs a classic NLP task: document classification. It's one of the tasks inPromptmeteo has a specific task to do that" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "4106fe4b-4ee3-4763-a54a-7dcfe9febc89", + "metadata": {}, + "outputs": [], + "source": [ + "import sys; sys.path.append('..')\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "clf = DocumentClassifier(\n", + " language = 'en',\n", + " model_provider_name = 'hf_pipeline',\n", + " model_name = 'google/flan-t5-small',\n", + " prompt_labels = ['positive', 'negative']\n", + " )" + ] + }, + { + "cell_type": "markdown", + "id": "fd0d8729-635c-4ee9-b59f-d3a9646cf253", + "metadata": {}, + "source": [ + "### 1.2 Prompt Templates\n", + "First, we need to write a helper function to print YAML files in a proper way." + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "5c6baaf4", + "metadata": {}, + "outputs": [], + "source": [ + "import yaml\n", + "\n", + "def prompt_print(prompt: str):\n", + " \"\"\"Prints YAML prompts in a nice way.\n", + " \"\"\"\n", + " yaml_prompt = yaml.safe_load(prompt)\n", + " for key, value in yaml_prompt.items():\n", + " print(key, \"\\n\", value)" + ] + }, + { + "cell_type": "markdown", + "id": "c7bed89f-1fea-4d23-a56a-1076990147c4", + "metadata": {}, + "source": [ + "#### 1.2.1 Predefined prompt templates" + ] + }, + { + "cell_type": "markdown", + "id": "e533b297-de29-4e55-8404-1d58c424db5f", + "metadata": {}, + "source": [ + "Promptmeteo has predefined prompt templates for each of the availables languages, models and tasks. This allows the user not to wonder about defining the prefect prompt but rather, to parametrize the prompt with the parameters of the use case. For the document classification task in english with OpenAI, the prompt template is:" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "29a6f79c-95ca-4fe9-a945-6c8379888d64", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "TEMPLATE \n", + " I need you to help me with a text classification task. {__PROMPT_DOMAIN__} {__PROMPT_LABELS__}\n", + "{__CHAIN_THOUGHT__} {__ANSWER_FORMAT__}\n", + "PROMPT_DOMAIN \n", + " The texts you will be processing are from the {__DOMAIN__} domain.\n", + "PROMPT_LABELS \n", + " I want you to classify the texts into one of the following categories: {__LABELS__}.\n", + "PROMPT_DETAIL \n", + " \n", + "CHAIN_THOUGHT \n", + " \n", + "ANSWER_FORMAT \n", + " In your response, include only the name of the class predicted.\n" + ] + } + ], + "source": [ + "prompt_print(clf.task.prompt.PROMPT_EXAMPLE)" + ] + }, + { + "cell_type": "markdown", + "id": "c5f9379c-fcfe-4736-84be-47ce75196afb", + "metadata": {}, + "source": [ + " " + ] + }, + { + "cell_type": "markdown", + "id": "744b81ee-2bac-4e20-9860-9670fddf1b55", + "metadata": {}, + "source": [ + "#### 1.2.2 Prompt text - Prompt injection" + ] + }, + { + "cell_type": "markdown", + "id": "a45d81af-4601-4366-94f5-09bc9039890b", + "metadata": {}, + "source": [ + "This template is used to build a prompt text by adding the stament bellow into the template. This technique is called **prompt injection**" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "a89220b2-de0d-48a3-9f80-d624f5d877d9", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "I need you to help me with a text classification task. I want you to classify the texts into one of the following categories \n", + " positive, negative. In your response, include only the name of the class predicted.\n" + ] + } + ], + "source": [ + "prompt_print(clf.task.prompt.template)" + ] + }, + { + "cell_type": "markdown", + "id": "3d9870f4-f36d-490c-86cc-e7fa7bba1165", + "metadata": {}, + "source": [ + " " + ] + }, + { + "cell_type": "markdown", + "id": "17cf474a-1003-477b-8f92-2cc898a3b7b3", + "metadata": {}, + "source": [ + "#### 1.2.3 Injecting labels - Zero-shot Prompting" + ] + }, + { + "cell_type": "markdown", + "id": "81a5bf76-0eb0-442e-9f45-77472a7acb70", + "metadata": {}, + "source": [ + "We can see tha not only the prompt has beenn build correctly, but also the labels `['positive', 'negative']` from the class inicialitations has been injected. Given the labels without more examples is called **Zero-shot prompting**" + ] + }, + { + "cell_type": "markdown", + "id": "00571ba9-d404-4342-bb7d-138823f1216f", + "metadata": {}, + "source": [ + "I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: **positive, negative.**\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n" + ] + }, + { + "cell_type": "markdown", + "id": "fe750dc3-ba7d-4403-bd1a-68e2e6177718", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "a37bca87-fa99-4143-9564-e7ae9364510a", + "metadata": {}, + "source": [ + "---" + ] + }, + { + "cell_type": "markdown", + "id": "2a8098ae-bad4-43f3-8c0b-4f7cceab8b6a", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "8c362572-35c8-4319-bed5-517484430d76", + "metadata": {}, + "source": [ + "## 2. Train a model" + ] + }, + { + "cell_type": "markdown", + "id": "65ba3d55-1061-43b7-acfd-13ff8d83370f", + "metadata": {}, + "source": [ + "### 2.1 Train function" + ] + }, + { + "cell_type": "markdown", + "id": "0707a324-78a1-4b58-b318-5f2808eb3620", + "metadata": {}, + "source": [ + "The model can be trained by giving examples to the function `train()`" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "dc3141d3-8c0b-4dac-a472-cccd4c3d4540", + "metadata": {}, + "outputs": [], + "source": [ + "clf = clf.train(\n", + " examples = ['i am happy', 'I like it', 'I hate it'],\n", + " annotations = ['positive', 'positive', 'negative'],\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "4adbbf2a-c7ee-43d3-a445-2a94f53a4301", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "c2df6a6d-4d38-4e42-a045-22d7e463a224", + "metadata": {}, + "source": [ + "### 2.2 Examples Injection - Few-shot prompting" + ] + }, + { + "cell_type": "markdown", + "id": "1591ccbb-25ab-4610-9f9d-9e4a6313cac2", + "metadata": {}, + "source": [ + "When a new sample cames, the examples are added to the prompt to help the model to improve the answers. This technique is called **Few-show prompting**. This examples are choosed rom those that are more related to the new sample passes for makein inference. We can see that now, the prompt with the examples has the following aspect" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "092ffb73-2bc8-42db-afb1-ca885c75962c", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: positive, negative.\n", + " In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like it\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I hate it\n", + "OUTPUT: negative\n", + "\n", + "INPUT: i am happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: NEW EXAMPLE\n", + "OUTPUT: \n" + ] + } + ], + "source": [ + "print(clf.task._get_prompt('NEW EXAMPLE'))" + ] + }, + { + "cell_type": "markdown", + "id": "94a7f3b4-d40d-4757-91d3-823e2455c706", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "f711ac62-309a-441c-adfb-aa009d0cd334", + "metadata": {}, + "source": [ + "### 2.3 Save Model - FAISS" + ] + }, + { + "cell_type": "markdown", + "id": "37d27b6a-3696-44d0-a234-7a36615ce524", + "metadata": {}, + "source": [ + "The examples given to the function train are saved in a vectorstore in local (with FAISS) and this vectorstore can be serialized to disk. Saving this examples in disk allow us to easily reuse it from new use cases without having to recover the original data again" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "c748ded2-28a3-4e03-a813-f62e454f16c6", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "clf.save_model('my_classifier.meteo')" + ] + }, + { + "cell_type": "markdown", + "id": "969a2ae5-8745-4e23-8167-b3d0fea79c61", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "b2eb332b-2a95-4733-b221-03909f059e5e", + "metadata": {}, + "source": [ + "---" + ] + }, + { + "cell_type": "markdown", + "id": "d0e50993-018e-4fac-93f7-5f4db4fbb369", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "f5544d1b-eacf-4deb-a04c-22627123ce98", + "metadata": {}, + "source": [ + "## 3. Load a model" + ] + }, + { + "cell_type": "markdown", + "id": "7c2fe212-4dc9-4303-90c2-3cb670b10195", + "metadata": {}, + "source": [ + "### 3.1 Model creation" + ] + }, + { + "cell_type": "markdown", + "id": "f8e2c604-67c7-4834-8552-d69206762eb1", + "metadata": {}, + "source": [ + "For reloading a model we have to intanciate a `DocumentClassifier` and use the function `load_model()`" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "cae37b63-2780-4581-8dac-89a1919c0c64", + "metadata": {}, + "outputs": [], + "source": [ + "from promptmeteo import DocumentClassifier\n", + "\n", + "new_clf = DocumentClassifier(\n", + " language = 'en',\n", + " model_provider_name = 'hf_pipeline',\n", + " model_name = 'google/flan-t5-small',\n", + " prompt_labels = ['positive', 'negative']\n", + " ).load_model('my_classifier.meteo')" + ] + }, + { + "cell_type": "markdown", + "id": "032f27c6-1b71-4299-ad38-fa23230cee30", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "382efddf-7688-46a7-b4ef-2955b3be8cee", + "metadata": {}, + "source": [ + "### 3.2 Predict new data" + ] + }, + { + "cell_type": "markdown", + "id": "69571f3e-9e19-4956-bc41-2ae2aff2717e", + "metadata": {}, + "source": [ + "By calling the function `predict()` we can use the prompt created with the examples loaded again to predict the classification over new data" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "298b74ce-20a8-44b3-b946-65a7000f35ee", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[['positive']]" + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "new_clf.predict(['so cool!!'])" + ] + }, + { + "cell_type": "markdown", + "id": "e44d96c7-601b-4391-9660-85c91a74d6d2", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "e3cd2c84-23a6-4eba-933d-89725978dc3b", + "metadata": {}, + "source": [ + "---" + ] + }, + { + "cell_type": "markdown", + "id": "0247bb95-6491-42bf-80a6-762c133b2c41", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "961d2939-3941-4714-9f69-082fa391c017", + "metadata": {}, + "source": [ + "## 4 Conclusions" + ] + }, + { + "cell_type": "markdown", + "id": "89aa2277-0785-4143-9a88-d7cd7be528ea", + "metadata": {}, + "source": [ + "* In this example we have shown how Promptmeteo can be used as a machine learning frameworks such as Scikit-Learn o Pytorch. It has a similar interface with allows to save the results from the training in a binary file and reuse it. This eases the integration of LLM solution in ML pipeline tools such as Sagemaker or Vertex.\n", + "\n", + "* Promptmeteo does not only include code data to simplify the integration to LLM model and services. It also include predefined Prompt Engineer logic for different models and tasks. It allows to focus on developing a solution rather than writting prompts, and ensures that the prompt has been tested correctly by Promptmeteo, which make this kind os solution less error-prone." + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.6" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/02_model_tuning.html b/notebooks/02_model_tuning.html new file mode 100644 index 0000000..903712e --- /dev/null +++ b/notebooks/02_model_tuning.html @@ -0,0 +1,251 @@ + + + + + + + + + Model Tuning - Promptmeteo Configuration - 🔥🧔 + + + + + + + + + + + + + + + + Contents + + + + + + Menu + + + + + + + + Expand + + + + + + Light mode + + + + + + + + + + + + + + Dark mode + + + + + + + Auto light/dark mode + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
🔥🧔
+
+
+
+ +
+ +
+
+ +
+
+
+ + + + + Back to top + +
+ +
+ +
+ +
+
+
+

Model Tuning - Promptmeteo Configuration#

+
+ +
+
+
+ + +
+
+ + Made with Sphinx and @pradyunsg's + + Furo + +
+
+ +
+
+ +
+
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/notebooks/02_model_tuning.ipynb b/notebooks/02_model_tuning.ipynb new file mode 100644 index 0000000..bc836ef --- /dev/null +++ b/notebooks/02_model_tuning.ipynb @@ -0,0 +1,33 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "9c5befb6-f95f-45f7-872d-6d5d62370880", + "metadata": {}, + "source": [ + "# Model Tuning - Promptmeteo Configuration" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.11" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/03_sentiment_analysis.html b/notebooks/03_sentiment_analysis.html new file mode 100644 index 0000000..d943a1a --- /dev/null +++ b/notebooks/03_sentiment_analysis.html @@ -0,0 +1,832 @@ + + + + + + + + + Sentiment Analysis - 🔥🧔 + + + + + + + + + + + + + + + + + Contents + + + + + + Menu + + + + + + + + Expand + + + + + + Light mode + + + + + + + + + + + + + + Dark mode + + + + + + + Auto light/dark mode + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
🔥🧔
+
+
+
+ +
+ +
+
+ +
+
+
+ + + + + Back to top + +
+ +
+ +
+ +
+
+
+

Sentiment Analysis#

+

In this notebook we are going to use the Amazon Review Dataset to test Promptmeteo in the sentiment analysis task

+
+

1. Data Preparation - EN - Build sentiment dataset.#

+

The dataset contains reviews from Amazon in English collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.). The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language.

+
+
[1]:
+
+
+
import polars as pl
+
+data = pl.read_parquet('../data/amazon_reviews_en/amazon_reviews_multi-test.parquet')
+data.head()
+
+
+
+
+
[1]:
+
+
+
+
+shape: (5, 8)
review_idproduct_idreviewer_idstarsreview_bodyreview_titlelanguageproduct_category
strstrstri32strstrstrstr
"en_0199937""product_en_090…"reviewer_en_00…1"These are AWFU…"Don’t waste yo…"en""apparel"
"en_0863335""product_en_034…"reviewer_en_06…1"I bought 4 and…"One Star""en""other"
"en_0565010""product_en_035…"reviewer_en_09…1"On first use i…"Totally useles…"en""other"
"en_0963290""product_en_058…"reviewer_en_02…1"You want an HO…"Gold filled ea…"en""jewelry"
"en_0238156""product_en_048…"reviewer_en_05…1"The glue works…"Poor container…"en""industrial_sup…
+
+

For building a sentiment analysis dataset with the dataset we create the target using the variable stars. We supone that the reviews with low stars rate are related with negative sentiment and those with high starts rate are related with positive sentiment.

+
+
[2]:
+
+
+
sql = pl.SQLContext()
+sql.register('data', data)
+
+sentiment_data = sql.execute("""
+    SELECT
+        review_body as REVIEW,
+        CASE
+            WHEN stars=1 THEN 'negative'
+            WHEN stars=3 THEN 'neutral'
+            WHEN stars=5 THEN 'positive'
+            ELSE null
+        END AS TARGET,
+    FROM data
+    WHERE stars!=2 AND stars!=4;
+    """).collect().sample(fraction=1.0, shuffle=True, seed=0)
+
+sentiment_data.head()
+
+
+
+
+
[2]:
+
+
+
+
+shape: (5, 2)
REVIEWTARGET
strstr
"I reuse my Nes…"positive"
"Fits great kin…"positive"
"Movie freezes …"negative"
"This is my thi…"positive"
"For the money,…"neutral"
+
+
+
+

2.1. Classification - EN - Model text-davinci-003#

+
+

2.1.1 Instanciate Model#

+
+
[3]:
+
+
+
import sys; sys.path.append('..')
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'gpt-3.5-turbo-instruct',
+    model_provider_name  = 'openai',
+    model_provider_token = 'sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'  #OPENAI TOKEN
+)
+
+
+
+
+
+

2.1.2 Classification Prompt template#

+

Promptmeteo has predefined prompt templates for each of the availables languages, models and tasks. This allows the user not to wonder about defining the prefect prompt but rather, to parametrize the prompt with the parameters of the use case. For the document classification task in english with OpenAI, the prompt template is:

+
+
[4]:
+
+
+
print(model.task.prompt.PROMPT_EXAMPLE)
+
+
+
+
+
+
+
+
+#  Copyright (c) 2023 Paradigma Digital S.L.
+
+#  Permission is hereby granted, free of charge, to any person obtaining a copy
+#  of this software and associated documentation files (the "Software"), to deal
+#  in the Software without restriction, including without limitation the rights
+#  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+#  copies of the Software, and to permit persons to whom the Software is
+#  furnished to do so, subject to the following conditions:
+
+#  The above copyright notice and this permission notice shall be included in
+#  all copies or substantial portions of the Software.
+
+#  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+#  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+#  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+#  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+#  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+#  THE SOFTWARE.
+
+
+TEMPLATE:
+    "I need you to help me with a text classification task.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+    {__SHOT_EXAMPLES__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "The texts you will be processing are from the {__DOMAIN__} domain."
+
+
+PROMPT_LABELS:
+    "I want you to classify the texts into one of the following categories:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+SHOT_EXAMPLES:
+    "{__EXAMPLES__}"
+
+
+CHAIN_THOUGHT:
+    "Please provide a step-by-step argument for your answer, explain why you
+    believe your final choice is justified, and make sure to conclude your
+    explanation with the name of the class you have selected as the correct
+    one, in lowercase and without punctuation."
+
+
+ANSWER_FORMAT:
+    "In your response, include only the name of the class as a single word, in
+    lowercase, without punctuation, and without adding any other statements or
+    words."
+
+
+
+
+
+

2.1.3 Train the model#

+

The training process create a vector database in memory with FAISS, the main advantage of using this king of vector database is that it is serializable to a file and be stored in disk, which allows us to save the vectors training process as a model artifact

+
+
[5]:
+
+
+
train_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()
+train_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()
+
+model = model.train(
+    examples = train_reviews,
+    annotations = train_targets
+)
+
+
+
+
+
+

2.1.4 Predict new data#

+
+
[6]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+
+test_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()
+test_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()
+
+pred_targets = model.predict(test_reviews)
+
+sns.heatmap(confusion_matrix(test_targets, [i[0] for i in pred_targets]), annot=True, cmap='Blues')
+
+
+
+
+
[6]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_03_sentiment_analysis_17_1.png +
+
+
+
+
+

2.2. Classification - EN - Model Flan-T5-XXL#

+
+

2.2.1 Results#

+
+
[17]:
+
+
+
model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'google/flan-t5-xxl',
+    model_provider_name  = 'hf_hub_api',
+    model_provider_token = 'hf_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'  #HF API TOKEN
+)
+
+model = model.train(
+    examples = train_reviews,
+    annotations = train_targets
+)
+
+pred_targets = model.predict(test_reviews)
+sns.heatmap(confusion_matrix(test_targets, pred_targets), annot=True, cmap='Blues')
+
+
+
+
+
[17]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_03_sentiment_analysis_20_1.png +
+
+
+
+
+

2.3. Classification - EN - Falcon-7b-instruct#

+
+

2.3.1 Results#

+
+
[4]:
+
+
+
model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'tiiuae/falcon-7b-instruct',
+    model_provider_name  = 'hf_hub_api',
+    model_provider_token = 'hf_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'  #HF API TOKEN
+)
+
+model = model.train(
+    examples = train_reviews,
+    annotations = train_targets
+)
+
+pred_targets = model.predict(test_reviews)
+
+sns.heatmap(confusion_matrix(test_targets, pred_targets), annot=True, cmap='Blues')
+
+
+
+
+
+
+
+
+You're using a different task than the one specified in the repository. Be sure to know what you're doing :)
+
+
+
+
[4]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_03_sentiment_analysis_26_2.png +
+
+
+
+
+

2.4. Classification - EN - Model Flan-t5-small#

+
+

2.4.1 Results#

+
+
[29]:
+
+
+
model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+)
+
+model = model.train(
+    examples = train_reviews,
+    annotations = train_targets
+)
+
+pred_targets = model.predict(test_reviews)
+
+sns.heatmap(confusion_matrix(test_targets, pred_targets), annot=True, cmap='Blues')
+
+
+
+
+
+
+
+
+Token indices sequence length is longer than the specified maximum sequence length for this model (603 > 512). Running this sequence through the model will result in indexing errors
+/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )
+  warnings.warn(
+
+
+
+
[29]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_03_sentiment_analysis_32_2.png +
+
+
+
+
+

3. Data Preparation - SP - Build sentiment dataset.#

+
+
[7]:
+
+
+
import polars as pl
+
+data = pl.read_parquet('../data/amazon_reviews_sp/amazon_reviews_multi-test.parquet')
+data.head()
+
+sql = pl.SQLContext()
+sql.register('data', data)
+
+sentiment_data = sql.execute("""
+    SELECT
+        review_body as REVIEW,
+        CASE
+            WHEN stars=1 THEN 'negative'
+            WHEN stars=3 THEN 'neutral'
+            WHEN stars=5 THEN 'positive'
+            ELSE null
+        END AS TARGET,
+    FROM data
+    WHERE stars!=2 AND stars!=4;
+    """).collect().sample(fraction=1.0, shuffle=True, seed=0)
+
+sentiment_data.head()
+
+
+
+
+
[7]:
+
+
+
+
+shape: (5, 2)
REVIEWTARGET
strstr
"El filtro de d…"positive"
"Un poquito esc…"positive"
"Para qué decir…"negative"
"Mi hija esta e…"positive"
"Se podría mejo…"neutral"
+
+
+
[8]:
+
+
+
train_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()
+train_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()
+
+test_reviews = sentiment_data.tail(100).select('REVIEW').to_series().to_list()
+test_targets = sentiment_data.tail(100).select('TARGET').to_series().to_list()
+
+
+
+
+
+

4.1 Classification - SP - Model text-davinci-003#

+
+

4.1.1 Results#

+
+
[9]:
+
+
+
model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'gpt-3.5-turbo-instruct',
+    model_provider_name  = 'openai',
+    model_provider_token = 'sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'  #OPENAI TOKEN
+)
+
+model = model.train(
+    examples = train_reviews,
+    annotations = train_targets
+)
+
+pred_targets = model.predict(test_reviews)
+
+sns.heatmap(confusion_matrix(test_targets, [i[0] for i in pred_targets]), annot=True, cmap='Blues')
+
+
+
+
+
[9]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_03_sentiment_analysis_44_1.png +
+
+
+
+
+

4.2 Classificaction - SP - Flan-t5-small#

+
+

4.2.1 Results#

+
+
[32]:
+
+
+
model = DocumentClassifier(
+    language             = 'es',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+)
+
+model = model.train(
+    examples = train_reviews,
+    annotations = train_targets
+)
+
+pred_targets = model.predict(test_reviews)
+
+sns.heatmap(confusion_matrix(test_targets, pred_targets), annot=True, cmap='Blues')
+
+
+
+
+
[32]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_03_sentiment_analysis_50_1.png +
+
+
+
+
+ +
+
+ +
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/notebooks/03_sentiment_analysis.ipynb b/notebooks/03_sentiment_analysis.ipynb new file mode 100644 index 0000000..c387b5b --- /dev/null +++ b/notebooks/03_sentiment_analysis.ipynb @@ -0,0 +1,912 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "73d808a5-a4dd-4ec5-b4bc-438f1dd5596f", + "metadata": {}, + "source": [ + "# Sentiment Analysis" + ] + }, + { + "cell_type": "markdown", + "id": "7ffd3703-20b9-46b6-8ad3-502ec27d2e49", + "metadata": {}, + "source": [ + "In this notebook we are going to use the **Amazon Review Dataset** to test Promptmeteo in the sentiment analysis task" + ] + }, + { + "cell_type": "markdown", + "id": "dad1d69f-59bf-4f34-9000-46e5851d99f6", + "metadata": {}, + "source": [ + "## 1. Data Preparation - EN - Build sentiment dataset." + ] + }, + { + "cell_type": "markdown", + "id": "7993f034-cdd6-4424-b6d1-5917b0638583", + "metadata": {}, + "source": [ + "The dataset contains reviews from Amazon in English collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.). The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language." + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "d2c9f56c-4717-42a8-b9d4-cfcc20215f99", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 8)
review_idproduct_idreviewer_idstarsreview_bodyreview_titlelanguageproduct_category
strstrstri32strstrstrstr
"en_0199937""product_en_090…"reviewer_en_00…1"These are AWFU…"Don’t waste yo…"en""apparel"
"en_0863335""product_en_034…"reviewer_en_06…1"I bought 4 and…"One Star""en""other"
"en_0565010""product_en_035…"reviewer_en_09…1"On first use i…"Totally useles…"en""other"
"en_0963290""product_en_058…"reviewer_en_02…1"You want an HO…"Gold filled ea…"en""jewelry"
"en_0238156""product_en_048…"reviewer_en_05…1"The glue works…"Poor container…"en""industrial_sup…
" + ], + "text/plain": [ + "shape: (5, 8)\n", + "┌────────────┬─────────────┬─────────────┬───────┬────────────┬────────────┬──────────┬────────────┐\n", + "│ review_id ┆ product_id ┆ reviewer_id ┆ stars ┆ review_bod ┆ review_tit ┆ language ┆ product_ca │\n", + "│ --- ┆ --- ┆ --- ┆ --- ┆ y ┆ le ┆ --- ┆ tegory │\n", + "│ str ┆ str ┆ str ┆ i32 ┆ --- ┆ --- ┆ str ┆ --- │\n", + "│ ┆ ┆ ┆ ┆ str ┆ str ┆ ┆ str │\n", + "╞════════════╪═════════════╪═════════════╪═══════╪════════════╪════════════╪══════════╪════════════╡\n", + "│ en_0199937 ┆ product_en_ ┆ reviewer_en ┆ 1 ┆ These are ┆ Don’t ┆ en ┆ apparel │\n", + "│ ┆ 0902516 ┆ _0097389 ┆ ┆ AWFUL. ┆ waste your ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ They are ┆ time! ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ see th… ┆ ┆ ┆ │\n", + "│ en_0863335 ┆ product_en_ ┆ reviewer_en ┆ 1 ┆ I bought 4 ┆ One Star ┆ en ┆ other │\n", + "│ ┆ 0348072 ┆ _0601537 ┆ ┆ and NONE ┆ ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ of them ┆ ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ work… ┆ ┆ ┆ │\n", + "│ en_0565010 ┆ product_en_ ┆ reviewer_en ┆ 1 ┆ On first ┆ Totally ┆ en ┆ other │\n", + "│ ┆ 0356154 ┆ _0970351 ┆ ┆ use it ┆ useless ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ didn't ┆ ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ heat up a… ┆ ┆ ┆ │\n", + "│ en_0963290 ┆ product_en_ ┆ reviewer_en ┆ 1 ┆ You want ┆ Gold ┆ en ┆ jewelry │\n", + "│ ┆ 0583322 ┆ _0216125 ┆ ┆ an HONEST ┆ filled ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ answer? I ┆ earrings ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ jus… ┆ ┆ ┆ │\n", + "│ en_0238156 ┆ product_en_ ┆ reviewer_en ┆ 1 ┆ The glue ┆ Poor ┆ en ┆ industrial │\n", + "│ ┆ 0487636 ┆ _0514203 ┆ ┆ works fine ┆ container ┆ ┆ _supplies │\n", + "│ ┆ ┆ ┆ ┆ but the ┆ ┆ ┆ │\n", + "│ ┆ ┆ ┆ ┆ cont… ┆ ┆ ┆ │\n", + "└────────────┴─────────────┴─────────────┴───────┴────────────┴────────────┴──────────┴────────────┘" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import polars as pl\n", + "\n", + "data = pl.read_parquet('../data/amazon_reviews_en/amazon_reviews_multi-test.parquet')\n", + "data.head()" + ] + }, + { + "cell_type": "markdown", + "id": "a02de0f5-b59b-4a85-9ed6-3012b577b076", + "metadata": {}, + "source": [ + "For building a sentiment analysis dataset with the dataset we create the **target** using the variable `stars`. We supone that the reviews with low stars rate are related with negative sentiment and those with high starts rate are related with positive sentiment." + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "f8749062-8904-4418-b966-3c9f248174ab", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 2)
REVIEWTARGET
strstr
"I reuse my Nes…"positive"
"Fits great kin…"positive"
"Movie freezes …"negative"
"This is my thi…"positive"
"For the money,…"neutral"
" + ], + "text/plain": [ + "shape: (5, 2)\n", + "┌───────────────────────────────────┬──────────┐\n", + "│ REVIEW ┆ TARGET │\n", + "│ --- ┆ --- │\n", + "│ str ┆ str │\n", + "╞═══════════════════════════════════╪══════════╡\n", + "│ I reuse my Nespresso capsules an… ┆ positive │\n", + "│ Fits great kinda expensive but i… ┆ positive │\n", + "│ Movie freezes up. Can't watch it… ┆ negative │\n", + "│ This is my third G-shock as I ha… ┆ positive │\n", + "│ For the money, it's a good buy..… ┆ neutral │\n", + "└───────────────────────────────────┴──────────┘" + ] + }, + "execution_count": 2, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "sql = pl.SQLContext()\n", + "sql.register('data', data)\n", + "\n", + "sentiment_data = sql.execute(\"\"\"\n", + " SELECT\n", + " review_body as REVIEW,\n", + " CASE\n", + " WHEN stars=1 THEN 'negative'\n", + " WHEN stars=3 THEN 'neutral'\n", + " WHEN stars=5 THEN 'positive'\n", + " ELSE null\n", + " END AS TARGET,\n", + " FROM data\n", + " WHERE stars!=2 AND stars!=4;\n", + " \"\"\").collect().sample(fraction=1.0, shuffle=True, seed=0)\n", + "\n", + "sentiment_data.head()" + ] + }, + { + "cell_type": "markdown", + "id": "a13acadc-92dc-48e9-a410-c9f9b65eccd6", + "metadata": {}, + "source": [ + "## 2.1. Classification - EN - Model text-davinci-003" + ] + }, + { + "cell_type": "markdown", + "id": "87c2e54a-88c5-470c-86e8-cde7bf7628fb", + "metadata": {}, + "source": [ + "### 2.1.1 Instanciate Model" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "fe30952d-cf7f-4bda-8a1a-88bdab1b458c", + "metadata": {}, + "outputs": [], + "source": [ + "import sys; sys.path.append('..')\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'gpt-3.5-turbo-instruct',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = 'sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' #OPENAI TOKEN\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "5e9cd3e0-a12b-49a1-9bae-03647b14d666", + "metadata": {}, + "source": [ + "### 2.1.2 Classification Prompt template" + ] + }, + { + "cell_type": "markdown", + "id": "4caeb6fd-096c-46e3-96f6-2797adfbc465", + "metadata": {}, + "source": [ + "Promptmeteo has predefined prompt templates for each of the availables languages, models and tasks. This allows the user not to wonder about defining the prefect prompt but rather, to parametrize the prompt with the parameters of the use case. For the document classification task in english with OpenAI, the prompt template is:" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "cc83594b-536b-4168-8f01-3be640512cb7", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "# Copyright (c) 2023 Paradigma Digital S.L.\n", + "\n", + "# Permission is hereby granted, free of charge, to any person obtaining a copy\n", + "# of this software and associated documentation files (the \"Software\"), to deal\n", + "# in the Software without restriction, including without limitation the rights\n", + "# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n", + "# copies of the Software, and to permit persons to whom the Software is\n", + "# furnished to do so, subject to the following conditions:\n", + "\n", + "# The above copyright notice and this permission notice shall be included in\n", + "# all copies or substantial portions of the Software.\n", + "\n", + "# THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n", + "# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n", + "# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n", + "# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n", + "# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n", + "# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n", + "# THE SOFTWARE.\n", + "\n", + "\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + " {__SHOT_EXAMPLES__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "SHOT_EXAMPLES:\n", + " \"{__EXAMPLES__}\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Please provide a step-by-step argument for your answer, explain why you\n", + " believe your final choice is justified, and make sure to conclude your\n", + " explanation with the name of the class you have selected as the correct\n", + " one, in lowercase and without punctuation.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class as a single word, in\n", + " lowercase, without punctuation, and without adding any other statements or\n", + " words.\"\n", + "\n" + ] + } + ], + "source": [ + "print(model.task.prompt.PROMPT_EXAMPLE)" + ] + }, + { + "cell_type": "markdown", + "id": "16d13d14-efee-4d8f-a6ee-554924554aa1", + "metadata": {}, + "source": [ + "### 2.1.3 Train the model" + ] + }, + { + "cell_type": "markdown", + "id": "da76d7b2-5566-4f25-81ba-0c219fd58a9a", + "metadata": {}, + "source": [ + "The training process create a vector database in memory with **FAISS**, the main advantage of using this king of vector database is that it is serializable to a file and be stored in disk, which allows us to save the vectors training process as a model artifact" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "f4b4e6dd-43cc-454e-9130-a80ec2cefdf4", + "metadata": {}, + "outputs": [], + "source": [ + "train_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()\n", + "train_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()\n", + "\n", + "model = model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")" + ] + }, + { + "cell_type": "markdown", + "id": "96734f78-4c5d-42ee-a831-c541fc96f3a7", + "metadata": {}, + "source": [ + "### 2.1.4 Predict new data" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "4338d842-1606-4b88-9485-ac0d1e3210d3", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 6, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "\n", + "test_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()\n", + "test_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(confusion_matrix(test_targets, [i[0] for i in pred_targets]), annot=True, cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "a9585009-c616-4f77-9968-5f3031f9ea0a", + "metadata": {}, + "source": [ + "## 2.2. Classification - EN - Model Flan-T5-XXL" + ] + }, + { + "cell_type": "markdown", + "id": "9e00e5f2-f17d-4e4d-96b3-9f8184f6597c", + "metadata": {}, + "source": [ + "### 2.2.1 Results" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "id": "562612a4-53d4-481a-85e6-182e63cb57b6", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 17, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-xxl',\n", + " model_provider_name = 'hf_hub_api',\n", + " model_provider_token = 'hf_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' #HF API TOKEN\n", + ")\n", + "\n", + "model = model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "sns.heatmap(confusion_matrix(test_targets, pred_targets), annot=True, cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "236a097b-6e80-4c77-91e8-f334c6cb8475", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "ae5b7336-043a-4644-8b0c-27d9e188b41a", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "6f88e921-1fe4-4f89-9649-bfbd0f4a60f8", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "1098b55f-7fb5-41a4-9353-fe8745a11da7", + "metadata": {}, + "source": [ + "## 2.3. Classification - EN - Falcon-7b-instruct" + ] + }, + { + "cell_type": "markdown", + "id": "d2dd834a-6394-4ef5-99b8-4356a9cccf8f", + "metadata": {}, + "source": [ + "### 2.3.1 Results" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "bb6f062a-13c3-42fd-9c73-4b19d3fd1643", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "You're using a different task than the one specified in the repository. Be sure to know what you're doing :)\n" + ] + }, + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 4, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'tiiuae/falcon-7b-instruct',\n", + " model_provider_name = 'hf_hub_api',\n", + " model_provider_token = 'hf_XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' #HF API TOKEN\n", + ")\n", + "\n", + "model = model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(confusion_matrix(test_targets, pred_targets), annot=True, cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "fc528ab2-24f4-45cc-aa55-0b06d934a552", + "metadata": {}, + "source": [ + " " + ] + }, + { + "cell_type": "markdown", + "id": "9a508b91-773f-4ffb-a1d3-288439cfb16f", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "821b5ead-b0b2-4888-889c-3f79587f76b4", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "51e6344e-549f-4c33-8ba9-6256e47c2c09", + "metadata": {}, + "source": [ + "## 2.4. Classification - EN - Model Flan-t5-small" + ] + }, + { + "cell_type": "markdown", + "id": "71ce3032-eaa0-4ba9-b7ff-2f455f57a66f", + "metadata": {}, + "source": [ + "### 2.4.1 Results" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "id": "0c198bff-2112-4141-a528-3d97c9d16a33", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (603 > 512). Running this sequence through the model will result in indexing errors\n", + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 29, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + ")\n", + "\n", + "model = model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(confusion_matrix(test_targets, pred_targets), annot=True, cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "1d69e21c-d1d9-4897-a6df-ec5ef43fe4d0", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "ea111fd4-6640-4631-b6ed-897fa95d10e2", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "b9993ba0-7b7b-44d5-b89b-d399ce4d9649", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "194182f1-0296-4d51-8d5a-aa736d722406", + "metadata": {}, + "source": [ + "## 3. Data Preparation - SP - Build sentiment dataset." + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "0b3ff622-fdb4-49da-ace2-c9e2a1cffcfb", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 2)
REVIEWTARGET
strstr
"El filtro de d…"positive"
"Un poquito esc…"positive"
"Para qué decir…"negative"
"Mi hija esta e…"positive"
"Se podría mejo…"neutral"
" + ], + "text/plain": [ + "shape: (5, 2)\n", + "┌───────────────────────────────────┬──────────┐\n", + "│ REVIEW ┆ TARGET │\n", + "│ --- ┆ --- │\n", + "│ str ┆ str │\n", + "╞═══════════════════════════════════╪══════════╡\n", + "│ El filtro de de aire es como si … ┆ positive │\n", + "│ Un poquito escaso pero funciona … ┆ positive │\n", + "│ Para qué decir más... ┆ negative │\n", + "│ Mi hija esta en un campamento y … ┆ positive │\n", + "│ Se podría mejorar el ajuste del … ┆ neutral │\n", + "└───────────────────────────────────┴──────────┘" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import polars as pl\n", + "\n", + "data = pl.read_parquet('../data/amazon_reviews_sp/amazon_reviews_multi-test.parquet')\n", + "data.head()\n", + "\n", + "sql = pl.SQLContext()\n", + "sql.register('data', data)\n", + "\n", + "sentiment_data = sql.execute(\"\"\"\n", + " SELECT\n", + " review_body as REVIEW,\n", + " CASE\n", + " WHEN stars=1 THEN 'negative'\n", + " WHEN stars=3 THEN 'neutral'\n", + " WHEN stars=5 THEN 'positive'\n", + " ELSE null\n", + " END AS TARGET,\n", + " FROM data\n", + " WHERE stars!=2 AND stars!=4;\n", + " \"\"\").collect().sample(fraction=1.0, shuffle=True, seed=0)\n", + "\n", + "sentiment_data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "3ddc846e-8691-41f9-8f42-3b7815ff0153", + "metadata": {}, + "outputs": [], + "source": [ + "train_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()\n", + "train_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()\n", + "\n", + "test_reviews = sentiment_data.tail(100).select('REVIEW').to_series().to_list()\n", + "test_targets = sentiment_data.tail(100).select('TARGET').to_series().to_list()" + ] + }, + { + "cell_type": "markdown", + "id": "cdfdb171-0391-4e3e-beca-072d56267948", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "d4d2b731-7d7c-4217-9a51-47e6689bbe7f", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "de2d1b15-01fd-4c98-8c92-29256d242cac", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "8d322711-2b28-442e-8c19-108c3a083a50", + "metadata": {}, + "source": [ + "## 4.1 Classification - SP - Model text-davinci-003" + ] + }, + { + "cell_type": "markdown", + "id": "05551ce9-b016-4123-a83d-d9e6fad4bac1", + "metadata": {}, + "source": [ + "### 4.1.1 Results" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "e21b839f-60ad-40a8-83b4-a763dd386594", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'gpt-3.5-turbo-instruct',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = 'sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' #OPENAI TOKEN\n", + ")\n", + "\n", + "model = model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(confusion_matrix(test_targets, [i[0] for i in pred_targets]), annot=True, cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "9562806a-7040-4637-921b-ad052cf7b595", + "metadata": {}, + "source": [ + " " + ] + }, + { + "cell_type": "markdown", + "id": "ebfec2e0-4e35-437d-a519-e284868bb5f1", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "e958b160-96ca-4dc2-9192-ddf302915e39", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "9985d36b-f7e5-4387-8653-b3cea5e3cffb", + "metadata": {}, + "source": [ + "## 4.2 Classificaction - SP - Flan-t5-small" + ] + }, + { + "cell_type": "markdown", + "id": "93273507-43dd-4e22-9692-77d4d53434e0", + "metadata": {}, + "source": [ + "### 4.2.1 Results" + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "id": "1c0dcd81-7bbb-492f-ab21-8608ccdb124a", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 32, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + ")\n", + "\n", + "model = model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(confusion_matrix(test_targets, pred_targets), annot=True, cmap='Blues')" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.6" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/04_test_flant5_classification_prompts.html b/notebooks/04_test_flant5_classification_prompts.html new file mode 100644 index 0000000..1a7927e --- /dev/null +++ b/notebooks/04_test_flant5_classification_prompts.html @@ -0,0 +1,70251 @@ + + + + + + + + + Flan-t5-Small - Test Classification Prompts - 🔥🧔 + + + + + + + + + + + + + + + + + Contents + + + + + + Menu + + + + + + + + Expand + + + + + + Light mode + + + + + + + + + + + + + + Dark mode + + + + + + + Auto light/dark mode + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
🔥🧔
+
+
+
+ +
+ +
+
+ +
+
+
+ + + + + Back to top + +
+ +
+ +
+ +
+
+
+

Flan-t5-Small - Test Classification Prompts#

+

In this notebook we are going to use the Amazon Review Dataset to test Promptmeteo in the sentiment analysis task

+
+

1. Data Preparation - EN - Build sentiment dataset.#

+

The dataset contains reviews from Amazon in English collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.). The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language.

+
+
[1]:
+
+
+
import polars as pl
+import sys; sys.path.append('..')
+
+data = pl.read_parquet('../data/amazon_reviews_en/amazon_reviews_multi-test.parquet')
+sql = pl.SQLContext()
+sql.register('data', data)
+
+sentiment_data = sql.execute("""
+    SELECT
+        review_body as REVIEW,
+        CASE
+            WHEN stars=1 THEN 'negative'
+            WHEN stars=3 THEN 'neutral'
+            WHEN stars=5 THEN 'positive'
+            ELSE null
+        END AS TARGET,
+    FROM data
+    WHERE stars!=2 AND stars!=4;
+    """).collect().sample(fraction=1.0, shuffle=True, seed=0)
+
+train_reviews = sentiment_data.head(500).select('REVIEW').to_series().to_list()
+train_targets = sentiment_data.head(500).select('TARGET').to_series().to_list()
+
+test_reviews = sentiment_data.tail(200).select('REVIEW').to_series().to_list()
+test_targets = sentiment_data.tail(200).select('TARGET').to_series().to_list()
+
+sentiment_data.head()
+
+
+
+
+
[1]:
+
+
+
+
+shape: (5, 2)
REVIEWTARGET
strstr
"I reuse my Nes…"positive"
"Fits great kin…"positive"
"Movie freezes …"negative"
"This is my thi…"positive"
"For the money,…"neutral"
+
+
+
+

2. EN - Sin entrenamiento#

+
+

Prueba 1#

+
+
[2]:
+
+
+
prompt='''
+TEMPLATE:
+    "I need you to help me with a text classification task.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "The texts you will be processing are from the {__DOMAIN__} domain."
+
+
+PROMPT_LABELS:
+    "I want you to classify the texts into one of the following categories:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Please provide a step-by-step argument for your answer, explain why you
+    believe your final choice is justified, and make sure to conclude your
+    explanation with the name of the class you have selected as the correct
+    one, in lowercase and without punctuation."
+
+
+ANSWER_FORMAT:
+    "In your response, include only the name of the class as a single word, in
+    lowercase, without punctuation, and without adding any other statements or
+    words."
+'''
+
+
+
+
+
[4]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+    prompt_domain        = 'product reviews',
+    prompt_labels        = ['positive','negative','neutral'],
+    selector_k           = 0,
+    verbose              = True
+)
+
+model.task.prompt.read_prompt(prompt)
+
+pred_targets = model.predict(test_reviews)
+
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: It keeps the litter box smelling nice.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Installed this on our boat and am very happy with the results. Great product!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Easy to install, but very thin
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: It was dried out when I opened package. Was very disappointed with this product.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Corner of pop socket is faded I would like a new one!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This Christmas window sticker receive very small, not look like the picture.z
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The low volume is quite good just a little louder than expected but that’s okay
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Lights are not very bright
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Works good; Never mind expire date, those are contrived.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Just like you would get at the dollar store.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Product is of lower quality
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund !
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit!
+
+
+MODEL OUTPUT
+
+ [['positive', 'negative', 'positive']]
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Really, really thin.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Does the job, but wish I had ordered the stand
+
+
+MODEL OUTPUT
+
+ [
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: On first use it didn't heat up and now it doesn't work at all
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The nozzle broke after a week and I reached out to the seller but got no response
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include "new driver" for when people graduate out of being a student driver. (for use after you pass the road test, etc.)
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Much smaller than anticipated. More like a notepad size than a book.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: My cats have no problem eating this . I put it in their food .
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Amazon never deliver the items. Horrible customer service. Considering new purchase choices.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Great price. Good quality.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Seal was already broken when I opened the container and it looked like someone had used it.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Good quality and price.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Does what it says, works great.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This item is smaller than I thought it would be but it works great!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a "full charge" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The outer packing was rotten by the time it arrived and it can not be returned.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: not what i exspected!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: washes out very quickly
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: way smaller than exspected
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Only 6 of the 12 lights were included...
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4" and it's bit bit long. I just knotted the corners of the bottom hem...that works.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Peeled off very quickly. Looked good for a short while; maybe a day.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Finger print scanned does not work with it on
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Love these rollers! Very compact and easy to travel with!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay
+
+
+MODEL OUTPUT
+
+ [['negative', 'negative', 'positive']]
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Very breathable and easy to put on.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: never received my order
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Great story, characters and everything else. I can not recommend this more!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: My girls love them, but the ball that lights up busted as soon as I removed from the package.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: well built for the price
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I'm almost done with this book, but its a little too wordy and not intense enough for me.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Fit as expected to replace broken cover
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This item takes 2 AA batteries not 2 C batteries like it says
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Came with 2 pens missing from the box.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Adhesive is good. Easy to apply.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Was not delivered!!!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This thing is EXACTLY what is described, 10/10
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I ordered this phone for my daughter and the "unlocked dual phone " is misleading as it came LOCKED & in Chinese!😡
+
+
+MODEL OUTPUT
+
+ [
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Have not used at night yet
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I like everything about this book and the fine expert author who also provides vital information on T.V.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product..
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I have returned it. Did not like it.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results .
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: this was sent back, because I did not need it
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Works well, was great for my Injustice 2 Harley Quinn cosplay
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Does not dry like it is supposed to.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Right earbud has given our after less than 6 months of use. Do not buy.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: one bag was torn when it's delivered
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: ear holes are smaller so i can hurt after long use.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Not happy. Not what we were hoping for.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The top part of the cover does not stay on.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Last me only couple of week
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I not going to buy it again
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Very cute short curtains just what I was looking for for my new farmhouse style decor
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Just as good as the other speck phone cases. It is just prettier
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE?
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Was OK but not wonderful
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: They were exactly what I was looking for.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Great,just what I want
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Great fit... very warm.. very comfortable
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I was disappointed with these. I thought they would be heavier.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I liked the color but the product don't stay latched or closed after putting any cards in the slots
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Very thin, see-through material. The front is much longer than the back.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Didnt get our bones at all
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Easy to install. Looks good. Works well.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: They don’t even work.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: These are good Ukulele picks, but I still perfer to use my own fingers.
+
+
+MODEL OUTPUT
+
+ [['positive', 'negative', 'positive']]
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I don't think we have seen much difference. Maybe we aren't doing it right.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Listed to fit 2019 Subaru Forester. It doesn't fit 2019.
+
+
+MODEL OUTPUT
+
+ [['negative', 'negative', 'neutral']]
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: pretty case doesnt have any protection on front of phone so you will need an additional screen protector
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Everyone got a good laugh
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Honestly this says 10oz my bottles I received wore a 4oz bottle
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Great lite when plugged in, but light is much dimmer when used on battery mode.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I love that it keeps the wine cold.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Easy to install and keep my threadripper nice and cool!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: My dog is loving her new toy. She has torn up others very quick, so far so good here. L
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Tip broke after a few weeks of use.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples.
+
+
+MODEL OUTPUT
+
+ [['negative', 'negative', 'positive']]
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I have been using sea salt and want to mix this in for the iodine.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: NOT ENOUGH CHEESE PUFFS
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: They were beautiful and worked great for the agape items I needed them for.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+Input text: Great product. Good look. JUST a little tough to remove.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+
+
[5]:
+
+
+
sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[5]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_12_1.png +
+
+
+
+

Prueba 2#

+
+
[6]:
+
+
+
prompt='''
+TEMPLATE:
+    "I need you to help me with a text classification task.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "The texts you will be processing are from the {__DOMAIN__} domain."
+
+
+PROMPT_LABELS:
+    "I want you to classify the texts into one of the following categories:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Think step by step you answer."
+
+
+ANSWER_FORMAT:
+    "In your response, include only the name of the class predicted."
+'''
+
+
+
+
+
[7]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+    prompt_domain        = 'product reviews',
+    prompt_labels        = ['positive','negative','neutral'],
+    selector_k           = 0,
+    verbose              = True
+)
+
+model.task.prompt.read_prompt(prompt)
+
+pred_targets = model.predict(test_reviews)
+
+
+
+
+
+
+
+
+/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )
+  warnings.warn(
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: It keeps the litter box smelling nice.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Installed this on our boat and am very happy with the results. Great product!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Easy to install, but very thin
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: It was dried out when I opened package. Was very disappointed with this product.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Corner of pop socket is faded I would like a new one!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This Christmas window sticker receive very small, not look like the picture.z
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The low volume is quite good just a little louder than expected but that’s okay
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Lights are not very bright
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Works good; Never mind expire date, those are contrived.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Just like you would get at the dollar store.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Product is of lower quality
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund !
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Really, really thin.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Does the job, but wish I had ordered the stand
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: On first use it didn't heat up and now it doesn't work at all
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The nozzle broke after a week and I reached out to the seller but got no response
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include "new driver" for when people graduate out of being a student driver. (for use after you pass the road test, etc.)
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Much smaller than anticipated. More like a notepad size than a book.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: My cats have no problem eating this . I put it in their food .
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Amazon never deliver the items. Horrible customer service. Considering new purchase choices.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Great price. Good quality.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Seal was already broken when I opened the container and it looked like someone had used it.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Good quality and price.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Does what it says, works great.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This item is smaller than I thought it would be but it works great!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a "full charge" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The outer packing was rotten by the time it arrived and it can not be returned.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: not what i exspected!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: washes out very quickly
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: way smaller than exspected
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Only 6 of the 12 lights were included...
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4" and it's bit bit long. I just knotted the corners of the bottom hem...that works.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Peeled off very quickly. Looked good for a short while; maybe a day.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Finger print scanned does not work with it on
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Love these rollers! Very compact and easy to travel with!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Very breathable and easy to put on.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: never received my order
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Great story, characters and everything else. I can not recommend this more!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: My girls love them, but the ball that lights up busted as soon as I removed from the package.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: well built for the price
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I'm almost done with this book, but its a little too wordy and not intense enough for me.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Fit as expected to replace broken cover
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This item takes 2 AA batteries not 2 C batteries like it says
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Came with 2 pens missing from the box.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Adhesive is good. Easy to apply.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Was not delivered!!!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This thing is EXACTLY what is described, 10/10
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I ordered this phone for my daughter and the "unlocked dual phone " is misleading as it came LOCKED & in Chinese!😡
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Have not used at night yet
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I like everything about this book and the fine expert author who also provides vital information on T.V.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product..
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I have returned it. Did not like it.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results .
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: this was sent back, because I did not need it
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Works well, was great for my Injustice 2 Harley Quinn cosplay
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Does not dry like it is supposed to.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Right earbud has given our after less than 6 months of use. Do not buy.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: one bag was torn when it's delivered
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: ear holes are smaller so i can hurt after long use.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Not happy. Not what we were hoping for.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The top part of the cover does not stay on.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Last me only couple of week
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I not going to buy it again
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Very cute short curtains just what I was looking for for my new farmhouse style decor
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Just as good as the other speck phone cases. It is just prettier
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE?
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Was OK but not wonderful
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: They were exactly what I was looking for.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Great,just what I want
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Great fit... very warm.. very comfortable
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I was disappointed with these. I thought they would be heavier.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I liked the color but the product don't stay latched or closed after putting any cards in the slots
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Very thin, see-through material. The front is much longer than the back.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Didnt get our bones at all
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Easy to install. Looks good. Works well.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: They don’t even work.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: These are good Ukulele picks, but I still perfer to use my own fingers.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I don't think we have seen much difference. Maybe we aren't doing it right.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Listed to fit 2019 Subaru Forester. It doesn't fit 2019.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: pretty case doesnt have any protection on front of phone so you will need an additional screen protector
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Everyone got a good laugh
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Honestly this says 10oz my bottles I received wore a 4oz bottle
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Great lite when plugged in, but light is much dimmer when used on battery mode.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I love that it keeps the wine cold.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Easy to install and keep my threadripper nice and cool!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: My dog is loving her new toy. She has torn up others very quick, so far so good here. L
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Tip broke after a few weeks of use.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I have been using sea salt and want to mix this in for the iodine.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: NOT ENOUGH CHEESE PUFFS
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: They were beautiful and worked great for the agape items I needed them for.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+Input text: Great product. Good look. JUST a little tough to remove.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+
+
[8]:
+
+
+
sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[8]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_16_1.png +
+
+
+
+

Prueba 3#

+
+
[15]:
+
+
+
prompt='''
+TEMPLATE:
+    "I need you to help me with a text classification task.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    ""
+
+
+PROMPT_LABELS:
+    "I want you to classify the texts into one of the following categories:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    ""
+
+
+ANSWER_FORMAT:
+    ""
+'''
+
+
+
+
+
[16]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+    prompt_domain        = 'product reviews',
+    prompt_labels        = ['positive','negative','neutral'],
+    selector_k           = 0,
+    verbose              = True
+)
+
+model.task.prompt.read_prompt(prompt)
+
+pred_targets = model.predict(test_reviews)
+
+
+
+
+
+
+
+
+/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )
+  warnings.warn(
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: It keeps the litter box smelling nice.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Installed this on our boat and am very happy with the results. Great product!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Easy to install, but very thin
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: It was dried out when I opened package. Was very disappointed with this product.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Corner of pop socket is faded I would like a new one!
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This Christmas window sticker receive very small, not look like the picture.z
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The low volume is quite good just a little louder than expected but that’s okay
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Lights are not very bright
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Works good; Never mind expire date, those are contrived.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Just like you would get at the dollar store.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Product is of lower quality
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund !
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Really, really thin.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Does the job, but wish I had ordered the stand
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: On first use it didn't heat up and now it doesn't work at all
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The nozzle broke after a week and I reached out to the seller but got no response
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include "new driver" for when people graduate out of being a student driver. (for use after you pass the road test, etc.)
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Much smaller than anticipated. More like a notepad size than a book.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: My cats have no problem eating this . I put it in their food .
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Amazon never deliver the items. Horrible customer service. Considering new purchase choices.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Great price. Good quality.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Seal was already broken when I opened the container and it looked like someone had used it.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Good quality and price.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Does what it says, works great.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This item is smaller than I thought it would be but it works great!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a "full charge" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The outer packing was rotten by the time it arrived and it can not be returned.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: not what i exspected!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: washes out very quickly
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: way smaller than exspected
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Only 6 of the 12 lights were included...
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4" and it's bit bit long. I just knotted the corners of the bottom hem...that works.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Peeled off very quickly. Looked good for a short while; maybe a day.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Finger print scanned does not work with it on
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Love these rollers! Very compact and easy to travel with!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Very breathable and easy to put on.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: never received my order
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Great story, characters and everything else. I can not recommend this more!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: My girls love them, but the ball that lights up busted as soon as I removed from the package.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: well built for the price
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I'm almost done with this book, but its a little too wordy and not intense enough for me.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Fit as expected to replace broken cover
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This item takes 2 AA batteries not 2 C batteries like it says
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Came with 2 pens missing from the box.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Adhesive is good. Easy to apply.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Was not delivered!!!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This thing is EXACTLY what is described, 10/10
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I ordered this phone for my daughter and the "unlocked dual phone " is misleading as it came LOCKED & in Chinese!😡
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Have not used at night yet
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I like everything about this book and the fine expert author who also provides vital information on T.V.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product..
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I have returned it. Did not like it.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results .
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: this was sent back, because I did not need it
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Works well, was great for my Injustice 2 Harley Quinn cosplay
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Does not dry like it is supposed to.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Right earbud has given our after less than 6 months of use. Do not buy.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: one bag was torn when it's delivered
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: ear holes are smaller so i can hurt after long use.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Not happy. Not what we were hoping for.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The top part of the cover does not stay on.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Last me only couple of week
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I not going to buy it again
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Very cute short curtains just what I was looking for for my new farmhouse style decor
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Just as good as the other speck phone cases. It is just prettier
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE?
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Was OK but not wonderful
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: They were exactly what I was looking for.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Great,just what I want
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Great fit... very warm.. very comfortable
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I was disappointed with these. I thought they would be heavier.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I liked the color but the product don't stay latched or closed after putting any cards in the slots
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Very thin, see-through material. The front is much longer than the back.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Didnt get our bones at all
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Easy to install. Looks good. Works well.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: They don’t even work.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: These are good Ukulele picks, but I still perfer to use my own fingers.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I don't think we have seen much difference. Maybe we aren't doing it right.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Listed to fit 2019 Subaru Forester. It doesn't fit 2019.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: pretty case doesnt have any protection on front of phone so you will need an additional screen protector
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Everyone got a good laugh
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Honestly this says 10oz my bottles I received wore a 4oz bottle
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Great lite when plugged in, but light is much dimmer when used on battery mode.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I love that it keeps the wine cold.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Easy to install and keep my threadripper nice and cool!
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: My dog is loving her new toy. She has torn up others very quick, so far so good here. L
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Tip broke after a few weeks of use.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I have been using sea salt and want to mix this in for the iodine.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it!
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: NOT ENOUGH CHEESE PUFFS
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip.
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: They were beautiful and worked great for the agape items I needed them for.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for.
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.  I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+
+
+Input text: Great product. Good look. JUST a little tough to remove.
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+
+
[17]:
+
+
+
sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[17]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_20_1.png +
+
+
+
+
+

3. EN - Con entrenamiento#

+
+

Prueba 1#

+
+
[24]:
+
+
+
prompt='''
+TEMPLATE:
+    "I need you to help me with a text classification task.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "The texts you will be processing are from the {__DOMAIN__} domain."
+
+
+PROMPT_LABELS:
+    "I want you to classify the texts into one of the following categories:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Please provide a step-by-step argument for your answer, explain why you
+    believe your final choice is justified, and make sure to conclude your
+    explanation with the name of the class you have selected as the correct
+    one, in lowercase and without punctuation."
+
+
+ANSWER_FORMAT:
+    "In your response, include only the name of the class as a single word, in
+    lowercase, without punctuation, and without adding any other statements or
+    words."
+'''
+
+
+
+
+
[25]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+    prompt_domain        = 'product reviews',
+    prompt_labels        = ['positive','negative','neutral'],
+    selector_k           = 5,
+    verbose              = True
+)
+
+model.task.prompt.read_prompt(prompt)
+
+model.train(
+    examples = train_reviews,
+    annotations = train_targets
+)
+
+pred_targets = model.predict(test_reviews)
+
+
+
+
+
+
+
+
+/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )
+  warnings.warn(
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.
+OUTPUT: neutral
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: It leaves white residue all over dishes! Gross!
+OUTPUT: negative
+
+INPUT: Really can't say because cat refused to try it. I gave it to someone else to try
+OUTPUT: negative
+
+INPUT: Wouldn’t keep air the first day of use!!!
+OUTPUT: negative
+
+INPUT: It keeps the litter box smelling nice.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!
+OUTPUT: negative
+
+INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.
+OUTPUT: neutral
+
+INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)
+OUTPUT: positive
+
+INPUT: Installed this on our boat and am very happy with the results. Great product!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+
+
+
+
+
+Token indices sequence length is longer than the specified maximum sequence length for this model (610 > 512). Running this sequence through the model will result in indexing errors
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.
+OUTPUT: neutral
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!
+OUTPUT: neutral
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: Easy to install, but very thin
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.
+OUTPUT: negative
+
+INPUT: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: Great beginning to vampire series. It is nice to have a background upon which a series is based. I look forward to reading this series
+OUTPUT: positive
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: It was dried out when I opened package. Was very disappointed with this product.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.
+OUTPUT: negative
+
+INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids
+OUTPUT: neutral
+
+INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.
+OUTPUT: neutral
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: This is the second one of these that I have purchased. It is an excellent platform for a foam or conventional mattress. It is totally sturdy, and looks nice. I highly recommend it. There are many frames out there that will cost you much more, but this does the trick.
+OUTPUT: positive
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle
+OUTPUT: neutral
+
+INPUT: Whoever packed this does not care or has a lot to learn about dunnage.
+OUTPUT: negative
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner
+OUTPUT: neutral
+
+INPUT: The description of this product indicated that it would have a cosmetic flaw only. This pendant is missing the socket. There is no place to put the light bulb.
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!
+OUTPUT: neutral
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: Corner of pop socket is faded I would like a new one!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her "victory walks" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment
+OUTPUT: neutral
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.
+OUTPUT: neutral
+
+INPUT: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: few cables not working, please reply what to do?
+OUTPUT: neutral
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!
+OUTPUT: negative
+
+INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.
+OUTPUT: negative
+
+INPUT: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!
+OUTPUT: negative
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.
+OUTPUT: negative
+
+INPUT: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: The product did not work properly, after having it installed the check engine light came back on
+OUTPUT: negative
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.
+OUTPUT: neutral
+
+INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.
+OUTPUT: negative
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.
+OUTPUT: negative
+
+INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.
+OUTPUT: negative
+
+INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.
+OUTPUT: negative
+
+INPUT: It doesn’t stick to my car and it’s to big
+OUTPUT: negative
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: This Christmas window sticker receive very small, not look like the picture.z
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.
+OUTPUT: neutral
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: Perfect size and good quality. Great for cupcakes
+OUTPUT: positive
+
+INPUT: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird "old cable tv that has lost it's signal sound" in the background when trying to listen to anything. Pretty disappointed.
+OUTPUT: neutral
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: seems okay, weaker than i thought it be be and too tight
+OUTPUT: neutral
+
+INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.
+OUTPUT: negative
+
+INPUT: The filters arrived on time. The quality is as expected.
+OUTPUT: positive
+
+INPUT: The low volume is quite good just a little louder than expected but that’s okay
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.
+OUTPUT: neutral
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.
+OUTPUT: negative
+
+INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.
+OUTPUT: neutral
+
+INPUT: Lights are not very bright
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: Comfortable and worth the purchase
+OUTPUT: positive
+
+INPUT: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!
+OUTPUT: positive
+
+INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .
+OUTPUT: neutral
+
+INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.
+OUTPUT: positive
+
+INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.
+OUTPUT: positive
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.
+OUTPUT: negative
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.
+OUTPUT: negative
+
+INPUT: this item and the replacement were both 6 weeks past the expiration date
+OUTPUT: negative
+
+INPUT: Works good; Never mind expire date, those are contrived.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Made a money gift fun for all
+OUTPUT: positive
+
+INPUT: Expensive for a kids soap
+OUTPUT: neutral
+
+INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.
+OUTPUT: neutral
+
+INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.
+OUTPUT: neutral
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: Just like you would get at the dollar store.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.
+OUTPUT: neutral
+
+INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????
+OUTPUT: negative
+
+INPUT: Good quality of figurine features
+OUTPUT: positive
+
+INPUT: cheap and waste of money
+OUTPUT: negative
+
+INPUT: Product is of lower quality
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: Hair is perfect for low temp curling but not realistic. This is a tiny head from the movie Beatle juice . Not for advanced cutting class
+OUTPUT: neutral
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Range is not too great
+OUTPUT: neutral
+
+INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.
+OUTPUT: negative
+
+INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.
+OUTPUT: negative
+
+INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.
+OUTPUT: positive
+
+INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.
+OUTPUT: positive
+
+INPUT: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.
+OUTPUT: negative
+
+INPUT: We return the batteries and never revive a refund
+OUTPUT: negative
+
+INPUT: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund !
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad
+OUTPUT: negative
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.
+OUTPUT: neutral
+
+INPUT: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: asian size is too small
+OUTPUT: neutral
+
+INPUT: Warped. Does not sit flat on desk.
+OUTPUT: negative
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!
+OUTPUT: positive
+
+INPUT: Really, really thin.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.
+OUTPUT: neutral
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.
+OUTPUT: negative
+
+INPUT: I can't wear these all day. Snug around the toes.
+OUTPUT: neutral
+
+INPUT: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!
+OUTPUT: positive
+
+INPUT: Too big and awkward for your counter
+OUTPUT: negative
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.
+OUTPUT: negative
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.
+OUTPUT: neutral
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: Does the job, but wish I had ordered the stand
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: One half stopped working after month of use
+OUTPUT: negative
+
+INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!
+OUTPUT: negative
+
+INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.
+OUTPUT: neutral
+
+INPUT: On first use it didn't heat up and now it doesn't work at all
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: It arrived broken. Not packaged correctly.
+OUTPUT: negative
+
+INPUT: This is at least the 4th hose I've tried. I had high hopes, but the metal parts are cheap and it leaks from the connector. The "fabric??" of the hose retains water and stays wet for hours or days depending on how hot - or not - the weather is. I do not recommend this product.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: The nozzle broke after a week and I reached out to the seller but got no response
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97
+OUTPUT: negative
+
+INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.
+OUTPUT: positive
+
+INPUT: I look fabulous with this glasses on, totally worth it! :D
+OUTPUT: positive
+
+INPUT: Not worth your time. PASS.
+OUTPUT: negative
+
+INPUT: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include "new driver" for when people graduate out of being a student driver. (for use after you pass the road test, etc.)
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!
+OUTPUT: positive
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: Much smaller than anticipated. More like a notepad size than a book.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: My cats went CRAZY over this!
+OUTPUT: positive
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.
+OUTPUT: neutral
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: My cats have no problem eating this . I put it in their food .
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.
+OUTPUT: neutral
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.
+OUTPUT: neutral
+
+INPUT: Amazon never deliver the items. Horrible customer service. Considering new purchase choices.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Good deal for a good price
+OUTPUT: positive
+
+INPUT: Great product! No complaints!
+OUTPUT: positive
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: Great price. Good quality.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!
+OUTPUT: neutral
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: Seal was already broken when I opened the container and it looked like someone had used it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Good deal for a good price
+OUTPUT: positive
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: the quality is okay. i would give 3 start rating for this.
+OUTPUT: neutral
+
+INPUT: Good quality and price.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money
+OUTPUT: negative
+
+INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!
+OUTPUT: negative
+
+INPUT: Does what it says, works great.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.
+OUTPUT: negative
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: So small can't even see it in my garage i though was a lil bigger
+OUTPUT: negative
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.
+OUTPUT: positive
+
+INPUT: This item is smaller than I thought it would be but it works great!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.
+OUTPUT: positive
+
+INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while
+OUTPUT: neutral
+
+INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals
+OUTPUT: positive
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: FIRE HAZARD DO NOT PURCHASE. Used once as instructed wires melted and caught fire!!!
+OUTPUT: negative
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.
+OUTPUT: neutral
+
+INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.
+OUTPUT: negative
+
+INPUT: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: One half stopped working after month of use
+OUTPUT: negative
+
+INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!
+OUTPUT: negative
+
+INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered
+OUTPUT: negative
+
+INPUT: Bought this just about 6 months agi and is already broken. Just does not charge the computer and is as good as stone. Would not recommend this and instead buy the original from he Mac store. This product is not worth the price.
+OUTPUT: negative
+
+INPUT: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a "full charge" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: It arrived broken. Not packaged correctly.
+OUTPUT: negative
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.
+OUTPUT: negative
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.
+OUTPUT: neutral
+
+INPUT: The outer packing was rotten by the time it arrived and it can not be returned.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.
+OUTPUT: negative
+
+INPUT: I washed it and it lost much of its plush feel and color.
+OUTPUT: neutral
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad
+OUTPUT: negative
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: past is not enough strong
+OUTPUT: negative
+
+INPUT: Apparently 2 Billion is not very many in the world of probiotics
+OUTPUT: neutral
+
+INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong
+OUTPUT: negative
+
+INPUT: Not a credible or tasteful twist at the end of the book
+OUTPUT: neutral
+
+INPUT: My cats went CRAZY over this!
+OUTPUT: positive
+
+INPUT: not what i exspected!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!
+OUTPUT: neutral
+
+INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.
+OUTPUT: neutral
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: I never bought this product so why the hell isn't showing up in my order history
+OUTPUT: negative
+
+INPUT: Very cheaply made, do not think this is quality stainless steel. The leafs of the steamer were sticking together and not opening smoothly. Poor quality in comparison to the Pyrex brand I had for 15 years. Returned.
+OUTPUT: negative
+
+INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.
+OUTPUT: negative
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Very drying on my hair .
+OUTPUT: negative
+
+INPUT: Easy to clean. Great length for my toddler!
+OUTPUT: positive
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.
+OUTPUT: neutral
+
+INPUT: It leaves white residue all over dishes! Gross!
+OUTPUT: negative
+
+INPUT: washes out very quickly
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: This is a very helpful book. Easy to understand and follow. Much rather follow these steps than take prescription meds. There used to be an app that worked as a daily checklist from the books suggestions, but now I cannot find the app anymore. Hope it comes back or gets updated.
+OUTPUT: positive
+
+INPUT: These notebooks really keep me on track, love them!
+OUTPUT: positive
+
+INPUT: Whoever packed this does not care or has a lot to learn about dunnage.
+OUTPUT: negative
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: So small can't even see it in my garage i though was a lil bigger
+OUTPUT: negative
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: A bit taller than expected. I’m 5’11 & use these at the shortest adjustment. Would be nice to shorten for going up hill. They do extend for going down hill.
+OUTPUT: neutral
+
+INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.
+OUTPUT: negative
+
+INPUT: seems okay, weaker than i thought it be be and too tight
+OUTPUT: neutral
+
+INPUT: way smaller than exspected
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: These raw cashews are delicious and fresh.
+OUTPUT: positive
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.
+OUTPUT: neutral
+
+INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.
+OUTPUT: negative
+
+INPUT: Super cute and would be effective for the average chewer. My dog had the east of in less than a minute. I liked that when the limbs were removed, the stuffing wasn't exposed.
+OUTPUT: neutral
+
+INPUT: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Just as advertised. Quick shipping.
+OUTPUT: positive
+
+INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.
+OUTPUT: neutral
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.
+OUTPUT: negative
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Water pump works perfectly and arrived as promised.
+OUTPUT: positive
+
+INPUT: I am very upset and disappointed, a month ago I bought this axial and the second time I went to use it, the control stopped working, the car did not roll or move the direction to any side, I took it to check with a technician and made several tests connecting different controls to the car and it worked perfect but when we put back the control that brought the car did not work, very annoying since in theory this is one of the best cars and brands that are in the market
+OUTPUT: neutral
+
+INPUT: did not work, spit out fog oil ,must have got a bad one
+OUTPUT: negative
+
+INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!
+OUTPUT: negative
+
+INPUT: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: Warped. Does not sit flat on desk.
+OUTPUT: negative
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????
+OUTPUT: negative
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: Just as advertised. Quick shipping.
+OUTPUT: positive
+
+INPUT: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: 2 out of four came busted
+OUTPUT: neutral
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.
+OUTPUT: negative
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.
+OUTPUT: negative
+
+INPUT: Only 6 of the 12 lights were included...
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.
+OUTPUT: positive
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: Expensive for a kids soap
+OUTPUT: neutral
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: There are no pockets for organization inside this bag. There are flat divided areas on the outside but not convenient. The material is good and has been durable thus far.
+OUTPUT: neutral
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.
+OUTPUT: neutral
+
+INPUT: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!
+OUTPUT: positive
+
+INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.
+OUTPUT: negative
+
+INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.
+OUTPUT: negative
+
+INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.
+OUTPUT: neutral
+
+INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.
+OUTPUT: positive
+
+INPUT: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4" and it's bit bit long. I just knotted the corners of the bottom hem...that works.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.
+OUTPUT: negative
+
+INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!
+OUTPUT: negative
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!
+OUTPUT: positive
+
+INPUT: Peeled off very quickly. Looked good for a short while; maybe a day.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.
+OUTPUT: negative
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: Finger print scanned does not work with it on
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.
+OUTPUT: neutral
+
+INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.
+OUTPUT: positive
+
+INPUT: I just got these in the mail. Work for like a minute and than gives me the accessory is not supported by this iPhone. I have the iPhone 7. It’s really wack for a deal of two of them
+OUTPUT: negative
+
+INPUT: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong
+OUTPUT: negative
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.
+OUTPUT: negative
+
+INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.
+OUTPUT: positive
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: Love these rollers! Very compact and easy to travel with!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money
+OUTPUT: negative
+
+INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.
+OUTPUT: neutral
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't
+OUTPUT: negative
+
+INPUT: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.
+OUTPUT: negative
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.
+OUTPUT: neutral
+
+INPUT: Very breathable and easy to put on.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad
+OUTPUT: negative
+
+INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer
+OUTPUT: neutral
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: never received my order
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.
+OUTPUT: negative
+
+INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.
+OUTPUT: neutral
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.
+OUTPUT: negative
+
+INPUT: few cables not working, please reply what to do?
+OUTPUT: neutral
+
+INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.
+OUTPUT: negative
+
+INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.
+OUTPUT: neutral
+
+INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.
+OUTPUT: neutral
+
+INPUT: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Mediocre all around. Durability is "meh". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM
+OUTPUT: neutral
+
+INPUT: I bought this modem/router about two years ago. At the start it seemed to be ok but for the last year plus I’ve had problems with it dropping the internet. This happens on all my devices both Wi-Fi and wired. The only way to restore service was to do a AC power reset. This was happening once or twice a day. Comcast came out, ran a new coax line from the pedestal to the house and boosted the signal level. Same problem. The Arris Tech guys were great but could not solve the problem. Additionally, I lost the 5G service on three occasions. I had to do a factory reset to restore this. I cannot recommend this modem/router based upon my experiences. I purchased a Netgear AC1900 modem/router. It’s fantastic. I’v Had it for over a week with no problems. It’s faster and the range is greater than the Arris. I read online that other people have had problems with the Arris modem/router connected to Comcast. If you have Comcast internet I do not recommend this Arris modem/router. Get the Netgear, its much more reliable.
+OUTPUT: negative
+
+INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.
+OUTPUT: positive
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: Wow. I want that time back. What a huge BORE!!
+OUTPUT: negative
+
+INPUT: When we received the scoreboard it was broken. We called for support and left our number for a call back. 3 days later no call. Terrible service!
+OUTPUT: negative
+
+INPUT: One half stopped working after month of use
+OUTPUT: negative
+
+INPUT: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: Love the humor and the stories. Very entertaining. BOL!!!
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!
+OUTPUT: positive
+
+INPUT: Great story, characters and everything else. I can not recommend this more!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!
+OUTPUT: positive
+
+INPUT: I really Like this ring light! It is wonderful for the price and it gets the job done! The only issue is the light bulb heats up too fast and the light goes out, so I have to turn it off wait for a while then turn it back on. I don't think that is supposed to happen...I don't know if I have a defective light or what, but it is a very nice ring light besides the overheating.
+OUTPUT: neutral
+
+INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .
+OUTPUT: negative
+
+INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin
+OUTPUT: positive
+
+INPUT: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.
+OUTPUT: positive
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: My girls love them, but the ball that lights up busted as soon as I removed from the package.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: My puppies loved it!
+OUTPUT: positive
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have
+OUTPUT: positive
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.
+OUTPUT: positive
+
+INPUT: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Good deal for a good price
+OUTPUT: positive
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: spacious , love it and get many compliments
+OUTPUT: positive
+
+INPUT: Mediocre all around. Durability is "meh". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM
+OUTPUT: neutral
+
+INPUT: well built for the price
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Enjoyable but at times confusing and difficult to follow.
+OUTPUT: neutral
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: I'm almost done with this book, but its a little too wordy and not intense enough for me.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.
+OUTPUT: positive
+
+INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown
+OUTPUT: neutral
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.
+OUTPUT: negative
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: Fit as expected to replace broken cover
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????
+OUTPUT: negative
+
+INPUT: These rings are dainty & adorable! Can be worn alone or stacked. The craftsmanship put into these rings, is very evident! I will definitely be buying more!!
+OUTPUT: positive
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.
+OUTPUT: negative
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.
+OUTPUT: negative
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: These notebooks really keep me on track, love them!
+OUTPUT: positive
+
+INPUT: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.
+OUTPUT: neutral
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.
+OUTPUT: neutral
+
+INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.
+OUTPUT: positive
+
+INPUT: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids
+OUTPUT: neutral
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: Apparently 2 Billion is not very many in the world of probiotics
+OUTPUT: neutral
+
+INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.
+OUTPUT: negative
+
+INPUT: This item takes 2 AA batteries not 2 C batteries like it says
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.
+OUTPUT: negative
+
+INPUT: My paper towels kept falling off
+OUTPUT: negative
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.
+OUTPUT: neutral
+
+INPUT: Awkward shape, does not fit all butter sticks
+OUTPUT: neutral
+
+INPUT: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: Did not come with the wand
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: Came with 2 pens missing from the box.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Absolutely worthless! Adhesive does not stick!
+OUTPUT: negative
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: Great product will recomend
+OUTPUT: positive
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: It was very easy to install on my laptop.
+OUTPUT: positive
+
+INPUT: Adhesive is good. Easy to apply.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !
+OUTPUT: positive
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!
+OUTPUT: positive
+
+INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!
+OUTPUT: neutral
+
+INPUT: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Solid performer until the last quart of oil was being drawn out, then it started to spray oil out of the top.
+OUTPUT: neutral
+
+INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy
+OUTPUT: positive
+
+INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.
+OUTPUT: neutral
+
+INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months
+OUTPUT: negative
+
+INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .
+OUTPUT: neutral
+
+INPUT: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Item description says "pack of 3" but I only received 1
+OUTPUT: negative
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.
+OUTPUT: negative
+
+INPUT: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Not a credible or tasteful twist at the end of the book
+OUTPUT: neutral
+
+INPUT: Item was used/damaged when I received it. Seal on the box was broken so I checked everything before install and it looks like the power/data connections are burnt. Returning immediately.
+OUTPUT: negative
+
+INPUT: This system is not as simple & straight-forward to program as one with fewer tech capabilities. The voice quality of the Caller ID announcement is poor & there are multiple steps to use Call Block and to access, then erase, Messages. However, the large capacity to store Blocked Calls is a major reason for the purchase.
+OUTPUT: neutral
+
+INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.
+OUTPUT: negative
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.
+OUTPUT: positive
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these
+OUTPUT: neutral
+
+INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .
+OUTPUT: negative
+
+INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!
+OUTPUT: negative
+
+INPUT: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: I look fabulous with this glasses on, totally worth it! :D
+OUTPUT: positive
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.
+OUTPUT: neutral
+
+INPUT: Was not delivered!!!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong
+OUTPUT: negative
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Thought this was a magnetic sticker, I was mistaken.
+OUTPUT: neutral
+
+INPUT: Pretty dam good cutters
+OUTPUT: positive
+
+INPUT: So small can't even see it in my garage i though was a lil bigger
+OUTPUT: negative
+
+INPUT: This thing is EXACTLY what is described, 10/10
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: Belt loops were not fastened upon opening. They were not stitched.
+OUTPUT: negative
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: Not worth your time. PASS.
+OUTPUT: negative
+
+INPUT: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!
+OUTPUT: positive
+
+INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.
+OUTPUT: negative
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: This is a nice headset but I had a hard time trying to switch the language on it to English
+OUTPUT: neutral
+
+INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.
+OUTPUT: negative
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: It arrived broken. Not packaged correctly.
+OUTPUT: negative
+
+INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!
+OUTPUT: negative
+
+INPUT: I ordered this phone for my daughter and the "unlocked dual phone " is misleading as it came LOCKED & in Chinese!😡
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something
+OUTPUT: negative
+
+INPUT: Took a bottle to Prague with me but it just did not seem to do much.
+OUTPUT: negative
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Use at your own risk. My wife and I both had burning sensation and skin reactions. No history of sensitive skin.
+OUTPUT: negative
+
+INPUT: Wouldn’t keep air the first day of use!!!
+OUTPUT: negative
+
+INPUT: Have not used at night yet
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.
+OUTPUT: neutral
+
+INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.
+OUTPUT: negative
+
+INPUT: Cute bag zipper broke month after I bought it.
+OUTPUT: neutral
+
+INPUT: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: I like this series. The main characters are unusual and very damaged from a terrible childhood. Will is an excellent investigator but due to a disability he believes he is illiterate. Slaughter does a very good job showing how people with dyslexia learn ways to hide their limitations. It will be interesting to see how these characters play out in the future. I understand that Slaughter brings some of the characters from the Grant County series to this series. The crimes are brutal. I'm sure this is a good representation of what police come across in their career. The procedural is well done and kept me interested from start to finish. I'm looking forward to reading more of this series soon.
+OUTPUT: positive
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: Great book for daily living
+OUTPUT: positive
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: I like everything about this book and the fine expert author who also provides vital information on T.V.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.
+OUTPUT: positive
+
+INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.
+OUTPUT: negative
+
+INPUT: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.
+OUTPUT: neutral
+
+INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!
+OUTPUT: positive
+
+INPUT: This product is a good deal as far as price and the amount of softgels. I also like that it has a high EPA and DHA formula. The only thing I don't like is the fish burps. Maybe they need to add more lemon to the formula
+OUTPUT: neutral
+
+INPUT: The first time I bought it the smell was barely noticeable, this time however it smells terrible. Not sure why the smell change if the formula didn't change but the smell makes it hard to use. I guess I would rather it smell bad than be sick though...
+OUTPUT: neutral
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product..
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: I have returned it. Did not like it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .
+OUTPUT: neutral
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.
+OUTPUT: positive
+
+INPUT: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results .
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....
+OUTPUT: negative
+
+INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.
+OUTPUT: negative
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: this was sent back, because I did not need it
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.
+OUTPUT: negative
+
+INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!
+OUTPUT: positive
+
+INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.
+OUTPUT: neutral
+
+INPUT: Lamp works perfectly for my chicks
+OUTPUT: positive
+
+INPUT: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.
+OUTPUT: neutral
+
+INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.
+OUTPUT: neutral
+
+INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!
+OUTPUT: negative
+
+INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.
+OUTPUT: neutral
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Works good but wears up fast.
+OUTPUT: neutral
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.
+OUTPUT: negative
+
+INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(
+OUTPUT: neutral
+
+INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.
+OUTPUT: negative
+
+INPUT: Works well, was great for my Injustice 2 Harley Quinn cosplay
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Very drying on my hair .
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.
+OUTPUT: neutral
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: I washed it and it lost much of its plush feel and color.
+OUTPUT: neutral
+
+INPUT: Does not dry like it is supposed to.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: it does not work, only one hearing aid works at a time
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: These earbuds are really good.. I bought them for my wife and she is really impressed.. good sound quality.. no problem connecting to her phone.. and they look really good.. i like how the charging box looks as well.. i really think these are as good as the name brand buds.. would recommend to anyone..
+OUTPUT: positive
+
+INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer
+OUTPUT: negative
+
+INPUT: Right earbud has given our after less than 6 months of use. Do not buy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.
+OUTPUT: neutral
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: Cute bag zipper broke month after I bought it.
+OUTPUT: neutral
+
+INPUT: one bag was torn when it's delivered
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Total crap wouldn't even plug into the phone the pins were bent before I even tried to use it
+OUTPUT: negative
+
+INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.
+OUTPUT: positive
+
+INPUT: it does not work, only one hearing aid works at a time
+OUTPUT: negative
+
+INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.
+OUTPUT: neutral
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: ear holes are smaller so i can hurt after long use.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.
+OUTPUT: negative
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Remote does work well, however the batteries do not last long. Disappointing.
+OUTPUT: neutral
+
+INPUT: Love them. have to turn off when not in use tho
+OUTPUT: positive
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!
+OUTPUT: positive
+
+INPUT: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Huge disappointment box was all messed up and toy was broken
+OUTPUT: negative
+
+INPUT: Can't wait for the next book to be published.
+OUTPUT: positive
+
+INPUT: don't like it, too lumpy
+OUTPUT: neutral
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: Wow. I want that time back. What a huge BORE!!
+OUTPUT: negative
+
+INPUT: Not happy. Not what we were hoping for.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.
+OUTPUT: negative
+
+INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.
+OUTPUT: neutral
+
+INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.
+OUTPUT: neutral
+
+INPUT: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown
+OUTPUT: neutral
+
+INPUT: The screen protector moves around and doesn't stick so it pops off or slides around
+OUTPUT: negative
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: The top part of the cover does not stay on.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!
+OUTPUT: positive
+
+INPUT: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: never got it after a week when promised
+OUTPUT: negative
+
+INPUT: Smell doesn't last as long as I would like. When first opened, it smells great!
+OUTPUT: neutral
+
+INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin
+OUTPUT: positive
+
+INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal
+OUTPUT: neutral
+
+INPUT: Wow. I want that time back. What a huge BORE!!
+OUTPUT: negative
+
+INPUT: Last me only couple of week
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Will continue to buy.
+OUTPUT: positive
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.
+OUTPUT: neutral
+
+INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.
+OUTPUT: positive
+
+INPUT: cheap and waste of money
+OUTPUT: negative
+
+INPUT: I not going to buy it again
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.
+OUTPUT: neutral
+
+INPUT: I reuse my Nespresso capsules and these fit perfectly and keep all coffee grounds out.
+OUTPUT: positive
+
+INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy
+OUTPUT: positive
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.
+OUTPUT: neutral
+
+INPUT: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Thin curtains that are only good for an accent. 56" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!
+OUTPUT: negative
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.
+OUTPUT: neutral
+
+INPUT: Very cute short curtains just what I was looking for for my new farmhouse style decor
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Fits great kinda expensive but it’s good quality
+OUTPUT: positive
+
+INPUT: I mean the case looks cool. I don’t know anything about functionality but they sent me a iPhone 8 Plus case. The title says 6 plus, I ordered a 6 plus and there was no option on selecting another iPhone size beside 6 and 6 plus so I’m very disappointed in the service
+OUTPUT: negative
+
+INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart
+OUTPUT: neutral
+
+INPUT: Just as good as the other speck phone cases. It is just prettier
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!
+OUTPUT: neutral
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.
+OUTPUT: negative
+
+INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.
+OUTPUT: neutral
+
+INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.
+OUTPUT: positive
+
+INPUT: There was some question on as to whether or not these were solid stainless steel or not on the listing. Since the seller made a point of saying they were solid, I decided to give it a shot. The bad news: my grill was 1/2" too wide, so I had to saw off the nubs on the end of the grates to fit. The good news: they are definitely solid stainless as advertised, so I am not worried about these grates de-laminating like my old factory grates. Glad I bought these. They look great, well-constructed and feel heavy duty. Can't wait to fire up the grill!
+OUTPUT: positive
+
+INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.
+OUTPUT: neutral
+
+INPUT: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Awkward shape, does not fit all butter sticks
+OUTPUT: neutral
+
+INPUT: Our family does a game night most weeks and I got this thinking it would be fun to play. And it was. We played it 3 times (2 adults and 2 kids, 11 and 10) before we figured out how to win every time. Even the "more challenging" level is just more flooding, which, once solved, isn't much of a challenge. I was hoping for re-playability, but we've taken this one out of the rotation. Fun and interesting the first couple of times through, though.
+OUTPUT: neutral
+
+INPUT: Not all the colors of beads were included with my kit
+OUTPUT: neutral
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Huge disappointment box was all messed up and toy was broken
+OUTPUT: negative
+
+INPUT: Just got the product and tested over the weekend for a big party. It turned out great for the 8lb ribs my hubby cooked. Got lots of compliments from the guests!
+OUTPUT: positive
+
+INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.
+OUTPUT: positive
+
+INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.
+OUTPUT: neutral
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE?
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!
+OUTPUT: neutral
+
+INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.
+OUTPUT: positive
+
+INPUT: Did not fit very well
+OUTPUT: negative
+
+INPUT: Nice router no issues
+OUTPUT: positive
+
+INPUT: My puppies loved it!
+OUTPUT: positive
+
+INPUT: Was OK but not wonderful
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.
+OUTPUT: neutral
+
+INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!
+OUTPUT: positive
+
+INPUT: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.
+OUTPUT: neutral
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: spacious , love it and get many compliments
+OUTPUT: positive
+
+INPUT: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money
+OUTPUT: negative
+
+INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.
+OUTPUT: neutral
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.
+OUTPUT: negative
+
+INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.
+OUTPUT: neutral
+
+INPUT: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.
+OUTPUT: neutral
+
+INPUT: Huge disappointment box was all messed up and toy was broken
+OUTPUT: negative
+
+INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97
+OUTPUT: negative
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.
+OUTPUT: negative
+
+INPUT: They were exactly what I was looking for.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Just as advertised. Quick shipping.
+OUTPUT: positive
+
+INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.
+OUTPUT: positive
+
+INPUT: My son Loves it for his 6 years old birthday! The package including everything you need. Highly recommend
+OUTPUT: positive
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: spacious , love it and get many compliments
+OUTPUT: positive
+
+INPUT: Great,just what I want
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.
+OUTPUT: positive
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.
+OUTPUT: positive
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Great fit... very warm.. very comfortable
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: Good quality of figurine features
+OUTPUT: positive
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!
+OUTPUT: positive
+
+INPUT: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: After I gave it to my pet bunny, she didn't like it as much.
+OUTPUT: neutral
+
+INPUT: This is definitely the shampoo the Stars use. My hair is never smelt better or felt softer in my entire life. I felt like a model walking down the street with my hair bouncing and blowing in the wind. I highly recommend this product. I did not use it for a drug test, I just wanted to see if it would clean out the impurities from my hair which it seems to have done.
+OUTPUT: positive
+
+INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.
+OUTPUT: negative
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.
+OUTPUT: positive
+
+INPUT: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking
+OUTPUT: positive
+
+INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.
+OUTPUT: neutral
+
+INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.
+OUTPUT: neutral
+
+INPUT: 3 1/2 Stars Remedy is a brothers best friend romance as well as a second chance romance mixed into one. It's a unique story, and the hero (Grady) has to do everything to get Collins back and prove he's the guy for her. Three years ago, Grady and Collins had an amazing night together. Collins thought she was finally getting everything she dreamed of, her brothers best friend... but when she woke up alone the next morning, and never heard from her, things definitely changed. Now Grady is back, and he's not leaving, and he's doing everything in his power to prove to her why he left, and that he's not giving her up this time around. While I loved the premise of this story, and at times Grady, he really got on my nerves. I totally understand his reasoning for leaving that night, but to not even send a letter to Collins explaining himself? To leave her wondering and hurt for all those years, and then expect her to welcome him back with open arms? Was he delusional?! Collins was right to be upset, angry, hurt, etc. She was right to put up a fight with him when he wanted her back and to move forward. I admire her will power, because Grady was persistent. I loved Collins in this book, she was strong, and she guarded her heart, and I admired her for that. Sure she loved Grady, but she was scared, and hesitant to let him back in her life, who wouldn't be after what he did to her? Her character was definitely my favorite out of the two. She definitely let things go at the pace she wanted, and when she was ready to listen, she listened. There is a lot of angst in this book, and I did enjoy watching these two reconnect when Collins started to forgive Grady, I just wish Grady would have not come off as so whiney and would have been a little more understanding. He kept saying he understood, but at times he was a little too pushy to me, and then he was sweet towards the end. I ended up loving him just as much as Collins, but in the beginning of the book, I had a hard time reading his points of view because I couldn't connect with his character. The first part of this book, was not my favorite, but he second part? I adored, hence my rating. If you like second chance, and brothers best friend romances, you may really enjoy this book, I just had a hard time with Grady at first and how he handled some of the things he did.
+OUTPUT: neutral
+
+INPUT: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: My husband is in law enforcement and loves this bag.
+OUTPUT: positive
+
+INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.
+OUTPUT: negative
+
+INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.
+OUTPUT: negative
+
+INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.
+OUTPUT: negative
+
+INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.
+OUTPUT: negative
+
+INPUT: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals
+OUTPUT: positive
+
+INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.
+OUTPUT: neutral
+
+INPUT: Love the humor and the stories. Very entertaining. BOL!!!
+OUTPUT: positive
+
+INPUT: Does not give out that much light
+OUTPUT: neutral
+
+INPUT: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....
+OUTPUT: negative
+
+INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.
+OUTPUT: negative
+
+INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.
+OUTPUT: neutral
+
+INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.
+OUTPUT: negative
+
+INPUT: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: I bought these for a Nerf battle birthday party for my son. We put buckets of these bullets out on the battlefield and they worked great! Highly recommend!
+OUTPUT: positive
+
+INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.
+OUTPUT: negative
+
+INPUT: I was disappointed with these. I thought they would be heavier.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered
+OUTPUT: negative
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: Mediocre all around. Durability is "meh". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM
+OUTPUT: neutral
+
+INPUT: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.
+OUTPUT: negative
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: I liked the color but the product don't stay latched or closed after putting any cards in the slots
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: 2 out of four came busted
+OUTPUT: neutral
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: Warped. Does not sit flat on desk.
+OUTPUT: negative
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: Thin curtains that are only good for an accent. 56" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!
+OUTPUT: negative
+
+INPUT: Very thin, see-through material. The front is much longer than the back.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.
+OUTPUT: negative
+
+INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work
+OUTPUT: negative
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Had three weeks and corner grommet ripped out
+OUTPUT: negative
+
+INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up
+OUTPUT: neutral
+
+INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4"
+OUTPUT: neutral
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: Didnt get our bones at all
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!
+OUTPUT: positive
+
+INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.
+OUTPUT: negative
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up
+OUTPUT: neutral
+
+INPUT: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.
+OUTPUT: negative
+
+INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!
+OUTPUT: positive
+
+INPUT: Nice router no issues
+OUTPUT: positive
+
+INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.
+OUTPUT: positive
+
+INPUT: Easy to install. Looks good. Works well.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Doesn’t even work . Did nothing for me :(
+OUTPUT: negative
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: they stopped working
+OUTPUT: neutral
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: They don’t even work.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: Had three weeks and corner grommet ripped out
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin
+OUTPUT: positive
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.
+OUTPUT: neutral
+
+INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.
+OUTPUT: neutral
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.
+OUTPUT: positive
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.
+OUTPUT: neutral
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: These are good Ukulele picks, but I still perfer to use my own fingers.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Never noticed a big difference than a normal brush.
+OUTPUT: neutral
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: Wow. I want that time back. What a huge BORE!!
+OUTPUT: negative
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months
+OUTPUT: negative
+
+INPUT: I don't think we have seen much difference. Maybe we aren't doing it right.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.
+OUTPUT: positive
+
+INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.
+OUTPUT: negative
+
+INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)
+OUTPUT: positive
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97
+OUTPUT: negative
+
+INPUT: The small wrench was worthless. Ended up having to buy a new blender.
+OUTPUT: negative
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.
+OUTPUT: neutral
+
+INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.
+OUTPUT: negative
+
+INPUT: Listed to fit 2019 Subaru Forester. It doesn't fit 2019.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird "old cable tv that has lost it's signal sound" in the background when trying to listen to anything. Pretty disappointed.
+OUTPUT: neutral
+
+INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.
+OUTPUT: negative
+
+INPUT: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I read a review from someone stating that this case had a lip on it to protect the screen. That person is mentally insane because there is zero lip what so ever. very annoyed
+OUTPUT: neutral
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.
+OUTPUT: negative
+
+INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart
+OUTPUT: neutral
+
+INPUT: pretty case doesnt have any protection on front of phone so you will need an additional screen protector
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.
+OUTPUT: negative
+
+INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna
+OUTPUT: neutral
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.
+OUTPUT: positive
+
+INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird "old cable tv that has lost it's signal sound" in the background when trying to listen to anything. Pretty disappointed.
+OUTPUT: neutral
+
+INPUT: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: 2 out of four came busted
+OUTPUT: neutral
+
+INPUT: never got it after a week when promised
+OUTPUT: negative
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.
+OUTPUT: neutral
+
+INPUT: Everyone got a good laugh
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly
+OUTPUT: negative
+
+INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.
+OUTPUT: neutral
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Whoever packed this does not care or has a lot to learn about dunnage.
+OUTPUT: negative
+
+INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.
+OUTPUT: negative
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: We return the batteries and never revive a refund
+OUTPUT: negative
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I'm really pissed off about this tiny brush that was sent with the bottle. This has to be a joke. I've purchased smaller water bottles and received a brush bigger/better than this.
+OUTPUT: neutral
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.
+OUTPUT: negative
+
+INPUT: Honestly this says 10oz my bottles I received wore a 4oz bottle
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Didn't expect much for the price, and that's about what I got. It covers and protects my table, just have to live with a grid of folds from packaging. Seller advised to use a hair dryer to flatten out the wrinkles, but it was a very painstakingly slow process that only took some of the sharp edges off of the folds, didn't make much difference. Going to invest in something better (and much more expensive) for daily use, this is OK for what it does.
+OUTPUT: neutral
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.
+OUTPUT: negative
+
+INPUT: Does not give out that much light
+OUTPUT: neutral
+
+INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)
+OUTPUT: positive
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: Great lite when plugged in, but light is much dimmer when used on battery mode.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.
+OUTPUT: neutral
+
+INPUT: Wouldn’t keep air the first day of use!!!
+OUTPUT: negative
+
+INPUT: Took a bottle to Prague with me but it just did not seem to do much.
+OUTPUT: negative
+
+INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.
+OUTPUT: neutral
+
+INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses
+OUTPUT: positive
+
+INPUT: I love that it keeps the wine cold.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair
+OUTPUT: neutral
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.
+OUTPUT: neutral
+
+INPUT: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.
+OUTPUT: negative
+
+INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!
+OUTPUT: negative
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Disappointed. There's this pink discoloration all over the back of the shirt. It's like someone already wore this
+OUTPUT: negative
+
+INPUT: The toy is ok but it came in what they call "standard packaging" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.
+OUTPUT: neutral
+
+INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.
+OUTPUT: negative
+
+INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.
+OUTPUT: negative
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.
+OUTPUT: neutral
+
+INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.
+OUTPUT: negative
+
+INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.
+OUTPUT: neutral
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Easy to install and keep my threadripper nice and cool!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.
+OUTPUT: neutral
+
+INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.
+OUTPUT: neutral
+
+INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.
+OUTPUT: positive
+
+INPUT: The beige mat looked orange on my beige flooring so I returned it and ordered a gray mat from another company that was $7 less to be safe on the color.
+OUTPUT: neutral
+
+INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals
+OUTPUT: positive
+
+INPUT: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her "victory walks" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment
+OUTPUT: neutral
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: My puppies loved it!
+OUTPUT: positive
+
+INPUT: The toy is ok but it came in what they call "standard packaging" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.
+OUTPUT: neutral
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: My dog is loving her new toy. She has torn up others very quick, so far so good here. L
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.
+OUTPUT: negative
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.
+OUTPUT: neutral
+
+INPUT: Had three weeks and corner grommet ripped out
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: Tip broke after a few weeks of use.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: Don't buy this game the physics are terrible and I am so mad at this game because probably there are about 40 hackers on every single game and the game. Don't doesn't even do anything about it you know they just let the hackers do whatever they want and then they do know that the game is terrible but they're doing absolutely nothing about it and the game keeps on doing updates about their characters really what they should be updating is the physics because it's terrible don't buy this game the physics are terrible and mechanics are terrible the people that obviously the people that built this game was high or something because it's one of the worst games I've honestly ever played in my life I would rather play Pixel Games in this crap it's one of the worst games don't buy
+OUTPUT: negative
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: 2 out of four came busted
+OUTPUT: neutral
+
+INPUT: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money
+OUTPUT: negative
+
+INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.
+OUTPUT: neutral
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: High quality product. I prefer the citrate formula over other types of magnesium
+OUTPUT: positive
+
+INPUT: I have been using sea salt and want to mix this in for the iodine.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.
+OUTPUT: neutral
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner
+OUTPUT: neutral
+
+INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.
+OUTPUT: positive
+
+INPUT: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while
+OUTPUT: neutral
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: Did not come with the wand
+OUTPUT: negative
+
+INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.
+OUTPUT: neutral
+
+INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something
+OUTPUT: negative
+
+INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.
+OUTPUT: neutral
+
+INPUT: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna
+OUTPUT: neutral
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: Lamp works perfectly for my chicks
+OUTPUT: positive
+
+INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.
+OUTPUT: negative
+
+INPUT: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: Thin curtains that are only good for an accent. 56" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!
+OUTPUT: negative
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.
+OUTPUT: positive
+
+INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the "premium" (non-organic) towels from Wal-Mart. You can't go wrong.
+OUTPUT: positive
+
+INPUT: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.
+OUTPUT: positive
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!
+OUTPUT: positive
+
+INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.
+OUTPUT: negative
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: This product exceeded my expectations. I am not good about cleaning my make up brushes. In fact when I received this cleaner it had been months since I last cleaned them. So I figured at best they should be a little better off. It was better than that! My brushes are like new! A couple I needed to clean two times, but considering how much build up on them there was, was completely warranted. I’m so excited that I discovered this product as I finally have a reason to buy nicer brushes! Clean up was easy!
+OUTPUT: positive
+
+INPUT: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her "victory walks" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment
+OUTPUT: neutral
+
+INPUT: I have three of these linked together. As many of the other reviews said, the legs are weak and prone to breakage even with careful use. It is best to provide some other means of support and not use the legs. Also the gaskets at the fittings do not seal well. I used RTV silicone sealant when assembling the water fittings to stop the leakage. These units are doing a good job heating my pool.
+OUTPUT: neutral
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.
+OUTPUT: neutral
+
+INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.
+OUTPUT: neutral
+
+INPUT: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Absolutely worthless! Adhesive does not stick!
+OUTPUT: negative
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy
+OUTPUT: positive
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.
+OUTPUT: negative
+
+INPUT: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.
+OUTPUT: neutral
+
+INPUT: Awkward shape, does not fit all butter sticks
+OUTPUT: neutral
+
+INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.
+OUTPUT: negative
+
+INPUT: NOT ENOUGH CHEESE PUFFS
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Quality product. I just wish there were choices for the cover, it's hideous.
+OUTPUT: neutral
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.
+OUTPUT: neutral
+
+INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.
+OUTPUT: positive
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: Loved the dress fitted like a glove nice material and it feels great
+OUTPUT: positive
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: They were beautiful and worked great for the agape items I needed them for.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Fits great kinda expensive but it’s good quality
+OUTPUT: positive
+
+INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.
+OUTPUT: neutral
+
+INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.
+OUTPUT: positive
+
+INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.
+OUTPUT: positive
+
+INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.
+OUTPUT: negative
+
+INPUT: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.
+OUTPUT: negative
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”
+OUTPUT: positive
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”
+OUTPUT: positive
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.
+OUTPUT: negative
+
+INPUT: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses
+OUTPUT: positive
+
+INPUT: Great product. Good look. JUST a little tough to remove.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+
+
[26]:
+
+
+
sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[26]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_25_1.png +
+
+
+
+

Prueba 2#

+
+
[27]:
+
+
+
prompt='''
+TEMPLATE:
+    "I need you to help me with a text classification task.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "The texts you will be processing are from the {__DOMAIN__} domain."
+
+
+PROMPT_LABELS:
+    "I want you to classify the texts into one of the following categories:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Think step by step you answer."
+
+
+ANSWER_FORMAT:
+    "In your response, include only the name of the class predicted."
+'''
+
+
+
+
+
[29]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+    prompt_domain        = 'product reviews',
+    prompt_labels        = ['positive','negative','neutral'],
+    selector_k           = 5,
+    verbose              = True
+)
+
+model.task.prompt.read_prompt(prompt)
+
+model.train(
+    examples = train_reviews,
+    annotations = train_targets,
+)
+
+pred_targets = model.predict(test_reviews)
+
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.
+OUTPUT: neutral
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: It leaves white residue all over dishes! Gross!
+OUTPUT: negative
+
+INPUT: Really can't say because cat refused to try it. I gave it to someone else to try
+OUTPUT: negative
+
+INPUT: Wouldn’t keep air the first day of use!!!
+OUTPUT: negative
+
+INPUT: It keeps the litter box smelling nice.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!
+OUTPUT: negative
+
+INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.
+OUTPUT: neutral
+
+INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)
+OUTPUT: positive
+
+INPUT: Installed this on our boat and am very happy with the results. Great product!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+
+
+
+
+
+Token indices sequence length is longer than the specified maximum sequence length for this model (541 > 512). Running this sequence through the model will result in indexing errors
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.
+OUTPUT: neutral
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!
+OUTPUT: neutral
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: Easy to install, but very thin
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.
+OUTPUT: negative
+
+INPUT: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: Great beginning to vampire series. It is nice to have a background upon which a series is based. I look forward to reading this series
+OUTPUT: positive
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: It was dried out when I opened package. Was very disappointed with this product.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.
+OUTPUT: negative
+
+INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids
+OUTPUT: neutral
+
+INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.
+OUTPUT: neutral
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: This is the second one of these that I have purchased. It is an excellent platform for a foam or conventional mattress. It is totally sturdy, and looks nice. I highly recommend it. There are many frames out there that will cost you much more, but this does the trick.
+OUTPUT: positive
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle
+OUTPUT: neutral
+
+INPUT: Whoever packed this does not care or has a lot to learn about dunnage.
+OUTPUT: negative
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner
+OUTPUT: neutral
+
+INPUT: The description of this product indicated that it would have a cosmetic flaw only. This pendant is missing the socket. There is no place to put the light bulb.
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!
+OUTPUT: neutral
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: Corner of pop socket is faded I would like a new one!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her "victory walks" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment
+OUTPUT: neutral
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.
+OUTPUT: neutral
+
+INPUT: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: few cables not working, please reply what to do?
+OUTPUT: neutral
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!
+OUTPUT: negative
+
+INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.
+OUTPUT: negative
+
+INPUT: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!
+OUTPUT: negative
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.
+OUTPUT: negative
+
+INPUT: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: The product did not work properly, after having it installed the check engine light came back on
+OUTPUT: negative
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.
+OUTPUT: neutral
+
+INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.
+OUTPUT: negative
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.
+OUTPUT: negative
+
+INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.
+OUTPUT: negative
+
+INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.
+OUTPUT: negative
+
+INPUT: It doesn’t stick to my car and it’s to big
+OUTPUT: negative
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: This Christmas window sticker receive very small, not look like the picture.z
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.
+OUTPUT: neutral
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: Perfect size and good quality. Great for cupcakes
+OUTPUT: positive
+
+INPUT: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird "old cable tv that has lost it's signal sound" in the background when trying to listen to anything. Pretty disappointed.
+OUTPUT: neutral
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: seems okay, weaker than i thought it be be and too tight
+OUTPUT: neutral
+
+INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.
+OUTPUT: negative
+
+INPUT: The filters arrived on time. The quality is as expected.
+OUTPUT: positive
+
+INPUT: The low volume is quite good just a little louder than expected but that’s okay
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.
+OUTPUT: neutral
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.
+OUTPUT: negative
+
+INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.
+OUTPUT: neutral
+
+INPUT: Lights are not very bright
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: Comfortable and worth the purchase
+OUTPUT: positive
+
+INPUT: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!
+OUTPUT: positive
+
+INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .
+OUTPUT: neutral
+
+INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.
+OUTPUT: positive
+
+INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.
+OUTPUT: positive
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.
+OUTPUT: negative
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.
+OUTPUT: negative
+
+INPUT: this item and the replacement were both 6 weeks past the expiration date
+OUTPUT: negative
+
+INPUT: Works good; Never mind expire date, those are contrived.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Made a money gift fun for all
+OUTPUT: positive
+
+INPUT: Expensive for a kids soap
+OUTPUT: neutral
+
+INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.
+OUTPUT: neutral
+
+INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.
+OUTPUT: neutral
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: Just like you would get at the dollar store.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.
+OUTPUT: neutral
+
+INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????
+OUTPUT: negative
+
+INPUT: Good quality of figurine features
+OUTPUT: positive
+
+INPUT: cheap and waste of money
+OUTPUT: negative
+
+INPUT: Product is of lower quality
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: Hair is perfect for low temp curling but not realistic. This is a tiny head from the movie Beatle juice . Not for advanced cutting class
+OUTPUT: neutral
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Range is not too great
+OUTPUT: neutral
+
+INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.
+OUTPUT: negative
+
+INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.
+OUTPUT: negative
+
+INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.
+OUTPUT: positive
+
+INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.
+OUTPUT: positive
+
+INPUT: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.
+OUTPUT: negative
+
+INPUT: We return the batteries and never revive a refund
+OUTPUT: negative
+
+INPUT: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund !
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad
+OUTPUT: negative
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.
+OUTPUT: neutral
+
+INPUT: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: asian size is too small
+OUTPUT: neutral
+
+INPUT: Warped. Does not sit flat on desk.
+OUTPUT: negative
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!
+OUTPUT: positive
+
+INPUT: Really, really thin.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.
+OUTPUT: neutral
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.
+OUTPUT: negative
+
+INPUT: I can't wear these all day. Snug around the toes.
+OUTPUT: neutral
+
+INPUT: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!
+OUTPUT: positive
+
+INPUT: Too big and awkward for your counter
+OUTPUT: negative
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.
+OUTPUT: negative
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.
+OUTPUT: neutral
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: Does the job, but wish I had ordered the stand
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: One half stopped working after month of use
+OUTPUT: negative
+
+INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!
+OUTPUT: negative
+
+INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.
+OUTPUT: neutral
+
+INPUT: On first use it didn't heat up and now it doesn't work at all
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: It arrived broken. Not packaged correctly.
+OUTPUT: negative
+
+INPUT: This is at least the 4th hose I've tried. I had high hopes, but the metal parts are cheap and it leaks from the connector. The "fabric??" of the hose retains water and stays wet for hours or days depending on how hot - or not - the weather is. I do not recommend this product.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: The nozzle broke after a week and I reached out to the seller but got no response
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97
+OUTPUT: negative
+
+INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.
+OUTPUT: positive
+
+INPUT: I look fabulous with this glasses on, totally worth it! :D
+OUTPUT: positive
+
+INPUT: Not worth your time. PASS.
+OUTPUT: negative
+
+INPUT: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include "new driver" for when people graduate out of being a student driver. (for use after you pass the road test, etc.)
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!
+OUTPUT: positive
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: Much smaller than anticipated. More like a notepad size than a book.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: My cats went CRAZY over this!
+OUTPUT: positive
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.
+OUTPUT: neutral
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: My cats have no problem eating this . I put it in their food .
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.
+OUTPUT: neutral
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.
+OUTPUT: neutral
+
+INPUT: Amazon never deliver the items. Horrible customer service. Considering new purchase choices.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Good deal for a good price
+OUTPUT: positive
+
+INPUT: Great product! No complaints!
+OUTPUT: positive
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: Great price. Good quality.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!
+OUTPUT: neutral
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: Seal was already broken when I opened the container and it looked like someone had used it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Good deal for a good price
+OUTPUT: positive
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: the quality is okay. i would give 3 start rating for this.
+OUTPUT: neutral
+
+INPUT: Good quality and price.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money
+OUTPUT: negative
+
+INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!
+OUTPUT: negative
+
+INPUT: Does what it says, works great.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.
+OUTPUT: negative
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: So small can't even see it in my garage i though was a lil bigger
+OUTPUT: negative
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.
+OUTPUT: positive
+
+INPUT: This item is smaller than I thought it would be but it works great!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.
+OUTPUT: positive
+
+INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while
+OUTPUT: neutral
+
+INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals
+OUTPUT: positive
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: FIRE HAZARD DO NOT PURCHASE. Used once as instructed wires melted and caught fire!!!
+OUTPUT: negative
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.
+OUTPUT: neutral
+
+INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.
+OUTPUT: negative
+
+INPUT: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: One half stopped working after month of use
+OUTPUT: negative
+
+INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!
+OUTPUT: negative
+
+INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered
+OUTPUT: negative
+
+INPUT: Bought this just about 6 months agi and is already broken. Just does not charge the computer and is as good as stone. Would not recommend this and instead buy the original from he Mac store. This product is not worth the price.
+OUTPUT: negative
+
+INPUT: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a "full charge" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: It arrived broken. Not packaged correctly.
+OUTPUT: negative
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.
+OUTPUT: negative
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.
+OUTPUT: neutral
+
+INPUT: The outer packing was rotten by the time it arrived and it can not be returned.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.
+OUTPUT: negative
+
+INPUT: I washed it and it lost much of its plush feel and color.
+OUTPUT: neutral
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad
+OUTPUT: negative
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: past is not enough strong
+OUTPUT: negative
+
+INPUT: Apparently 2 Billion is not very many in the world of probiotics
+OUTPUT: neutral
+
+INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong
+OUTPUT: negative
+
+INPUT: Not a credible or tasteful twist at the end of the book
+OUTPUT: neutral
+
+INPUT: My cats went CRAZY over this!
+OUTPUT: positive
+
+INPUT: not what i exspected!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!
+OUTPUT: neutral
+
+INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.
+OUTPUT: neutral
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: I never bought this product so why the hell isn't showing up in my order history
+OUTPUT: negative
+
+INPUT: Very cheaply made, do not think this is quality stainless steel. The leafs of the steamer were sticking together and not opening smoothly. Poor quality in comparison to the Pyrex brand I had for 15 years. Returned.
+OUTPUT: negative
+
+INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.
+OUTPUT: negative
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Very drying on my hair .
+OUTPUT: negative
+
+INPUT: Easy to clean. Great length for my toddler!
+OUTPUT: positive
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.
+OUTPUT: neutral
+
+INPUT: It leaves white residue all over dishes! Gross!
+OUTPUT: negative
+
+INPUT: washes out very quickly
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: This is a very helpful book. Easy to understand and follow. Much rather follow these steps than take prescription meds. There used to be an app that worked as a daily checklist from the books suggestions, but now I cannot find the app anymore. Hope it comes back or gets updated.
+OUTPUT: positive
+
+INPUT: These notebooks really keep me on track, love them!
+OUTPUT: positive
+
+INPUT: Whoever packed this does not care or has a lot to learn about dunnage.
+OUTPUT: negative
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: So small can't even see it in my garage i though was a lil bigger
+OUTPUT: negative
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: A bit taller than expected. I’m 5’11 & use these at the shortest adjustment. Would be nice to shorten for going up hill. They do extend for going down hill.
+OUTPUT: neutral
+
+INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.
+OUTPUT: negative
+
+INPUT: seems okay, weaker than i thought it be be and too tight
+OUTPUT: neutral
+
+INPUT: way smaller than exspected
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: These raw cashews are delicious and fresh.
+OUTPUT: positive
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.
+OUTPUT: neutral
+
+INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.
+OUTPUT: negative
+
+INPUT: Super cute and would be effective for the average chewer. My dog had the east of in less than a minute. I liked that when the limbs were removed, the stuffing wasn't exposed.
+OUTPUT: neutral
+
+INPUT: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Just as advertised. Quick shipping.
+OUTPUT: positive
+
+INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.
+OUTPUT: neutral
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.
+OUTPUT: negative
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Water pump works perfectly and arrived as promised.
+OUTPUT: positive
+
+INPUT: I am very upset and disappointed, a month ago I bought this axial and the second time I went to use it, the control stopped working, the car did not roll or move the direction to any side, I took it to check with a technician and made several tests connecting different controls to the car and it worked perfect but when we put back the control that brought the car did not work, very annoying since in theory this is one of the best cars and brands that are in the market
+OUTPUT: neutral
+
+INPUT: did not work, spit out fog oil ,must have got a bad one
+OUTPUT: negative
+
+INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!
+OUTPUT: negative
+
+INPUT: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: Warped. Does not sit flat on desk.
+OUTPUT: negative
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????
+OUTPUT: negative
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: Just as advertised. Quick shipping.
+OUTPUT: positive
+
+INPUT: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: 2 out of four came busted
+OUTPUT: neutral
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.
+OUTPUT: negative
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.
+OUTPUT: negative
+
+INPUT: Only 6 of the 12 lights were included...
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.
+OUTPUT: positive
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: Expensive for a kids soap
+OUTPUT: neutral
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: There are no pockets for organization inside this bag. There are flat divided areas on the outside but not convenient. The material is good and has been durable thus far.
+OUTPUT: neutral
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.
+OUTPUT: neutral
+
+INPUT: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!
+OUTPUT: positive
+
+INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.
+OUTPUT: negative
+
+INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.
+OUTPUT: negative
+
+INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.
+OUTPUT: neutral
+
+INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.
+OUTPUT: positive
+
+INPUT: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4" and it's bit bit long. I just knotted the corners of the bottom hem...that works.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.
+OUTPUT: negative
+
+INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!
+OUTPUT: negative
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!
+OUTPUT: positive
+
+INPUT: Peeled off very quickly. Looked good for a short while; maybe a day.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.
+OUTPUT: negative
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: Finger print scanned does not work with it on
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.
+OUTPUT: neutral
+
+INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.
+OUTPUT: positive
+
+INPUT: I just got these in the mail. Work for like a minute and than gives me the accessory is not supported by this iPhone. I have the iPhone 7. It’s really wack for a deal of two of them
+OUTPUT: negative
+
+INPUT: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong
+OUTPUT: negative
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.
+OUTPUT: negative
+
+INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.
+OUTPUT: positive
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: Love these rollers! Very compact and easy to travel with!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money
+OUTPUT: negative
+
+INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.
+OUTPUT: neutral
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't
+OUTPUT: negative
+
+INPUT: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.
+OUTPUT: negative
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.
+OUTPUT: neutral
+
+INPUT: Very breathable and easy to put on.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad
+OUTPUT: negative
+
+INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer
+OUTPUT: neutral
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: never received my order
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.
+OUTPUT: negative
+
+INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.
+OUTPUT: neutral
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.
+OUTPUT: negative
+
+INPUT: few cables not working, please reply what to do?
+OUTPUT: neutral
+
+INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.
+OUTPUT: negative
+
+INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.
+OUTPUT: neutral
+
+INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.
+OUTPUT: neutral
+
+INPUT: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Mediocre all around. Durability is "meh". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM
+OUTPUT: neutral
+
+INPUT: I bought this modem/router about two years ago. At the start it seemed to be ok but for the last year plus I’ve had problems with it dropping the internet. This happens on all my devices both Wi-Fi and wired. The only way to restore service was to do a AC power reset. This was happening once or twice a day. Comcast came out, ran a new coax line from the pedestal to the house and boosted the signal level. Same problem. The Arris Tech guys were great but could not solve the problem. Additionally, I lost the 5G service on three occasions. I had to do a factory reset to restore this. I cannot recommend this modem/router based upon my experiences. I purchased a Netgear AC1900 modem/router. It’s fantastic. I’v Had it for over a week with no problems. It’s faster and the range is greater than the Arris. I read online that other people have had problems with the Arris modem/router connected to Comcast. If you have Comcast internet I do not recommend this Arris modem/router. Get the Netgear, its much more reliable.
+OUTPUT: negative
+
+INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.
+OUTPUT: positive
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: Wow. I want that time back. What a huge BORE!!
+OUTPUT: negative
+
+INPUT: When we received the scoreboard it was broken. We called for support and left our number for a call back. 3 days later no call. Terrible service!
+OUTPUT: negative
+
+INPUT: One half stopped working after month of use
+OUTPUT: negative
+
+INPUT: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: Love the humor and the stories. Very entertaining. BOL!!!
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!
+OUTPUT: positive
+
+INPUT: Great story, characters and everything else. I can not recommend this more!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!
+OUTPUT: positive
+
+INPUT: I really Like this ring light! It is wonderful for the price and it gets the job done! The only issue is the light bulb heats up too fast and the light goes out, so I have to turn it off wait for a while then turn it back on. I don't think that is supposed to happen...I don't know if I have a defective light or what, but it is a very nice ring light besides the overheating.
+OUTPUT: neutral
+
+INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .
+OUTPUT: negative
+
+INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin
+OUTPUT: positive
+
+INPUT: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.
+OUTPUT: positive
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: My girls love them, but the ball that lights up busted as soon as I removed from the package.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: My puppies loved it!
+OUTPUT: positive
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have
+OUTPUT: positive
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.
+OUTPUT: positive
+
+INPUT: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Good deal for a good price
+OUTPUT: positive
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: spacious , love it and get many compliments
+OUTPUT: positive
+
+INPUT: Mediocre all around. Durability is "meh". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM
+OUTPUT: neutral
+
+INPUT: well built for the price
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Enjoyable but at times confusing and difficult to follow.
+OUTPUT: neutral
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: I'm almost done with this book, but its a little too wordy and not intense enough for me.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.
+OUTPUT: positive
+
+INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown
+OUTPUT: neutral
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.
+OUTPUT: negative
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: Fit as expected to replace broken cover
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????
+OUTPUT: negative
+
+INPUT: These rings are dainty & adorable! Can be worn alone or stacked. The craftsmanship put into these rings, is very evident! I will definitely be buying more!!
+OUTPUT: positive
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.
+OUTPUT: negative
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.
+OUTPUT: negative
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: These notebooks really keep me on track, love them!
+OUTPUT: positive
+
+INPUT: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.
+OUTPUT: neutral
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.
+OUTPUT: neutral
+
+INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.
+OUTPUT: positive
+
+INPUT: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids
+OUTPUT: neutral
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: Apparently 2 Billion is not very many in the world of probiotics
+OUTPUT: neutral
+
+INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.
+OUTPUT: negative
+
+INPUT: This item takes 2 AA batteries not 2 C batteries like it says
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.
+OUTPUT: negative
+
+INPUT: My paper towels kept falling off
+OUTPUT: negative
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.
+OUTPUT: neutral
+
+INPUT: Awkward shape, does not fit all butter sticks
+OUTPUT: neutral
+
+INPUT: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: Did not come with the wand
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: Came with 2 pens missing from the box.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Absolutely worthless! Adhesive does not stick!
+OUTPUT: negative
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: Great product will recomend
+OUTPUT: positive
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: It was very easy to install on my laptop.
+OUTPUT: positive
+
+INPUT: Adhesive is good. Easy to apply.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !
+OUTPUT: positive
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!
+OUTPUT: positive
+
+INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!
+OUTPUT: neutral
+
+INPUT: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Solid performer until the last quart of oil was being drawn out, then it started to spray oil out of the top.
+OUTPUT: neutral
+
+INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy
+OUTPUT: positive
+
+INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.
+OUTPUT: neutral
+
+INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months
+OUTPUT: negative
+
+INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .
+OUTPUT: neutral
+
+INPUT: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Item description says "pack of 3" but I only received 1
+OUTPUT: negative
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.
+OUTPUT: negative
+
+INPUT: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Not a credible or tasteful twist at the end of the book
+OUTPUT: neutral
+
+INPUT: Item was used/damaged when I received it. Seal on the box was broken so I checked everything before install and it looks like the power/data connections are burnt. Returning immediately.
+OUTPUT: negative
+
+INPUT: This system is not as simple & straight-forward to program as one with fewer tech capabilities. The voice quality of the Caller ID announcement is poor & there are multiple steps to use Call Block and to access, then erase, Messages. However, the large capacity to store Blocked Calls is a major reason for the purchase.
+OUTPUT: neutral
+
+INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.
+OUTPUT: negative
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.
+OUTPUT: positive
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these
+OUTPUT: neutral
+
+INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .
+OUTPUT: negative
+
+INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!
+OUTPUT: negative
+
+INPUT: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: I look fabulous with this glasses on, totally worth it! :D
+OUTPUT: positive
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.
+OUTPUT: neutral
+
+INPUT: Was not delivered!!!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong
+OUTPUT: negative
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Thought this was a magnetic sticker, I was mistaken.
+OUTPUT: neutral
+
+INPUT: Pretty dam good cutters
+OUTPUT: positive
+
+INPUT: So small can't even see it in my garage i though was a lil bigger
+OUTPUT: negative
+
+INPUT: This thing is EXACTLY what is described, 10/10
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: Belt loops were not fastened upon opening. They were not stitched.
+OUTPUT: negative
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: Not worth your time. PASS.
+OUTPUT: negative
+
+INPUT: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!
+OUTPUT: positive
+
+INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.
+OUTPUT: negative
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: This is a nice headset but I had a hard time trying to switch the language on it to English
+OUTPUT: neutral
+
+INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.
+OUTPUT: negative
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: It arrived broken. Not packaged correctly.
+OUTPUT: negative
+
+INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!
+OUTPUT: negative
+
+INPUT: I ordered this phone for my daughter and the "unlocked dual phone " is misleading as it came LOCKED & in Chinese!😡
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something
+OUTPUT: negative
+
+INPUT: Took a bottle to Prague with me but it just did not seem to do much.
+OUTPUT: negative
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Use at your own risk. My wife and I both had burning sensation and skin reactions. No history of sensitive skin.
+OUTPUT: negative
+
+INPUT: Wouldn’t keep air the first day of use!!!
+OUTPUT: negative
+
+INPUT: Have not used at night yet
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.
+OUTPUT: neutral
+
+INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.
+OUTPUT: negative
+
+INPUT: Cute bag zipper broke month after I bought it.
+OUTPUT: neutral
+
+INPUT: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: I like this series. The main characters are unusual and very damaged from a terrible childhood. Will is an excellent investigator but due to a disability he believes he is illiterate. Slaughter does a very good job showing how people with dyslexia learn ways to hide their limitations. It will be interesting to see how these characters play out in the future. I understand that Slaughter brings some of the characters from the Grant County series to this series. The crimes are brutal. I'm sure this is a good representation of what police come across in their career. The procedural is well done and kept me interested from start to finish. I'm looking forward to reading more of this series soon.
+OUTPUT: positive
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: Great book for daily living
+OUTPUT: positive
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: I like everything about this book and the fine expert author who also provides vital information on T.V.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.
+OUTPUT: positive
+
+INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.
+OUTPUT: negative
+
+INPUT: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.
+OUTPUT: neutral
+
+INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!
+OUTPUT: positive
+
+INPUT: This product is a good deal as far as price and the amount of softgels. I also like that it has a high EPA and DHA formula. The only thing I don't like is the fish burps. Maybe they need to add more lemon to the formula
+OUTPUT: neutral
+
+INPUT: The first time I bought it the smell was barely noticeable, this time however it smells terrible. Not sure why the smell change if the formula didn't change but the smell makes it hard to use. I guess I would rather it smell bad than be sick though...
+OUTPUT: neutral
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product..
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: I have returned it. Did not like it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .
+OUTPUT: neutral
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.
+OUTPUT: positive
+
+INPUT: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results .
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....
+OUTPUT: negative
+
+INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.
+OUTPUT: negative
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: this was sent back, because I did not need it
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.
+OUTPUT: negative
+
+INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!
+OUTPUT: positive
+
+INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.
+OUTPUT: neutral
+
+INPUT: Lamp works perfectly for my chicks
+OUTPUT: positive
+
+INPUT: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.
+OUTPUT: neutral
+
+INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.
+OUTPUT: neutral
+
+INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!
+OUTPUT: negative
+
+INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.
+OUTPUT: neutral
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Works good but wears up fast.
+OUTPUT: neutral
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.
+OUTPUT: negative
+
+INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(
+OUTPUT: neutral
+
+INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.
+OUTPUT: negative
+
+INPUT: Works well, was great for my Injustice 2 Harley Quinn cosplay
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Very drying on my hair .
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.
+OUTPUT: neutral
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: I washed it and it lost much of its plush feel and color.
+OUTPUT: neutral
+
+INPUT: Does not dry like it is supposed to.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: it does not work, only one hearing aid works at a time
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: These earbuds are really good.. I bought them for my wife and she is really impressed.. good sound quality.. no problem connecting to her phone.. and they look really good.. i like how the charging box looks as well.. i really think these are as good as the name brand buds.. would recommend to anyone..
+OUTPUT: positive
+
+INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer
+OUTPUT: negative
+
+INPUT: Right earbud has given our after less than 6 months of use. Do not buy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.
+OUTPUT: neutral
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: Cute bag zipper broke month after I bought it.
+OUTPUT: neutral
+
+INPUT: one bag was torn when it's delivered
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Total crap wouldn't even plug into the phone the pins were bent before I even tried to use it
+OUTPUT: negative
+
+INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.
+OUTPUT: positive
+
+INPUT: it does not work, only one hearing aid works at a time
+OUTPUT: negative
+
+INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.
+OUTPUT: neutral
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: ear holes are smaller so i can hurt after long use.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.
+OUTPUT: negative
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Remote does work well, however the batteries do not last long. Disappointing.
+OUTPUT: neutral
+
+INPUT: Love them. have to turn off when not in use tho
+OUTPUT: positive
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!
+OUTPUT: positive
+
+INPUT: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Huge disappointment box was all messed up and toy was broken
+OUTPUT: negative
+
+INPUT: Can't wait for the next book to be published.
+OUTPUT: positive
+
+INPUT: don't like it, too lumpy
+OUTPUT: neutral
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: Wow. I want that time back. What a huge BORE!!
+OUTPUT: negative
+
+INPUT: Not happy. Not what we were hoping for.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.
+OUTPUT: negative
+
+INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.
+OUTPUT: neutral
+
+INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.
+OUTPUT: neutral
+
+INPUT: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown
+OUTPUT: neutral
+
+INPUT: The screen protector moves around and doesn't stick so it pops off or slides around
+OUTPUT: negative
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: The top part of the cover does not stay on.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!
+OUTPUT: positive
+
+INPUT: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: never got it after a week when promised
+OUTPUT: negative
+
+INPUT: Smell doesn't last as long as I would like. When first opened, it smells great!
+OUTPUT: neutral
+
+INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin
+OUTPUT: positive
+
+INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal
+OUTPUT: neutral
+
+INPUT: Wow. I want that time back. What a huge BORE!!
+OUTPUT: negative
+
+INPUT: Last me only couple of week
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Will continue to buy.
+OUTPUT: positive
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.
+OUTPUT: neutral
+
+INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.
+OUTPUT: positive
+
+INPUT: cheap and waste of money
+OUTPUT: negative
+
+INPUT: I not going to buy it again
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.
+OUTPUT: neutral
+
+INPUT: I reuse my Nespresso capsules and these fit perfectly and keep all coffee grounds out.
+OUTPUT: positive
+
+INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy
+OUTPUT: positive
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.
+OUTPUT: neutral
+
+INPUT: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Thin curtains that are only good for an accent. 56" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!
+OUTPUT: negative
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.
+OUTPUT: neutral
+
+INPUT: Very cute short curtains just what I was looking for for my new farmhouse style decor
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Fits great kinda expensive but it’s good quality
+OUTPUT: positive
+
+INPUT: I mean the case looks cool. I don’t know anything about functionality but they sent me a iPhone 8 Plus case. The title says 6 plus, I ordered a 6 plus and there was no option on selecting another iPhone size beside 6 and 6 plus so I’m very disappointed in the service
+OUTPUT: negative
+
+INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart
+OUTPUT: neutral
+
+INPUT: Just as good as the other speck phone cases. It is just prettier
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!
+OUTPUT: neutral
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.
+OUTPUT: negative
+
+INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.
+OUTPUT: neutral
+
+INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.
+OUTPUT: positive
+
+INPUT: There was some question on as to whether or not these were solid stainless steel or not on the listing. Since the seller made a point of saying they were solid, I decided to give it a shot. The bad news: my grill was 1/2" too wide, so I had to saw off the nubs on the end of the grates to fit. The good news: they are definitely solid stainless as advertised, so I am not worried about these grates de-laminating like my old factory grates. Glad I bought these. They look great, well-constructed and feel heavy duty. Can't wait to fire up the grill!
+OUTPUT: positive
+
+INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.
+OUTPUT: neutral
+
+INPUT: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Awkward shape, does not fit all butter sticks
+OUTPUT: neutral
+
+INPUT: Our family does a game night most weeks and I got this thinking it would be fun to play. And it was. We played it 3 times (2 adults and 2 kids, 11 and 10) before we figured out how to win every time. Even the "more challenging" level is just more flooding, which, once solved, isn't much of a challenge. I was hoping for re-playability, but we've taken this one out of the rotation. Fun and interesting the first couple of times through, though.
+OUTPUT: neutral
+
+INPUT: Not all the colors of beads were included with my kit
+OUTPUT: neutral
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Huge disappointment box was all messed up and toy was broken
+OUTPUT: negative
+
+INPUT: Just got the product and tested over the weekend for a big party. It turned out great for the 8lb ribs my hubby cooked. Got lots of compliments from the guests!
+OUTPUT: positive
+
+INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.
+OUTPUT: positive
+
+INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.
+OUTPUT: neutral
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE?
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!
+OUTPUT: neutral
+
+INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.
+OUTPUT: positive
+
+INPUT: Did not fit very well
+OUTPUT: negative
+
+INPUT: Nice router no issues
+OUTPUT: positive
+
+INPUT: My puppies loved it!
+OUTPUT: positive
+
+INPUT: Was OK but not wonderful
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.
+OUTPUT: neutral
+
+INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!
+OUTPUT: positive
+
+INPUT: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.
+OUTPUT: neutral
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: spacious , love it and get many compliments
+OUTPUT: positive
+
+INPUT: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money
+OUTPUT: negative
+
+INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.
+OUTPUT: neutral
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.
+OUTPUT: negative
+
+INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.
+OUTPUT: neutral
+
+INPUT: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.
+OUTPUT: neutral
+
+INPUT: Huge disappointment box was all messed up and toy was broken
+OUTPUT: negative
+
+INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97
+OUTPUT: negative
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.
+OUTPUT: negative
+
+INPUT: They were exactly what I was looking for.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Just as advertised. Quick shipping.
+OUTPUT: positive
+
+INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.
+OUTPUT: positive
+
+INPUT: My son Loves it for his 6 years old birthday! The package including everything you need. Highly recommend
+OUTPUT: positive
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: spacious , love it and get many compliments
+OUTPUT: positive
+
+INPUT: Great,just what I want
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.
+OUTPUT: positive
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.
+OUTPUT: positive
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Great fit... very warm.. very comfortable
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: Good quality of figurine features
+OUTPUT: positive
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!
+OUTPUT: positive
+
+INPUT: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: After I gave it to my pet bunny, she didn't like it as much.
+OUTPUT: neutral
+
+INPUT: This is definitely the shampoo the Stars use. My hair is never smelt better or felt softer in my entire life. I felt like a model walking down the street with my hair bouncing and blowing in the wind. I highly recommend this product. I did not use it for a drug test, I just wanted to see if it would clean out the impurities from my hair which it seems to have done.
+OUTPUT: positive
+
+INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.
+OUTPUT: negative
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.
+OUTPUT: positive
+
+INPUT: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking
+OUTPUT: positive
+
+INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.
+OUTPUT: neutral
+
+INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.
+OUTPUT: neutral
+
+INPUT: 3 1/2 Stars Remedy is a brothers best friend romance as well as a second chance romance mixed into one. It's a unique story, and the hero (Grady) has to do everything to get Collins back and prove he's the guy for her. Three years ago, Grady and Collins had an amazing night together. Collins thought she was finally getting everything she dreamed of, her brothers best friend... but when she woke up alone the next morning, and never heard from her, things definitely changed. Now Grady is back, and he's not leaving, and he's doing everything in his power to prove to her why he left, and that he's not giving her up this time around. While I loved the premise of this story, and at times Grady, he really got on my nerves. I totally understand his reasoning for leaving that night, but to not even send a letter to Collins explaining himself? To leave her wondering and hurt for all those years, and then expect her to welcome him back with open arms? Was he delusional?! Collins was right to be upset, angry, hurt, etc. She was right to put up a fight with him when he wanted her back and to move forward. I admire her will power, because Grady was persistent. I loved Collins in this book, she was strong, and she guarded her heart, and I admired her for that. Sure she loved Grady, but she was scared, and hesitant to let him back in her life, who wouldn't be after what he did to her? Her character was definitely my favorite out of the two. She definitely let things go at the pace she wanted, and when she was ready to listen, she listened. There is a lot of angst in this book, and I did enjoy watching these two reconnect when Collins started to forgive Grady, I just wish Grady would have not come off as so whiney and would have been a little more understanding. He kept saying he understood, but at times he was a little too pushy to me, and then he was sweet towards the end. I ended up loving him just as much as Collins, but in the beginning of the book, I had a hard time reading his points of view because I couldn't connect with his character. The first part of this book, was not my favorite, but he second part? I adored, hence my rating. If you like second chance, and brothers best friend romances, you may really enjoy this book, I just had a hard time with Grady at first and how he handled some of the things he did.
+OUTPUT: neutral
+
+INPUT: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: My husband is in law enforcement and loves this bag.
+OUTPUT: positive
+
+INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.
+OUTPUT: negative
+
+INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.
+OUTPUT: negative
+
+INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.
+OUTPUT: negative
+
+INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.
+OUTPUT: negative
+
+INPUT: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals
+OUTPUT: positive
+
+INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.
+OUTPUT: neutral
+
+INPUT: Love the humor and the stories. Very entertaining. BOL!!!
+OUTPUT: positive
+
+INPUT: Does not give out that much light
+OUTPUT: neutral
+
+INPUT: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....
+OUTPUT: negative
+
+INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.
+OUTPUT: negative
+
+INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.
+OUTPUT: neutral
+
+INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.
+OUTPUT: negative
+
+INPUT: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: I bought these for a Nerf battle birthday party for my son. We put buckets of these bullets out on the battlefield and they worked great! Highly recommend!
+OUTPUT: positive
+
+INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.
+OUTPUT: negative
+
+INPUT: I was disappointed with these. I thought they would be heavier.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered
+OUTPUT: negative
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: Mediocre all around. Durability is "meh". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM
+OUTPUT: neutral
+
+INPUT: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.
+OUTPUT: negative
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: I liked the color but the product don't stay latched or closed after putting any cards in the slots
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: 2 out of four came busted
+OUTPUT: neutral
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: Warped. Does not sit flat on desk.
+OUTPUT: negative
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: Thin curtains that are only good for an accent. 56" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!
+OUTPUT: negative
+
+INPUT: Very thin, see-through material. The front is much longer than the back.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.
+OUTPUT: negative
+
+INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work
+OUTPUT: negative
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Had three weeks and corner grommet ripped out
+OUTPUT: negative
+
+INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up
+OUTPUT: neutral
+
+INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4"
+OUTPUT: neutral
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: Didnt get our bones at all
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!
+OUTPUT: positive
+
+INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.
+OUTPUT: negative
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up
+OUTPUT: neutral
+
+INPUT: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.
+OUTPUT: negative
+
+INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!
+OUTPUT: positive
+
+INPUT: Nice router no issues
+OUTPUT: positive
+
+INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.
+OUTPUT: positive
+
+INPUT: Easy to install. Looks good. Works well.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Doesn’t even work . Did nothing for me :(
+OUTPUT: negative
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: they stopped working
+OUTPUT: neutral
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: They don’t even work.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: Had three weeks and corner grommet ripped out
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin
+OUTPUT: positive
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.
+OUTPUT: neutral
+
+INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.
+OUTPUT: neutral
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.
+OUTPUT: positive
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.
+OUTPUT: neutral
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: These are good Ukulele picks, but I still perfer to use my own fingers.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Never noticed a big difference than a normal brush.
+OUTPUT: neutral
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: Wow. I want that time back. What a huge BORE!!
+OUTPUT: negative
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months
+OUTPUT: negative
+
+INPUT: I don't think we have seen much difference. Maybe we aren't doing it right.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.
+OUTPUT: positive
+
+INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.
+OUTPUT: negative
+
+INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)
+OUTPUT: positive
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97
+OUTPUT: negative
+
+INPUT: The small wrench was worthless. Ended up having to buy a new blender.
+OUTPUT: negative
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.
+OUTPUT: neutral
+
+INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.
+OUTPUT: negative
+
+INPUT: Listed to fit 2019 Subaru Forester. It doesn't fit 2019.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird "old cable tv that has lost it's signal sound" in the background when trying to listen to anything. Pretty disappointed.
+OUTPUT: neutral
+
+INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.
+OUTPUT: negative
+
+INPUT: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I read a review from someone stating that this case had a lip on it to protect the screen. That person is mentally insane because there is zero lip what so ever. very annoyed
+OUTPUT: neutral
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.
+OUTPUT: negative
+
+INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart
+OUTPUT: neutral
+
+INPUT: pretty case doesnt have any protection on front of phone so you will need an additional screen protector
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.
+OUTPUT: negative
+
+INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna
+OUTPUT: neutral
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.
+OUTPUT: positive
+
+INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird "old cable tv that has lost it's signal sound" in the background when trying to listen to anything. Pretty disappointed.
+OUTPUT: neutral
+
+INPUT: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: 2 out of four came busted
+OUTPUT: neutral
+
+INPUT: never got it after a week when promised
+OUTPUT: negative
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.
+OUTPUT: neutral
+
+INPUT: Everyone got a good laugh
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly
+OUTPUT: negative
+
+INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.
+OUTPUT: neutral
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Whoever packed this does not care or has a lot to learn about dunnage.
+OUTPUT: negative
+
+INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.
+OUTPUT: negative
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: We return the batteries and never revive a refund
+OUTPUT: negative
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I'm really pissed off about this tiny brush that was sent with the bottle. This has to be a joke. I've purchased smaller water bottles and received a brush bigger/better than this.
+OUTPUT: neutral
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.
+OUTPUT: negative
+
+INPUT: Honestly this says 10oz my bottles I received wore a 4oz bottle
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Didn't expect much for the price, and that's about what I got. It covers and protects my table, just have to live with a grid of folds from packaging. Seller advised to use a hair dryer to flatten out the wrinkles, but it was a very painstakingly slow process that only took some of the sharp edges off of the folds, didn't make much difference. Going to invest in something better (and much more expensive) for daily use, this is OK for what it does.
+OUTPUT: neutral
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.
+OUTPUT: negative
+
+INPUT: Does not give out that much light
+OUTPUT: neutral
+
+INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)
+OUTPUT: positive
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: Great lite when plugged in, but light is much dimmer when used on battery mode.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.
+OUTPUT: neutral
+
+INPUT: Wouldn’t keep air the first day of use!!!
+OUTPUT: negative
+
+INPUT: Took a bottle to Prague with me but it just did not seem to do much.
+OUTPUT: negative
+
+INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.
+OUTPUT: neutral
+
+INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses
+OUTPUT: positive
+
+INPUT: I love that it keeps the wine cold.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair
+OUTPUT: neutral
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.
+OUTPUT: neutral
+
+INPUT: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.
+OUTPUT: negative
+
+INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!
+OUTPUT: negative
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Disappointed. There's this pink discoloration all over the back of the shirt. It's like someone already wore this
+OUTPUT: negative
+
+INPUT: The toy is ok but it came in what they call "standard packaging" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.
+OUTPUT: neutral
+
+INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.
+OUTPUT: negative
+
+INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.
+OUTPUT: negative
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.
+OUTPUT: neutral
+
+INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.
+OUTPUT: negative
+
+INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.
+OUTPUT: neutral
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Easy to install and keep my threadripper nice and cool!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.
+OUTPUT: neutral
+
+INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.
+OUTPUT: neutral
+
+INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.
+OUTPUT: positive
+
+INPUT: The beige mat looked orange on my beige flooring so I returned it and ordered a gray mat from another company that was $7 less to be safe on the color.
+OUTPUT: neutral
+
+INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals
+OUTPUT: positive
+
+INPUT: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her "victory walks" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment
+OUTPUT: neutral
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: My puppies loved it!
+OUTPUT: positive
+
+INPUT: The toy is ok but it came in what they call "standard packaging" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.
+OUTPUT: neutral
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: My dog is loving her new toy. She has torn up others very quick, so far so good here. L
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.
+OUTPUT: negative
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.
+OUTPUT: neutral
+
+INPUT: Had three weeks and corner grommet ripped out
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: Tip broke after a few weeks of use.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: Don't buy this game the physics are terrible and I am so mad at this game because probably there are about 40 hackers on every single game and the game. Don't doesn't even do anything about it you know they just let the hackers do whatever they want and then they do know that the game is terrible but they're doing absolutely nothing about it and the game keeps on doing updates about their characters really what they should be updating is the physics because it's terrible don't buy this game the physics are terrible and mechanics are terrible the people that obviously the people that built this game was high or something because it's one of the worst games I've honestly ever played in my life I would rather play Pixel Games in this crap it's one of the worst games don't buy
+OUTPUT: negative
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: 2 out of four came busted
+OUTPUT: neutral
+
+INPUT: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money
+OUTPUT: negative
+
+INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.
+OUTPUT: neutral
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: High quality product. I prefer the citrate formula over other types of magnesium
+OUTPUT: positive
+
+INPUT: I have been using sea salt and want to mix this in for the iodine.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.
+OUTPUT: neutral
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner
+OUTPUT: neutral
+
+INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.
+OUTPUT: positive
+
+INPUT: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while
+OUTPUT: neutral
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: Did not come with the wand
+OUTPUT: negative
+
+INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.
+OUTPUT: neutral
+
+INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something
+OUTPUT: negative
+
+INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.
+OUTPUT: neutral
+
+INPUT: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna
+OUTPUT: neutral
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: Lamp works perfectly for my chicks
+OUTPUT: positive
+
+INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.
+OUTPUT: negative
+
+INPUT: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: Thin curtains that are only good for an accent. 56" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!
+OUTPUT: negative
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.
+OUTPUT: positive
+
+INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the "premium" (non-organic) towels from Wal-Mart. You can't go wrong.
+OUTPUT: positive
+
+INPUT: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.
+OUTPUT: positive
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!
+OUTPUT: positive
+
+INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.
+OUTPUT: negative
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: This product exceeded my expectations. I am not good about cleaning my make up brushes. In fact when I received this cleaner it had been months since I last cleaned them. So I figured at best they should be a little better off. It was better than that! My brushes are like new! A couple I needed to clean two times, but considering how much build up on them there was, was completely warranted. I’m so excited that I discovered this product as I finally have a reason to buy nicer brushes! Clean up was easy!
+OUTPUT: positive
+
+INPUT: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her "victory walks" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment
+OUTPUT: neutral
+
+INPUT: I have three of these linked together. As many of the other reviews said, the legs are weak and prone to breakage even with careful use. It is best to provide some other means of support and not use the legs. Also the gaskets at the fittings do not seal well. I used RTV silicone sealant when assembling the water fittings to stop the leakage. These units are doing a good job heating my pool.
+OUTPUT: neutral
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.
+OUTPUT: neutral
+
+INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.
+OUTPUT: neutral
+
+INPUT: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['neutral']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Absolutely worthless! Adhesive does not stick!
+OUTPUT: negative
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy
+OUTPUT: positive
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.
+OUTPUT: negative
+
+INPUT: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.
+OUTPUT: neutral
+
+INPUT: Awkward shape, does not fit all butter sticks
+OUTPUT: neutral
+
+INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.
+OUTPUT: negative
+
+INPUT: NOT ENOUGH CHEESE PUFFS
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Quality product. I just wish there were choices for the cover, it's hideous.
+OUTPUT: neutral
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.
+OUTPUT: neutral
+
+INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.
+OUTPUT: positive
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: Loved the dress fitted like a glove nice material and it feels great
+OUTPUT: positive
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: They were beautiful and worked great for the agape items I needed them for.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Fits great kinda expensive but it’s good quality
+OUTPUT: positive
+
+INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.
+OUTPUT: neutral
+
+INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.
+OUTPUT: positive
+
+INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.
+OUTPUT: positive
+
+INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.
+OUTPUT: negative
+
+INPUT: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.
+OUTPUT: negative
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”
+OUTPUT: positive
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”
+OUTPUT: positive
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.
+OUTPUT: negative
+
+INPUT: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].
+Think step by step you answer. In your response, include only the name of the class predicted.
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses
+OUTPUT: positive
+
+INPUT: Great product. Good look. JUST a little tough to remove.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+
+
[30]:
+
+
+
sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[30]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_29_1.png +
+
+
+
[ ]:
+
+
+

+
+
+
+
+
+

Prueba 3#

+
+
[31]:
+
+
+
prompt='''
+TEMPLATE:
+    "I need you to help me with a text classification task.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+PROMPT_DOMAIN:
+    ""
+
+PROMPT_LABELS:
+    ""
+
+PROMPT_DETAIL:
+    ""
+
+CHAIN_THOUGHT:
+    ""
+
+ANSWER_FORMAT:
+    ""
+'''
+
+
+
+
+
[32]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+    prompt_domain        = 'product reviews',
+    prompt_labels        = ['positive','negative','neutral'],
+    selector_k           = 10,
+    verbose              = True
+)
+
+model.task.prompt.read_prompt(prompt)
+
+model.train(
+    examples = train_reviews,
+    annotations = train_targets,
+)
+
+pred_targets = model.predict(test_reviews)
+
+
+
+
+
+
+
+
+/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )
+  warnings.warn(
+Token indices sequence length is longer than the specified maximum sequence length for this model (593 > 512). Running this sequence through the model will result in indexing errors
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.
+OUTPUT: neutral
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: It leaves white residue all over dishes! Gross!
+OUTPUT: negative
+
+INPUT: Really can't say because cat refused to try it. I gave it to someone else to try
+OUTPUT: negative
+
+INPUT: Wouldn’t keep air the first day of use!!!
+OUTPUT: negative
+
+INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something
+OUTPUT: negative
+
+INPUT: Smudges easily and collects in corners of eyes throughout the day. Goes on smooth and rich without clumping.
+OUTPUT: neutral
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.
+OUTPUT: negative
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: It keeps the litter box smelling nice.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!
+OUTPUT: negative
+
+INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.
+OUTPUT: neutral
+
+INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)
+OUTPUT: positive
+
+INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.
+OUTPUT: positive
+
+INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.
+OUTPUT: positive
+
+INPUT: Once installed we realized that it's missing a gasket or something behind it to seal it to the shower wall. Water can just run behind it because it doesn't fit tightly. It looks great and I like it, but we have to figure something out to make it more functional.
+OUTPUT: neutral
+
+INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.
+OUTPUT: negative
+
+INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work
+OUTPUT: negative
+
+INPUT: Installed this on our boat and am very happy with the results. Great product!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.
+OUTPUT: neutral
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: These raw cashews are delicious and fresh.
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: I'm really disappointed that Garden of Life SOLD OUT to NESTLE!!! Now I have to find a replacement for this supplement.
+OUTPUT: neutral
+
+INPUT: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!
+OUTPUT: neutral
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: seems okay, weaker than i thought it be be and too tight
+OUTPUT: neutral
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.
+OUTPUT: negative
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: Easy to install, but very thin
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.
+OUTPUT: negative
+
+INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.
+OUTPUT: neutral
+
+INPUT: Easy to clean. Great length for my toddler!
+OUTPUT: positive
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: After I gave it to my pet bunny, she didn't like it as much.
+OUTPUT: neutral
+
+INPUT: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: Great beginning to vampire series. It is nice to have a background upon which a series is based. I look forward to reading this series
+OUTPUT: positive
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking
+OUTPUT: positive
+
+INPUT: Michener the philosopher of the 20th Century clothed as a novelist. In an engaging style, tantalizingly follows the life of a Jew, an Arab, and an American Catholic at an archeological dig in Israel to tell the painful history of modern Judaism. Somehow he finds hope for both Israel, Jew, Arab, and in an amazing way Palestine.
+OUTPUT: positive
+
+INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!
+OUTPUT: positive
+
+INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.
+OUTPUT: positive
+
+INPUT: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.
+OUTPUT: negative
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: It arrived broken. Not packaged correctly.
+OUTPUT: negative
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: It was dried out when I opened package. Was very disappointed with this product.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.
+OUTPUT: negative
+
+INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids
+OUTPUT: neutral
+
+INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.
+OUTPUT: neutral
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: Love the humor and the stories. Very entertaining. BOL!!!
+OUTPUT: positive
+
+INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.
+OUTPUT: negative
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: Works good but wears up fast.
+OUTPUT: neutral
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: This is the second one of these that I have purchased. It is an excellent platform for a foam or conventional mattress. It is totally sturdy, and looks nice. I highly recommend it. There are many frames out there that will cost you much more, but this does the trick.
+OUTPUT: positive
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle
+OUTPUT: neutral
+
+INPUT: Whoever packed this does not care or has a lot to learn about dunnage.
+OUTPUT: negative
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.
+OUTPUT: negative
+
+INPUT: Had three weeks and corner grommet ripped out
+OUTPUT: negative
+
+INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these
+OUTPUT: neutral
+
+INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.
+OUTPUT: positive
+
+INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)
+OUTPUT: positive
+
+INPUT: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner
+OUTPUT: neutral
+
+INPUT: The description of this product indicated that it would have a cosmetic flaw only. This pendant is missing the socket. There is no place to put the light bulb.
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!
+OUTPUT: neutral
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: The teapot came with many visible scratches on it. After repeated efforts to contact the seller, they have simply ignored requests to replace or refund money.
+OUTPUT: negative
+
+INPUT: The screen protector moves around and doesn't stick so it pops off or slides around
+OUTPUT: negative
+
+INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.
+OUTPUT: negative
+
+INPUT: Spend a few dollars more and get one that works.
+OUTPUT: negative
+
+INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.
+OUTPUT: neutral
+
+INPUT: Corner of pop socket is faded I would like a new one!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her "victory walks" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment
+OUTPUT: neutral
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.
+OUTPUT: neutral
+
+INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something
+OUTPUT: negative
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: Huge disappointment box was all messed up and toy was broken
+OUTPUT: negative
+
+INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.
+OUTPUT: negative
+
+INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!
+OUTPUT: positive
+
+INPUT: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: few cables not working, please reply what to do?
+OUTPUT: neutral
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!
+OUTPUT: negative
+
+INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.
+OUTPUT: negative
+
+INPUT: We return the batteries and never revive a refund
+OUTPUT: negative
+
+INPUT: It works okay for listening to music with headphones but never works when I'm trying to use it for a call. Just splurge on the real product from Apple.
+OUTPUT: neutral
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: This charger is awesome!!!
+OUTPUT: positive
+
+INPUT: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!
+OUTPUT: negative
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.
+OUTPUT: negative
+
+INPUT: Ordered this product twice and was sent the wrong product twice.
+OUTPUT: neutral
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: Never receive my cases and never answer
+OUTPUT: negative
+
+INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer
+OUTPUT: neutral
+
+INPUT: Zero stars!!!! Scam company DO NOT BUY FROM THEM!!!
+OUTPUT: negative
+
+INPUT: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: The product did not work properly, after having it installed the check engine light came back on
+OUTPUT: negative
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.
+OUTPUT: neutral
+
+INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.
+OUTPUT: negative
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: It doesn’t stick to my car and it’s to big
+OUTPUT: negative
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: I bought this because my original charger finally gave up on me. This one won’t stay inside my phone. The charging piece won’t stay inside my phone.
+OUTPUT: neutral
+
+INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.
+OUTPUT: positive
+
+INPUT: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.
+OUTPUT: negative
+
+INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.
+OUTPUT: negative
+
+INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.
+OUTPUT: negative
+
+INPUT: It doesn’t stick to my car and it’s to big
+OUTPUT: negative
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.
+OUTPUT: negative
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.
+OUTPUT: negative
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: This Christmas window sticker receive very small, not look like the picture.z
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.
+OUTPUT: neutral
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: Perfect size and good quality. Great for cupcakes
+OUTPUT: positive
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.
+OUTPUT: positive
+
+INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.
+OUTPUT: neutral
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird "old cable tv that has lost it's signal sound" in the background when trying to listen to anything. Pretty disappointed.
+OUTPUT: neutral
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: seems okay, weaker than i thought it be be and too tight
+OUTPUT: neutral
+
+INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.
+OUTPUT: negative
+
+INPUT: The filters arrived on time. The quality is as expected.
+OUTPUT: positive
+
+INPUT: Love them. have to turn off when not in use tho
+OUTPUT: positive
+
+INPUT: This is a nice headset but I had a hard time trying to switch the language on it to English
+OUTPUT: neutral
+
+INPUT: Perfect for Bose cord replacements, or for converting to Bluetooth using a small receiver with an Aux In input.
+OUTPUT: positive
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: The low volume is quite good just a little louder than expected but that’s okay
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.
+OUTPUT: neutral
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.
+OUTPUT: negative
+
+INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.
+OUTPUT: neutral
+
+INPUT: I had bought two separate pairs for two dodges that I own and both pairs went out withing the year best to get warranty on them but they had good light to them.
+OUTPUT: neutral
+
+INPUT: Lamp works perfectly for my chicks
+OUTPUT: positive
+
+INPUT: few cables not working, please reply what to do?
+OUTPUT: neutral
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: Lights are not very bright
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: Comfortable and worth the purchase
+OUTPUT: positive
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(
+OUTPUT: neutral
+
+INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.
+OUTPUT: neutral
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!
+OUTPUT: positive
+
+INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .
+OUTPUT: neutral
+
+INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.
+OUTPUT: positive
+
+INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.
+OUTPUT: positive
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.
+OUTPUT: neutral
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: Easy to clean. Great length for my toddler!
+OUTPUT: positive
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: My puppies loved it!
+OUTPUT: positive
+
+INPUT: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.
+OUTPUT: negative
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.
+OUTPUT: negative
+
+INPUT: this item and the replacement were both 6 weeks past the expiration date
+OUTPUT: negative
+
+INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.
+OUTPUT: positive
+
+INPUT: Love them. have to turn off when not in use tho
+OUTPUT: positive
+
+INPUT: Great product but be aware of return policy.
+OUTPUT: neutral
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: Works good; Never mind expire date, those are contrived.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Made a money gift fun for all
+OUTPUT: positive
+
+INPUT: Expensive for a kids soap
+OUTPUT: neutral
+
+INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.
+OUTPUT: neutral
+
+INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.
+OUTPUT: neutral
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer
+OUTPUT: negative
+
+INPUT: Fits great kinda expensive but it’s good quality
+OUTPUT: positive
+
+INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!
+OUTPUT: positive
+
+INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly
+OUTPUT: negative
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: Just like you would get at the dollar store.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.
+OUTPUT: neutral
+
+INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????
+OUTPUT: negative
+
+INPUT: Good quality of figurine features
+OUTPUT: positive
+
+INPUT: cheap and waste of money
+OUTPUT: negative
+
+INPUT: The filters arrived on time. The quality is as expected.
+OUTPUT: positive
+
+INPUT: High quality product. I prefer the citrate formula over other types of magnesium
+OUTPUT: positive
+
+INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.
+OUTPUT: negative
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: Product is of lower quality
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: Hair is perfect for low temp curling but not realistic. This is a tiny head from the movie Beatle juice . Not for advanced cutting class
+OUTPUT: neutral
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.
+OUTPUT: positive
+
+INPUT: Perfect size and good quality. Great for cupcakes
+OUTPUT: positive
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.
+OUTPUT: neutral
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Range is not too great
+OUTPUT: neutral
+
+INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.
+OUTPUT: negative
+
+INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.
+OUTPUT: negative
+
+INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.
+OUTPUT: positive
+
+INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.
+OUTPUT: positive
+
+INPUT: We had this in shower area where it only got moisture, no direct water. First the suction kept failing. Then the alarm mysteriously kept going off. Replaced batteries, No improvement. Couldn't turn it off or reset it. Garbage.
+OUTPUT: negative
+
+INPUT: So small can't even see it in my garage i though was a lil bigger
+OUTPUT: negative
+
+INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.
+OUTPUT: positive
+
+INPUT: I bought 2 and both remotes stopped working first 5 min of useing them
+OUTPUT: negative
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.
+OUTPUT: negative
+
+INPUT: We return the batteries and never revive a refund
+OUTPUT: negative
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer
+OUTPUT: negative
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.
+OUTPUT: positive
+
+INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer
+OUTPUT: neutral
+
+INPUT: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund !
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad
+OUTPUT: negative
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.
+OUTPUT: neutral
+
+INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!
+OUTPUT: negative
+
+INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.
+OUTPUT: neutral
+
+INPUT: Fits great kinda expensive but it’s good quality
+OUTPUT: positive
+
+INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.
+OUTPUT: negative
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: asian size is too small
+OUTPUT: neutral
+
+INPUT: Warped. Does not sit flat on desk.
+OUTPUT: negative
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!
+OUTPUT: positive
+
+INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!
+OUTPUT: neutral
+
+INPUT: Pretty dam good cutters
+OUTPUT: positive
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Really, really thin.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.
+OUTPUT: neutral
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.
+OUTPUT: negative
+
+INPUT: I can't wear these all day. Snug around the toes.
+OUTPUT: neutral
+
+INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!
+OUTPUT: positive
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.
+OUTPUT: neutral
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!
+OUTPUT: positive
+
+INPUT: Too big and awkward for your counter
+OUTPUT: negative
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.
+OUTPUT: neutral
+
+INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids
+OUTPUT: neutral
+
+INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.
+OUTPUT: neutral
+
+INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.
+OUTPUT: positive
+
+INPUT: Made a money gift fun for all
+OUTPUT: positive
+
+INPUT: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.
+OUTPUT: negative
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.
+OUTPUT: neutral
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.
+OUTPUT: neutral
+
+INPUT: Does the job, but wish I had ordered the stand
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: One half stopped working after month of use
+OUTPUT: negative
+
+INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!
+OUTPUT: negative
+
+INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.
+OUTPUT: neutral
+
+INPUT: Item was used/damaged when I received it. Seal on the box was broken so I checked everything before install and it looks like the power/data connections are burnt. Returning immediately.
+OUTPUT: negative
+
+INPUT: Never Received this hot little item
+OUTPUT: negative
+
+INPUT: Movie freezes up. Can't watch it. Doesn't work
+OUTPUT: negative
+
+INPUT: Doesn’t even work . Did nothing for me :(
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: On first use it didn't heat up and now it doesn't work at all
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: It arrived broken. Not packaged correctly.
+OUTPUT: negative
+
+INPUT: This is at least the 4th hose I've tried. I had high hopes, but the metal parts are cheap and it leaks from the connector. The "fabric??" of the hose retains water and stays wet for hours or days depending on how hot - or not - the weather is. I do not recommend this product.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: never got it after a week when promised
+OUTPUT: negative
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: did not work, spit out fog oil ,must have got a bad one
+OUTPUT: negative
+
+INPUT: The nozzle broke after a week and I reached out to the seller but got no response
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97
+OUTPUT: negative
+
+INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.
+OUTPUT: positive
+
+INPUT: I look fabulous with this glasses on, totally worth it! :D
+OUTPUT: positive
+
+INPUT: Not worth your time. PASS.
+OUTPUT: negative
+
+INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.
+OUTPUT: negative
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.
+OUTPUT: positive
+
+INPUT: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include "new driver" for when people graduate out of being a student driver. (for use after you pass the road test, etc.)
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!
+OUTPUT: positive
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: So small can't even see it in my garage i though was a lil bigger
+OUTPUT: negative
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.
+OUTPUT: negative
+
+INPUT: Much smaller than anticipated. More like a notepad size than a book.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: My cats went CRAZY over this!
+OUTPUT: positive
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.
+OUTPUT: neutral
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.
+OUTPUT: positive
+
+INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.
+OUTPUT: negative
+
+INPUT: I'm really disappointed that Garden of Life SOLD OUT to NESTLE!!! Now I have to find a replacement for this supplement.
+OUTPUT: neutral
+
+INPUT: After I gave it to my pet bunny, she didn't like it as much.
+OUTPUT: neutral
+
+INPUT: My cats have no problem eating this . I put it in their food .
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.
+OUTPUT: neutral
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.
+OUTPUT: neutral
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer
+OUTPUT: neutral
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: Was very happy with this product. Liked it so much I ordered several more times. But the last order I made never made it to me. And they sent me a message telling me sorry. But they still took my money.
+OUTPUT: neutral
+
+INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.
+OUTPUT: negative
+
+INPUT: Amazon never deliver the items. Horrible customer service. Considering new purchase choices.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Good deal for a good price
+OUTPUT: positive
+
+INPUT: Great product! No complaints!
+OUTPUT: positive
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: Nice router no issues
+OUTPUT: positive
+
+INPUT: Great case. Daughter loves it.
+OUTPUT: positive
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.
+OUTPUT: neutral
+
+INPUT: Just as advertised. Quick shipping.
+OUTPUT: positive
+
+INPUT: Great price. Good quality.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!
+OUTPUT: neutral
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.
+OUTPUT: neutral
+
+INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.
+OUTPUT: negative
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: Wouldn’t keep air the first day of use!!!
+OUTPUT: negative
+
+INPUT: Seal was already broken when I opened the container and it looked like someone had used it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin
+OUTPUT: positive
+
+INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.
+OUTPUT: negative
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.
+OUTPUT: neutral
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Good deal for a good price
+OUTPUT: positive
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: the quality is okay. i would give 3 start rating for this.
+OUTPUT: neutral
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: Very good product I realy love it
+OUTPUT: positive
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: Good quality and price.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money
+OUTPUT: negative
+
+INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!
+OUTPUT: negative
+
+INPUT: It really didn’t work for me - wasn’t of any help.
+OUTPUT: neutral
+
+INPUT: it does not work, only one hearing aid works at a time
+OUTPUT: negative
+
+INPUT: did not work, spit out fog oil ,must have got a bad one
+OUTPUT: negative
+
+INPUT: Haven’t used it but everything seems great
+OUTPUT: positive
+
+INPUT: Stopped working after a couple of weeks. You get what you pay for.
+OUTPUT: negative
+
+INPUT: Does what it says, works great.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.
+OUTPUT: negative
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.
+OUTPUT: positive
+
+INPUT: High quality product. I prefer the citrate formula over other types of magnesium
+OUTPUT: positive
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.
+OUTPUT: positive
+
+INPUT: This product is a good deal as far as price and the amount of softgels. I also like that it has a high EPA and DHA formula. The only thing I don't like is the fish burps. Maybe they need to add more lemon to the formula
+OUTPUT: neutral
+
+INPUT: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: So small can't even see it in my garage i though was a lil bigger
+OUTPUT: negative
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.
+OUTPUT: positive
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.
+OUTPUT: negative
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: This item is smaller than I thought it would be but it works great!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.
+OUTPUT: positive
+
+INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while
+OUTPUT: neutral
+
+INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals
+OUTPUT: positive
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.
+OUTPUT: neutral
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.
+OUTPUT: positive
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: Didn't expect much for the price, and that's about what I got. It covers and protects my table, just have to live with a grid of folds from packaging. Seller advised to use a hair dryer to flatten out the wrinkles, but it was a very painstakingly slow process that only took some of the sharp edges off of the folds, didn't make much difference. Going to invest in something better (and much more expensive) for daily use, this is OK for what it does.
+OUTPUT: neutral
+
+INPUT: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: FIRE HAZARD DO NOT PURCHASE. Used once as instructed wires melted and caught fire!!!
+OUTPUT: negative
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.
+OUTPUT: neutral
+
+INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.
+OUTPUT: negative
+
+INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.
+OUTPUT: negative
+
+INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!
+OUTPUT: positive
+
+INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!
+OUTPUT: neutral
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: One half stopped working after month of use
+OUTPUT: negative
+
+INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!
+OUTPUT: negative
+
+INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered
+OUTPUT: negative
+
+INPUT: Bought this just about 6 months agi and is already broken. Just does not charge the computer and is as good as stone. Would not recommend this and instead buy the original from he Mac store. This product is not worth the price.
+OUTPUT: negative
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.
+OUTPUT: neutral
+
+INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.
+OUTPUT: neutral
+
+INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.
+OUTPUT: negative
+
+INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have
+OUTPUT: positive
+
+INPUT: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a "full charge" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: It arrived broken. Not packaged correctly.
+OUTPUT: negative
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.
+OUTPUT: negative
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.
+OUTPUT: neutral
+
+INPUT: We return the batteries and never revive a refund
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: Whoever packed this does not care or has a lot to learn about dunnage.
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: The outer packing was rotten by the time it arrived and it can not be returned.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.
+OUTPUT: negative
+
+INPUT: I washed it and it lost much of its plush feel and color.
+OUTPUT: neutral
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad
+OUTPUT: negative
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!
+OUTPUT: positive
+
+INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair
+OUTPUT: neutral
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”
+OUTPUT: positive
+
+INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin
+OUTPUT: positive
+
+INPUT: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: past is not enough strong
+OUTPUT: negative
+
+INPUT: Apparently 2 Billion is not very many in the world of probiotics
+OUTPUT: neutral
+
+INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong
+OUTPUT: negative
+
+INPUT: Not a credible or tasteful twist at the end of the book
+OUTPUT: neutral
+
+INPUT: My cats went CRAZY over this!
+OUTPUT: positive
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: Whoever packed this does not care or has a lot to learn about dunnage.
+OUTPUT: negative
+
+INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!
+OUTPUT: neutral
+
+INPUT: Took a bottle to Prague with me but it just did not seem to do much.
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: not what i exspected!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!
+OUTPUT: neutral
+
+INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.
+OUTPUT: neutral
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer
+OUTPUT: negative
+
+INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.
+OUTPUT: neutral
+
+INPUT: It arrived broken. Not packaged correctly.
+OUTPUT: negative
+
+INPUT: The toy is ok but it came in what they call "standard packaging" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.
+OUTPUT: neutral
+
+INPUT: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: I never bought this product so why the hell isn't showing up in my order history
+OUTPUT: negative
+
+INPUT: Very cheaply made, do not think this is quality stainless steel. The leafs of the steamer were sticking together and not opening smoothly. Poor quality in comparison to the Pyrex brand I had for 15 years. Returned.
+OUTPUT: negative
+
+INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.
+OUTPUT: negative
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.
+OUTPUT: negative
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Awkward shape, does not fit all butter sticks
+OUTPUT: neutral
+
+INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly
+OUTPUT: negative
+
+INPUT: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Very drying on my hair .
+OUTPUT: negative
+
+INPUT: Easy to clean. Great length for my toddler!
+OUTPUT: positive
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.
+OUTPUT: neutral
+
+INPUT: It leaves white residue all over dishes! Gross!
+OUTPUT: negative
+
+INPUT: I washed it and it lost much of its plush feel and color.
+OUTPUT: neutral
+
+INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .
+OUTPUT: negative
+
+INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.
+OUTPUT: negative
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: washes out very quickly
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: This is a very helpful book. Easy to understand and follow. Much rather follow these steps than take prescription meds. There used to be an app that worked as a daily checklist from the books suggestions, but now I cannot find the app anymore. Hope it comes back or gets updated.
+OUTPUT: positive
+
+INPUT: These notebooks really keep me on track, love them!
+OUTPUT: positive
+
+INPUT: Whoever packed this does not care or has a lot to learn about dunnage.
+OUTPUT: negative
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: Great book for daily living
+OUTPUT: positive
+
+INPUT: 3 1/2 Stars Remedy is a brothers best friend romance as well as a second chance romance mixed into one. It's a unique story, and the hero (Grady) has to do everything to get Collins back and prove he's the guy for her. Three years ago, Grady and Collins had an amazing night together. Collins thought she was finally getting everything she dreamed of, her brothers best friend... but when she woke up alone the next morning, and never heard from her, things definitely changed. Now Grady is back, and he's not leaving, and he's doing everything in his power to prove to her why he left, and that he's not giving her up this time around. While I loved the premise of this story, and at times Grady, he really got on my nerves. I totally understand his reasoning for leaving that night, but to not even send a letter to Collins explaining himself? To leave her wondering and hurt for all those years, and then expect her to welcome him back with open arms? Was he delusional?! Collins was right to be upset, angry, hurt, etc. She was right to put up a fight with him when he wanted her back and to move forward. I admire her will power, because Grady was persistent. I loved Collins in this book, she was strong, and she guarded her heart, and I admired her for that. Sure she loved Grady, but she was scared, and hesitant to let him back in her life, who wouldn't be after what he did to her? Her character was definitely my favorite out of the two. She definitely let things go at the pace she wanted, and when she was ready to listen, she listened. There is a lot of angst in this book, and I did enjoy watching these two reconnect when Collins started to forgive Grady, I just wish Grady would have not come off as so whiney and would have been a little more understanding. He kept saying he understood, but at times he was a little too pushy to me, and then he was sweet towards the end. I ended up loving him just as much as Collins, but in the beginning of the book, I had a hard time reading his points of view because I couldn't connect with his character. The first part of this book, was not my favorite, but he second part? I adored, hence my rating. If you like second chance, and brothers best friend romances, you may really enjoy this book, I just had a hard time with Grady at first and how he handled some of the things he did.
+OUTPUT: neutral
+
+INPUT: I like this series. The main characters are unusual and very damaged from a terrible childhood. Will is an excellent investigator but due to a disability he believes he is illiterate. Slaughter does a very good job showing how people with dyslexia learn ways to hide their limitations. It will be interesting to see how these characters play out in the future. I understand that Slaughter brings some of the characters from the Grant County series to this series. The crimes are brutal. I'm sure this is a good representation of what police come across in their career. The procedural is well done and kept me interested from start to finish. I'm looking forward to reading more of this series soon.
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: So small can't even see it in my garage i though was a lil bigger
+OUTPUT: negative
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: A bit taller than expected. I’m 5’11 & use these at the shortest adjustment. Would be nice to shorten for going up hill. They do extend for going down hill.
+OUTPUT: neutral
+
+INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.
+OUTPUT: negative
+
+INPUT: seems okay, weaker than i thought it be be and too tight
+OUTPUT: neutral
+
+INPUT: Too big and awkward for your counter
+OUTPUT: negative
+
+INPUT: Really can't say because cat refused to try it. I gave it to someone else to try
+OUTPUT: negative
+
+INPUT: The small wrench was worthless. Ended up having to buy a new blender.
+OUTPUT: negative
+
+INPUT: asian size is too small
+OUTPUT: neutral
+
+INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.
+OUTPUT: negative
+
+INPUT: way smaller than exspected
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: These raw cashews are delicious and fresh.
+OUTPUT: positive
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.
+OUTPUT: neutral
+
+INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.
+OUTPUT: negative
+
+INPUT: Super cute and would be effective for the average chewer. My dog had the east of in less than a minute. I liked that when the limbs were removed, the stuffing wasn't exposed.
+OUTPUT: neutral
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.
+OUTPUT: neutral
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: I'm really disappointed that Garden of Life SOLD OUT to NESTLE!!! Now I have to find a replacement for this supplement.
+OUTPUT: neutral
+
+INPUT: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Just as advertised. Quick shipping.
+OUTPUT: positive
+
+INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.
+OUTPUT: neutral
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.
+OUTPUT: negative
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.
+OUTPUT: neutral
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.
+OUTPUT: neutral
+
+INPUT: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Water pump works perfectly and arrived as promised.
+OUTPUT: positive
+
+INPUT: I am very upset and disappointed, a month ago I bought this axial and the second time I went to use it, the control stopped working, the car did not roll or move the direction to any side, I took it to check with a technician and made several tests connecting different controls to the car and it worked perfect but when we put back the control that brought the car did not work, very annoying since in theory this is one of the best cars and brands that are in the market
+OUTPUT: neutral
+
+INPUT: did not work, spit out fog oil ,must have got a bad one
+OUTPUT: negative
+
+INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!
+OUTPUT: negative
+
+INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.
+OUTPUT: negative
+
+INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work
+OUTPUT: negative
+
+INPUT: Stops working after 3 weeks of use. Good thing that I have a backup filter. Please replace.
+OUTPUT: negative
+
+INPUT: Failed out of the box.
+OUTPUT: negative
+
+INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.
+OUTPUT: neutral
+
+INPUT: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: Warped. Does not sit flat on desk.
+OUTPUT: negative
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't
+OUTPUT: negative
+
+INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.
+OUTPUT: negative
+
+INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle
+OUTPUT: neutral
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????
+OUTPUT: negative
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: Just as advertised. Quick shipping.
+OUTPUT: positive
+
+INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer
+OUTPUT: neutral
+
+INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered
+OUTPUT: negative
+
+INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up
+OUTPUT: neutral
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.
+OUTPUT: negative
+
+INPUT: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: 2 out of four came busted
+OUTPUT: neutral
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.
+OUTPUT: negative
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.
+OUTPUT: negative
+
+INPUT: Not exactly what I was expecting. Packaging was not in the best condition. Lights are bright and lots of different combos. Very thin light rope and was long enough to go around my mirror.
+OUTPUT: neutral
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: Order the set with 2 cables . Black housing. Only got 1 cable no housing
+OUTPUT: negative
+
+INPUT: Not all the colors of beads were included with my kit
+OUTPUT: neutral
+
+INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.
+OUTPUT: negative
+
+INPUT: Only 6 of the 12 lights were included...
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.
+OUTPUT: positive
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: Expensive for a kids soap
+OUTPUT: neutral
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: Very cheaply made, do not think this is quality stainless steel. The leafs of the steamer were sticking together and not opening smoothly. Poor quality in comparison to the Pyrex brand I had for 15 years. Returned.
+OUTPUT: negative
+
+INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't
+OUTPUT: negative
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these
+OUTPUT: neutral
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: There are no pockets for organization inside this bag. There are flat divided areas on the outside but not convenient. The material is good and has been durable thus far.
+OUTPUT: neutral
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.
+OUTPUT: neutral
+
+INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.
+OUTPUT: negative
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.
+OUTPUT: neutral
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!
+OUTPUT: positive
+
+INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.
+OUTPUT: negative
+
+INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.
+OUTPUT: negative
+
+INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.
+OUTPUT: neutral
+
+INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.
+OUTPUT: positive
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: I didn't really have high hopes for this dress as I was expecting more of a costume-like dress, but I pleasantly was surprised! It is really cute and the fabric is thicker than I was expecting which is nice. It is a little tight around the neck and the zipper does not seem to be the strongest, but I got several complements and would highly recommend this dress!
+OUTPUT: positive
+
+INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.
+OUTPUT: neutral
+
+INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.
+OUTPUT: neutral
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4" and it's bit bit long. I just knotted the corners of the bottom hem...that works.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.
+OUTPUT: negative
+
+INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!
+OUTPUT: negative
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!
+OUTPUT: positive
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: Peeled off very quickly. Looked good for a short while; maybe a day.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.
+OUTPUT: negative
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.
+OUTPUT: neutral
+
+INPUT: it does not work, only one hearing aid works at a time
+OUTPUT: negative
+
+INPUT: Total crap wouldn't even plug into the phone the pins were bent before I even tried to use it
+OUTPUT: negative
+
+INPUT: Doesn’t even work . Did nothing for me :(
+OUTPUT: negative
+
+INPUT: Finger print scanned does not work with it on
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.
+OUTPUT: neutral
+
+INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.
+OUTPUT: positive
+
+INPUT: I just got these in the mail. Work for like a minute and than gives me the accessory is not supported by this iPhone. I have the iPhone 7. It’s really wack for a deal of two of them
+OUTPUT: negative
+
+INPUT: Works as it says it will!
+OUTPUT: positive
+
+INPUT: Absolutely worthless! Adhesive does not stick!
+OUTPUT: negative
+
+INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.
+OUTPUT: neutral
+
+INPUT: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong
+OUTPUT: negative
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: FIRE HAZARD DO NOT PURCHASE. Used once as instructed wires melted and caught fire!!!
+OUTPUT: negative
+
+INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.
+OUTPUT: neutral
+
+INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.
+OUTPUT: negative
+
+INPUT: Really can't say because cat refused to try it. I gave it to someone else to try
+OUTPUT: negative
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.
+OUTPUT: negative
+
+INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.
+OUTPUT: positive
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: My kids love their bags! Carry them everywhere and are very durable.
+OUTPUT: positive
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.
+OUTPUT: positive
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: Love these rollers! Very compact and easy to travel with!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money
+OUTPUT: negative
+
+INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.
+OUTPUT: neutral
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't
+OUTPUT: negative
+
+INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.
+OUTPUT: negative
+
+INPUT: Doesn’t even work . Did nothing for me :(
+OUTPUT: negative
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.
+OUTPUT: negative
+
+INPUT: Terrible product, wouldn't stick tok edges of the phone
+OUTPUT: negative
+
+INPUT: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.
+OUTPUT: negative
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.
+OUTPUT: positive
+
+INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown
+OUTPUT: neutral
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: Quick shipping, Quality product, Perfect fit
+OUTPUT: positive
+
+INPUT: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.
+OUTPUT: neutral
+
+INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.
+OUTPUT: positive
+
+INPUT: Comfortable and worth the purchase
+OUTPUT: positive
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.
+OUTPUT: positive
+
+INPUT: Easy to clean. Great length for my toddler!
+OUTPUT: positive
+
+INPUT: Very breathable and easy to put on.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad
+OUTPUT: negative
+
+INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4"
+OUTPUT: neutral
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Great case. Daughter loves it.
+OUTPUT: positive
+
+INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.
+OUTPUT: negative
+
+INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!
+OUTPUT: negative
+
+INPUT: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer
+OUTPUT: neutral
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.
+OUTPUT: negative
+
+INPUT: Ordered this product twice and was sent the wrong product twice.
+OUTPUT: neutral
+
+INPUT: Never receive my cases and never answer
+OUTPUT: negative
+
+INPUT: I never bought this product so why the hell isn't showing up in my order history
+OUTPUT: negative
+
+INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.
+OUTPUT: positive
+
+INPUT: never received my order
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.
+OUTPUT: negative
+
+INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.
+OUTPUT: neutral
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: The toy is ok but it came in what they call "standard packaging" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.
+OUTPUT: neutral
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.
+OUTPUT: positive
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.
+OUTPUT: negative
+
+INPUT: few cables not working, please reply what to do?
+OUTPUT: neutral
+
+INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.
+OUTPUT: negative
+
+INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.
+OUTPUT: neutral
+
+INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.
+OUTPUT: neutral
+
+INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.
+OUTPUT: negative
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: Hit a bump while driving, and it falls off the vent. Phone holder needs to be reinserted into the vent after every use as it wiggled half off the vent.
+OUTPUT: neutral
+
+INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird "old cable tv that has lost it's signal sound" in the background when trying to listen to anything. Pretty disappointed.
+OUTPUT: neutral
+
+INPUT: It already stopped working. It no longer charges.
+OUTPUT: negative
+
+INPUT: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Mediocre all around. Durability is "meh". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM
+OUTPUT: neutral
+
+INPUT: I bought this modem/router about two years ago. At the start it seemed to be ok but for the last year plus I’ve had problems with it dropping the internet. This happens on all my devices both Wi-Fi and wired. The only way to restore service was to do a AC power reset. This was happening once or twice a day. Comcast came out, ran a new coax line from the pedestal to the house and boosted the signal level. Same problem. The Arris Tech guys were great but could not solve the problem. Additionally, I lost the 5G service on three occasions. I had to do a factory reset to restore this. I cannot recommend this modem/router based upon my experiences. I purchased a Netgear AC1900 modem/router. It’s fantastic. I’v Had it for over a week with no problems. It’s faster and the range is greater than the Arris. I read online that other people have had problems with the Arris modem/router connected to Comcast. If you have Comcast internet I do not recommend this Arris modem/router. Get the Netgear, its much more reliable.
+OUTPUT: negative
+
+INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.
+OUTPUT: positive
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.
+OUTPUT: negative
+
+INPUT: Haven’t used it but everything seems great
+OUTPUT: positive
+
+INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.
+OUTPUT: positive
+
+INPUT: Love listening to these CDs. Would recommend!
+OUTPUT: positive
+
+INPUT: cheap and waste of money
+OUTPUT: negative
+
+INPUT: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: Wow. I want that time back. What a huge BORE!!
+OUTPUT: negative
+
+INPUT: When we received the scoreboard it was broken. We called for support and left our number for a call back. 3 days later no call. Terrible service!
+OUTPUT: negative
+
+INPUT: One half stopped working after month of use
+OUTPUT: negative
+
+INPUT: I just got these in the mail. Work for like a minute and than gives me the accessory is not supported by this iPhone. I have the iPhone 7. It’s really wack for a deal of two of them
+OUTPUT: negative
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Doesn’t even work . Did nothing for me :(
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: Love the humor and the stories. Very entertaining. BOL!!!
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!
+OUTPUT: positive
+
+INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !
+OUTPUT: positive
+
+INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.
+OUTPUT: positive
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking
+OUTPUT: positive
+
+INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.
+OUTPUT: positive
+
+INPUT: Great story, characters and everything else. I can not recommend this more!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!
+OUTPUT: positive
+
+INPUT: I really Like this ring light! It is wonderful for the price and it gets the job done! The only issue is the light bulb heats up too fast and the light goes out, so I have to turn it off wait for a while then turn it back on. I don't think that is supposed to happen...I don't know if I have a defective light or what, but it is a very nice ring light besides the overheating.
+OUTPUT: neutral
+
+INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .
+OUTPUT: negative
+
+INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin
+OUTPUT: positive
+
+INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.
+OUTPUT: negative
+
+INPUT: asian size is too small
+OUTPUT: neutral
+
+INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.
+OUTPUT: neutral
+
+INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.
+OUTPUT: positive
+
+INPUT: These rings are dainty & adorable! Can be worn alone or stacked. The craftsmanship put into these rings, is very evident! I will definitely be buying more!!
+OUTPUT: positive
+
+INPUT: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.
+OUTPUT: positive
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.
+OUTPUT: positive
+
+INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her "victory walks" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment
+OUTPUT: neutral
+
+INPUT: The toy is ok but it came in what they call "standard packaging" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.
+OUTPUT: neutral
+
+INPUT: My kids love their bags! Carry them everywhere and are very durable.
+OUTPUT: positive
+
+INPUT: Lamp works perfectly for my chicks
+OUTPUT: positive
+
+INPUT: My girls love them, but the ball that lights up busted as soon as I removed from the package.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: My puppies loved it!
+OUTPUT: positive
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have
+OUTPUT: positive
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.
+OUTPUT: positive
+
+INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin
+OUTPUT: positive
+
+INPUT: This is a neat toy. It is fun to play with. The track pieces snap together easily. It keeps kids entertained. It comes with dinosaurs. It is made very well.
+OUTPUT: positive
+
+INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.
+OUTPUT: neutral
+
+INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.
+OUTPUT: positive
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Good deal for a good price
+OUTPUT: positive
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: spacious , love it and get many compliments
+OUTPUT: positive
+
+INPUT: Mediocre all around. Durability is "meh". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM
+OUTPUT: neutral
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.
+OUTPUT: neutral
+
+INPUT: Pretty dam good cutters
+OUTPUT: positive
+
+INPUT: well built for the price
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Enjoyable but at times confusing and difficult to follow.
+OUTPUT: neutral
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: Great book for daily living
+OUTPUT: positive
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: Michener the philosopher of the 20th Century clothed as a novelist. In an engaging style, tantalizingly follows the life of a Jew, an Arab, and an American Catholic at an archeological dig in Israel to tell the painful history of modern Judaism. Somehow he finds hope for both Israel, Jew, Arab, and in an amazing way Palestine.
+OUTPUT: positive
+
+INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.
+OUTPUT: positive
+
+INPUT: I'm almost done with this book, but its a little too wordy and not intense enough for me.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.
+OUTPUT: positive
+
+INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown
+OUTPUT: neutral
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.
+OUTPUT: negative
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97
+OUTPUT: negative
+
+INPUT: Awkward shape, does not fit all butter sticks
+OUTPUT: neutral
+
+INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.
+OUTPUT: positive
+
+INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.
+OUTPUT: negative
+
+INPUT: Quality product. I just wish there were choices for the cover, it's hideous.
+OUTPUT: neutral
+
+INPUT: Fit as expected to replace broken cover
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????
+OUTPUT: negative
+
+INPUT: These rings are dainty & adorable! Can be worn alone or stacked. The craftsmanship put into these rings, is very evident! I will definitely be buying more!!
+OUTPUT: positive
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.
+OUTPUT: negative
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.
+OUTPUT: neutral
+
+INPUT: Adding a review post 1 year of ownership. Mediocre quality. My daughter has been riding the bike to school and back for about a year. The headset (where the handlebar connects) requires re-tightening every few months. The brakes are a weak spot on this bicycle, they are finicky to adjust and need readjustment every month. The shifting system works as you'd expect for a $200 bicycle, clicks into gear but is not smooth. We haven't experience any of the chain issues some others have mentioned. Lastly, I'm disappointed in the quality of the bolts/nuts used on the bike, the frame itself and most of the components seem to be of decent quality, but the bolts had surface rust after the first winter (and we live in california so we rarely even have rain, just typical morning dew).
+OUTPUT: neutral
+
+INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the "premium" (non-organic) towels from Wal-Mart. You can't go wrong.
+OUTPUT: positive
+
+INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.
+OUTPUT: positive
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.
+OUTPUT: negative
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: These notebooks really keep me on track, love them!
+OUTPUT: positive
+
+INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.
+OUTPUT: neutral
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!
+OUTPUT: negative
+
+INPUT: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.
+OUTPUT: neutral
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.
+OUTPUT: neutral
+
+INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.
+OUTPUT: positive
+
+INPUT: Expensive for a kids soap
+OUTPUT: neutral
+
+INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.
+OUTPUT: negative
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: These raw cashews are delicious and fresh.
+OUTPUT: positive
+
+INPUT: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids
+OUTPUT: neutral
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: Apparently 2 Billion is not very many in the world of probiotics
+OUTPUT: neutral
+
+INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.
+OUTPUT: negative
+
+INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.
+OUTPUT: negative
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.
+OUTPUT: negative
+
+INPUT: Ordered this product twice and was sent the wrong product twice.
+OUTPUT: neutral
+
+INPUT: Item description says "pack of 3" but I only received 1
+OUTPUT: negative
+
+INPUT: This item takes 2 AA batteries not 2 C batteries like it says
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.
+OUTPUT: negative
+
+INPUT: My paper towels kept falling off
+OUTPUT: negative
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.
+OUTPUT: neutral
+
+INPUT: Awkward shape, does not fit all butter sticks
+OUTPUT: neutral
+
+INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.
+OUTPUT: neutral
+
+INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.
+OUTPUT: neutral
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: Did not come with the wand
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.
+OUTPUT: negative
+
+INPUT: Made a money gift fun for all
+OUTPUT: positive
+
+INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.
+OUTPUT: neutral
+
+INPUT: Not all the colors of beads were included with my kit
+OUTPUT: neutral
+
+INPUT: Failed out of the box.
+OUTPUT: negative
+
+INPUT: Came with 2 pens missing from the box.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Absolutely worthless! Adhesive does not stick!
+OUTPUT: negative
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: Great product will recomend
+OUTPUT: positive
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: It was very easy to install on my laptop.
+OUTPUT: positive
+
+INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.
+OUTPUT: neutral
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.
+OUTPUT: positive
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: Adhesive is good. Easy to apply.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !
+OUTPUT: positive
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!
+OUTPUT: positive
+
+INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!
+OUTPUT: neutral
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: spacious , love it and get many compliments
+OUTPUT: positive
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.
+OUTPUT: neutral
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Solid performer until the last quart of oil was being drawn out, then it started to spray oil out of the top.
+OUTPUT: neutral
+
+INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy
+OUTPUT: positive
+
+INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.
+OUTPUT: neutral
+
+INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months
+OUTPUT: negative
+
+INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .
+OUTPUT: neutral
+
+INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.
+OUTPUT: positive
+
+INPUT: The small wrench was worthless. Ended up having to buy a new blender.
+OUTPUT: negative
+
+INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!
+OUTPUT: positive
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: Supplied stoppers were no fit for soap bottle! Had to put the original plastic top back on bottle and insert tube through hole. It then worked!
+OUTPUT: neutral
+
+INPUT: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Item description says "pack of 3" but I only received 1
+OUTPUT: negative
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.
+OUTPUT: negative
+
+INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.
+OUTPUT: positive
+
+INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.
+OUTPUT: negative
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Not a credible or tasteful twist at the end of the book
+OUTPUT: neutral
+
+INPUT: Item was used/damaged when I received it. Seal on the box was broken so I checked everything before install and it looks like the power/data connections are burnt. Returning immediately.
+OUTPUT: negative
+
+INPUT: This system is not as simple & straight-forward to program as one with fewer tech capabilities. The voice quality of the Caller ID announcement is poor & there are multiple steps to use Call Block and to access, then erase, Messages. However, the large capacity to store Blocked Calls is a major reason for the purchase.
+OUTPUT: neutral
+
+INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.
+OUTPUT: negative
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair
+OUTPUT: neutral
+
+INPUT: past is not enough strong
+OUTPUT: negative
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: Don't buy this game the physics are terrible and I am so mad at this game because probably there are about 40 hackers on every single game and the game. Don't doesn't even do anything about it you know they just let the hackers do whatever they want and then they do know that the game is terrible but they're doing absolutely nothing about it and the game keeps on doing updates about their characters really what they should be updating is the physics because it's terrible don't buy this game the physics are terrible and mechanics are terrible the people that obviously the people that built this game was high or something because it's one of the worst games I've honestly ever played in my life I would rather play Pixel Games in this crap it's one of the worst games don't buy
+OUTPUT: negative
+
+INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!
+OUTPUT: negative
+
+INPUT: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.
+OUTPUT: positive
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these
+OUTPUT: neutral
+
+INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .
+OUTPUT: negative
+
+INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!
+OUTPUT: negative
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.
+OUTPUT: neutral
+
+INPUT: High quality product. I prefer the citrate formula over other types of magnesium
+OUTPUT: positive
+
+INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.
+OUTPUT: negative
+
+INPUT: I look fabulous with this glasses on, totally worth it! :D
+OUTPUT: positive
+
+INPUT: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: I look fabulous with this glasses on, totally worth it! :D
+OUTPUT: positive
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(
+OUTPUT: neutral
+
+INPUT: The Marino Avenue brand Men’s low cut socks are of good quality. I put them through one cycle of hot water washing and drying and they stood up to the challenge. What I like best is the color choices on the socks. The green, yellow, red, and black one is my favorite combo.
+OUTPUT: positive
+
+INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!
+OUTPUT: positive
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.
+OUTPUT: neutral
+
+INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.
+OUTPUT: negative
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: Just as advertised. Quick shipping.
+OUTPUT: positive
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: Failed out of the box.
+OUTPUT: negative
+
+INPUT: Was not delivered!!!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong
+OUTPUT: negative
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Thought this was a magnetic sticker, I was mistaken.
+OUTPUT: neutral
+
+INPUT: Pretty dam good cutters
+OUTPUT: positive
+
+INPUT: So small can't even see it in my garage i though was a lil bigger
+OUTPUT: negative
+
+INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.
+OUTPUT: positive
+
+INPUT: less flexible than expected.. but still good for the price
+OUTPUT: neutral
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: Perfect for Bose cord replacements, or for converting to Bluetooth using a small receiver with an Aux In input.
+OUTPUT: positive
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: This thing is EXACTLY what is described, 10/10
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: Belt loops were not fastened upon opening. They were not stitched.
+OUTPUT: negative
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: Not worth your time. PASS.
+OUTPUT: negative
+
+INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.
+OUTPUT: neutral
+
+INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!
+OUTPUT: negative
+
+INPUT: Runs very large. Order 3 sizes smaller!
+OUTPUT: neutral
+
+INPUT: Pretty dam good cutters
+OUTPUT: positive
+
+INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.
+OUTPUT: negative
+
+INPUT: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!
+OUTPUT: positive
+
+INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.
+OUTPUT: negative
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: Runs very large. Order 3 sizes smaller!
+OUTPUT: neutral
+
+INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.
+OUTPUT: negative
+
+INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.
+OUTPUT: neutral
+
+INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad
+OUTPUT: negative
+
+INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4"
+OUTPUT: neutral
+
+INPUT: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: This is a nice headset but I had a hard time trying to switch the language on it to English
+OUTPUT: neutral
+
+INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.
+OUTPUT: negative
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: It arrived broken. Not packaged correctly.
+OUTPUT: negative
+
+INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!
+OUTPUT: negative
+
+INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.
+OUTPUT: negative
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: I bought this because my original charger finally gave up on me. This one won’t stay inside my phone. The charging piece won’t stay inside my phone.
+OUTPUT: neutral
+
+INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered
+OUTPUT: negative
+
+INPUT: asian size is too small
+OUTPUT: neutral
+
+INPUT: I ordered this phone for my daughter and the "unlocked dual phone " is misleading as it came LOCKED & in Chinese!😡
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something
+OUTPUT: negative
+
+INPUT: Took a bottle to Prague with me but it just did not seem to do much.
+OUTPUT: negative
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Use at your own risk. My wife and I both had burning sensation and skin reactions. No history of sensitive skin.
+OUTPUT: negative
+
+INPUT: Wouldn’t keep air the first day of use!!!
+OUTPUT: negative
+
+INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have
+OUTPUT: positive
+
+INPUT: never got it after a week when promised
+OUTPUT: negative
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: Works good but wears up fast.
+OUTPUT: neutral
+
+INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal
+OUTPUT: neutral
+
+INPUT: Have not used at night yet
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.
+OUTPUT: neutral
+
+INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.
+OUTPUT: negative
+
+INPUT: Cute bag zipper broke month after I bought it.
+OUTPUT: neutral
+
+INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.
+OUTPUT: negative
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: Expensive for a kids soap
+OUTPUT: neutral
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.
+OUTPUT: neutral
+
+INPUT: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: I like this series. The main characters are unusual and very damaged from a terrible childhood. Will is an excellent investigator but due to a disability he believes he is illiterate. Slaughter does a very good job showing how people with dyslexia learn ways to hide their limitations. It will be interesting to see how these characters play out in the future. I understand that Slaughter brings some of the characters from the Grant County series to this series. The crimes are brutal. I'm sure this is a good representation of what police come across in their career. The procedural is well done and kept me interested from start to finish. I'm looking forward to reading more of this series soon.
+OUTPUT: positive
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: Great book for daily living
+OUTPUT: positive
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.
+OUTPUT: positive
+
+INPUT: This is a very helpful book. Easy to understand and follow. Much rather follow these steps than take prescription meds. There used to be an app that worked as a daily checklist from the books suggestions, but now I cannot find the app anymore. Hope it comes back or gets updated.
+OUTPUT: positive
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: These notebooks really keep me on track, love them!
+OUTPUT: positive
+
+INPUT: I like everything about this book and the fine expert author who also provides vital information on T.V.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.
+OUTPUT: positive
+
+INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.
+OUTPUT: negative
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!
+OUTPUT: positive
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.
+OUTPUT: neutral
+
+INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!
+OUTPUT: positive
+
+INPUT: This product is a good deal as far as price and the amount of softgels. I also like that it has a high EPA and DHA formula. The only thing I don't like is the fish burps. Maybe they need to add more lemon to the formula
+OUTPUT: neutral
+
+INPUT: The first time I bought it the smell was barely noticeable, this time however it smells terrible. Not sure why the smell change if the formula didn't change but the smell makes it hard to use. I guess I would rather it smell bad than be sick though...
+OUTPUT: neutral
+
+INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.
+OUTPUT: neutral
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: High quality product. I prefer the citrate formula over other types of magnesium
+OUTPUT: positive
+
+INPUT: Just got the product and tested over the weekend for a big party. It turned out great for the 8lb ribs my hubby cooked. Got lots of compliments from the guests!
+OUTPUT: positive
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product..
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong
+OUTPUT: negative
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.
+OUTPUT: neutral
+
+INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.
+OUTPUT: negative
+
+INPUT: I have returned it. Did not like it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .
+OUTPUT: neutral
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.
+OUTPUT: positive
+
+INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.
+OUTPUT: positive
+
+INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.
+OUTPUT: positive
+
+INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy
+OUTPUT: positive
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: Nice router no issues
+OUTPUT: positive
+
+INPUT: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results .
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....
+OUTPUT: negative
+
+INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.
+OUTPUT: negative
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality
+OUTPUT: neutral
+
+INPUT: We return the batteries and never revive a refund
+OUTPUT: negative
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: Got a screen didn’t worked reorder it and still didn’t work trash screen
+OUTPUT: negative
+
+INPUT: Great product but be aware of return policy.
+OUTPUT: neutral
+
+INPUT: I never received this and I was need to go to the store to buy a replacement
+OUTPUT: negative
+
+INPUT: this was sent back, because I did not need it
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.
+OUTPUT: negative
+
+INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!
+OUTPUT: positive
+
+INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.
+OUTPUT: neutral
+
+INPUT: Lamp works perfectly for my chicks
+OUTPUT: positive
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses
+OUTPUT: positive
+
+INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(
+OUTPUT: neutral
+
+INPUT: This shade sits too low on the lens and it hangs below the top edge of the lens and is crooked! The design is terrible. What made it worse is that it cannot be returned!! Don’t buy and waste your money!
+OUTPUT: negative
+
+INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work
+OUTPUT: negative
+
+INPUT: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.
+OUTPUT: neutral
+
+INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.
+OUTPUT: neutral
+
+INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!
+OUTPUT: negative
+
+INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.
+OUTPUT: neutral
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Fits great kinda expensive but it’s good quality
+OUTPUT: positive
+
+INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.
+OUTPUT: negative
+
+INPUT: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Works good but wears up fast.
+OUTPUT: neutral
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.
+OUTPUT: negative
+
+INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(
+OUTPUT: neutral
+
+INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.
+OUTPUT: negative
+
+INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.
+OUTPUT: negative
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: Works well, was great for my Injustice 2 Harley Quinn cosplay
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Very drying on my hair .
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.
+OUTPUT: neutral
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: I washed it and it lost much of its plush feel and color.
+OUTPUT: neutral
+
+INPUT: It leaves white residue all over dishes! Gross!
+OUTPUT: negative
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!
+OUTPUT: positive
+
+INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.
+OUTPUT: neutral
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: Does not dry like it is supposed to.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: it does not work, only one hearing aid works at a time
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: These earbuds are really good.. I bought them for my wife and she is really impressed.. good sound quality.. no problem connecting to her phone.. and they look really good.. i like how the charging box looks as well.. i really think these are as good as the name brand buds.. would recommend to anyone..
+OUTPUT: positive
+
+INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer
+OUTPUT: negative
+
+INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.
+OUTPUT: negative
+
+INPUT: this item and the replacement were both 6 weeks past the expiration date
+OUTPUT: negative
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: Stopped working after a couple of weeks. You get what you pay for.
+OUTPUT: negative
+
+INPUT: Right earbud has given our after less than 6 months of use. Do not buy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.
+OUTPUT: neutral
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: Cute bag zipper broke month after I bought it.
+OUTPUT: neutral
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: Cool bag with graphics, but smelled like mildew.
+OUTPUT: neutral
+
+INPUT: My husband is in law enforcement and loves this bag.
+OUTPUT: positive
+
+INPUT: Huge disappointment box was all messed up and toy was broken
+OUTPUT: negative
+
+INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.
+OUTPUT: neutral
+
+INPUT: one bag was torn when it's delivered
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Total crap wouldn't even plug into the phone the pins were bent before I even tried to use it
+OUTPUT: negative
+
+INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.
+OUTPUT: positive
+
+INPUT: it does not work, only one hearing aid works at a time
+OUTPUT: negative
+
+INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.
+OUTPUT: neutral
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.
+OUTPUT: negative
+
+INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.
+OUTPUT: neutral
+
+INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.
+OUTPUT: negative
+
+INPUT: I bought this because my original charger finally gave up on me. This one won’t stay inside my phone. The charging piece won’t stay inside my phone.
+OUTPUT: neutral
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.
+OUTPUT: negative
+
+INPUT: Use at your own risk. My wife and I both had burning sensation and skin reactions. No history of sensitive skin.
+OUTPUT: negative
+
+INPUT: Mediocre all around. Durability is "meh". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM
+OUTPUT: neutral
+
+INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.
+OUTPUT: positive
+
+INPUT: ear holes are smaller so i can hurt after long use.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.
+OUTPUT: negative
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!
+OUTPUT: negative
+
+INPUT: Bought this just about 6 months agi and is already broken. Just does not charge the computer and is as good as stone. Would not recommend this and instead buy the original from he Mac store. This product is not worth the price.
+OUTPUT: negative
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.
+OUTPUT: neutral
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Remote does work well, however the batteries do not last long. Disappointing.
+OUTPUT: neutral
+
+INPUT: Love them. have to turn off when not in use tho
+OUTPUT: positive
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!
+OUTPUT: positive
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.
+OUTPUT: positive
+
+INPUT: We return the batteries and never revive a refund
+OUTPUT: negative
+
+INPUT: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Huge disappointment box was all messed up and toy was broken
+OUTPUT: negative
+
+INPUT: Can't wait for the next book to be published.
+OUTPUT: positive
+
+INPUT: don't like it, too lumpy
+OUTPUT: neutral
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: Wow. I want that time back. What a huge BORE!!
+OUTPUT: negative
+
+INPUT: Nothing like the photo. Boo.
+OUTPUT: negative
+
+INPUT: Waste of money smfh sooo upset
+OUTPUT: negative
+
+INPUT: Good deal for a good price
+OUTPUT: positive
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Did not fit very well
+OUTPUT: negative
+
+INPUT: Not happy. Not what we were hoping for.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.
+OUTPUT: negative
+
+INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.
+OUTPUT: neutral
+
+INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.
+OUTPUT: neutral
+
+INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.
+OUTPUT: negative
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses
+OUTPUT: positive
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.
+OUTPUT: positive
+
+INPUT: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown
+OUTPUT: neutral
+
+INPUT: The screen protector moves around and doesn't stick so it pops off or slides around
+OUTPUT: negative
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.
+OUTPUT: negative
+
+INPUT: This shade sits too low on the lens and it hangs below the top edge of the lens and is crooked! The design is terrible. What made it worse is that it cannot be returned!! Don’t buy and waste your money!
+OUTPUT: negative
+
+INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.
+OUTPUT: negative
+
+INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!
+OUTPUT: negative
+
+INPUT: The top part of the cover does not stay on.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!
+OUTPUT: positive
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these
+OUTPUT: neutral
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: Comfortable and worth the purchase
+OUTPUT: positive
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: never got it after a week when promised
+OUTPUT: negative
+
+INPUT: Smell doesn't last as long as I would like. When first opened, it smells great!
+OUTPUT: neutral
+
+INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin
+OUTPUT: positive
+
+INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal
+OUTPUT: neutral
+
+INPUT: Wow. I want that time back. What a huge BORE!!
+OUTPUT: negative
+
+INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.
+OUTPUT: negative
+
+INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.
+OUTPUT: negative
+
+INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.
+OUTPUT: negative
+
+INPUT: Wouldn’t keep air the first day of use!!!
+OUTPUT: negative
+
+INPUT: Great length but only lasted 6 months.
+OUTPUT: neutral
+
+INPUT: Last me only couple of week
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Will continue to buy.
+OUTPUT: positive
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.
+OUTPUT: neutral
+
+INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.
+OUTPUT: positive
+
+INPUT: cheap and waste of money
+OUTPUT: negative
+
+INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.
+OUTPUT: negative
+
+INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.
+OUTPUT: positive
+
+INPUT: Great product but be aware of return policy.
+OUTPUT: neutral
+
+INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer
+OUTPUT: negative
+
+INPUT: We return the batteries and never revive a refund
+OUTPUT: negative
+
+INPUT: I not going to buy it again
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.
+OUTPUT: neutral
+
+INPUT: I reuse my Nespresso capsules and these fit perfectly and keep all coffee grounds out.
+OUTPUT: positive
+
+INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy
+OUTPUT: positive
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.
+OUTPUT: neutral
+
+INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.
+OUTPUT: positive
+
+INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.
+OUTPUT: negative
+
+INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!
+OUTPUT: positive
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Once installed we realized that it's missing a gasket or something behind it to seal it to the shower wall. Water can just run behind it because it doesn't fit tightly. It looks great and I like it, but we have to figure something out to make it more functional.
+OUTPUT: neutral
+
+INPUT: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Thin curtains that are only good for an accent. 56" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!
+OUTPUT: negative
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.
+OUTPUT: neutral
+
+INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!
+OUTPUT: positive
+
+INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals
+OUTPUT: positive
+
+INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.
+OUTPUT: positive
+
+INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .
+OUTPUT: neutral
+
+INPUT: The Marino Avenue brand Men’s low cut socks are of good quality. I put them through one cycle of hot water washing and drying and they stood up to the challenge. What I like best is the color choices on the socks. The green, yellow, red, and black one is my favorite combo.
+OUTPUT: positive
+
+INPUT: Very cute short curtains just what I was looking for for my new farmhouse style decor
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Fits great kinda expensive but it’s good quality
+OUTPUT: positive
+
+INPUT: I mean the case looks cool. I don’t know anything about functionality but they sent me a iPhone 8 Plus case. The title says 6 plus, I ordered a 6 plus and there was no option on selecting another iPhone size beside 6 and 6 plus so I’m very disappointed in the service
+OUTPUT: negative
+
+INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart
+OUTPUT: neutral
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.
+OUTPUT: neutral
+
+INPUT: Terrible product, wouldn't stick tok edges of the phone
+OUTPUT: negative
+
+INPUT: Comfortable and worth the purchase
+OUTPUT: positive
+
+INPUT: These earbuds are really good.. I bought them for my wife and she is really impressed.. good sound quality.. no problem connecting to her phone.. and they look really good.. i like how the charging box looks as well.. i really think these are as good as the name brand buds.. would recommend to anyone..
+OUTPUT: positive
+
+INPUT: Just as good as the other speck phone cases. It is just prettier
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!
+OUTPUT: neutral
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: The teapot came with many visible scratches on it. After repeated efforts to contact the seller, they have simply ignored requests to replace or refund money.
+OUTPUT: negative
+
+INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.
+OUTPUT: neutral
+
+INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.
+OUTPUT: negative
+
+INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.
+OUTPUT: neutral
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.
+OUTPUT: negative
+
+INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.
+OUTPUT: neutral
+
+INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.
+OUTPUT: positive
+
+INPUT: There was some question on as to whether or not these were solid stainless steel or not on the listing. Since the seller made a point of saying they were solid, I decided to give it a shot. The bad news: my grill was 1/2" too wide, so I had to saw off the nubs on the end of the grates to fit. The good news: they are definitely solid stainless as advertised, so I am not worried about these grates de-laminating like my old factory grates. Glad I bought these. They look great, well-constructed and feel heavy duty. Can't wait to fire up the grill!
+OUTPUT: positive
+
+INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.
+OUTPUT: neutral
+
+INPUT: I reuse my Nespresso capsules and these fit perfectly and keep all coffee grounds out.
+OUTPUT: positive
+
+INPUT: The filters arrived on time. The quality is as expected.
+OUTPUT: positive
+
+INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.
+OUTPUT: positive
+
+INPUT: These raw cashews are delicious and fresh.
+OUTPUT: positive
+
+INPUT: I'm really pissed off about this tiny brush that was sent with the bottle. This has to be a joke. I've purchased smaller water bottles and received a brush bigger/better than this.
+OUTPUT: neutral
+
+INPUT: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: Awkward shape, does not fit all butter sticks
+OUTPUT: neutral
+
+INPUT: Our family does a game night most weeks and I got this thinking it would be fun to play. And it was. We played it 3 times (2 adults and 2 kids, 11 and 10) before we figured out how to win every time. Even the "more challenging" level is just more flooding, which, once solved, isn't much of a challenge. I was hoping for re-playability, but we've taken this one out of the rotation. Fun and interesting the first couple of times through, though.
+OUTPUT: neutral
+
+INPUT: Not all the colors of beads were included with my kit
+OUTPUT: neutral
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.
+OUTPUT: negative
+
+INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.
+OUTPUT: negative
+
+INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....
+OUTPUT: negative
+
+INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.
+OUTPUT: negative
+
+INPUT: I thought it was much bigger, it's look like a new born baby ear ring.
+OUTPUT: neutral
+
+INPUT: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Huge disappointment box was all messed up and toy was broken
+OUTPUT: negative
+
+INPUT: Just got the product and tested over the weekend for a big party. It turned out great for the 8lb ribs my hubby cooked. Got lots of compliments from the guests!
+OUTPUT: positive
+
+INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.
+OUTPUT: positive
+
+INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.
+OUTPUT: neutral
+
+INPUT: Mango butter was extremely dry upon delivery.
+OUTPUT: negative
+
+INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!
+OUTPUT: positive
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird "old cable tv that has lost it's signal sound" in the background when trying to listen to anything. Pretty disappointed.
+OUTPUT: neutral
+
+INPUT: Had three weeks and corner grommet ripped out
+OUTPUT: negative
+
+INPUT: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE?
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!
+OUTPUT: neutral
+
+INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.
+OUTPUT: positive
+
+INPUT: Did not fit very well
+OUTPUT: negative
+
+INPUT: Nice router no issues
+OUTPUT: positive
+
+INPUT: My puppies loved it!
+OUTPUT: positive
+
+INPUT: Comfortable and worth the purchase
+OUTPUT: positive
+
+INPUT: Huge disappointment box was all messed up and toy was broken
+OUTPUT: negative
+
+INPUT: Enjoyable but at times confusing and difficult to follow.
+OUTPUT: neutral
+
+INPUT: seems okay, weaker than i thought it be be and too tight
+OUTPUT: neutral
+
+INPUT: understated, but they did not look good on my overstated face.
+OUTPUT: neutral
+
+INPUT: Was OK but not wonderful
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.
+OUTPUT: neutral
+
+INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!
+OUTPUT: positive
+
+INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.
+OUTPUT: positive
+
+INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.
+OUTPUT: neutral
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.
+OUTPUT: neutral
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: spacious , love it and get many compliments
+OUTPUT: positive
+
+INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!
+OUTPUT: positive
+
+INPUT: very cute style and design, but tarnished after 1 wear!
+OUTPUT: neutral
+
+INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(
+OUTPUT: neutral
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: Perfect brush, small radius, and good quality.
+OUTPUT: positive
+
+INPUT: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money
+OUTPUT: negative
+
+INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.
+OUTPUT: neutral
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.
+OUTPUT: negative
+
+INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.
+OUTPUT: neutral
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!
+OUTPUT: positive
+
+INPUT: Took a bottle to Prague with me but it just did not seem to do much.
+OUTPUT: negative
+
+INPUT: I have been searching for a deodorant that works and is natural. This one works great! It smells so nice and lasts all day
+OUTPUT: positive
+
+INPUT: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.
+OUTPUT: neutral
+
+INPUT: Huge disappointment box was all messed up and toy was broken
+OUTPUT: negative
+
+INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97
+OUTPUT: negative
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.
+OUTPUT: negative
+
+INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.
+OUTPUT: positive
+
+INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!
+OUTPUT: positive
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: They were exactly what I was looking for.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Just as advertised. Quick shipping.
+OUTPUT: positive
+
+INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.
+OUTPUT: positive
+
+INPUT: My son Loves it for his 6 years old birthday! The package including everything you need. Highly recommend
+OUTPUT: positive
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: spacious , love it and get many compliments
+OUTPUT: positive
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: Nice color but very Small
+OUTPUT: neutral
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: Great,just what I want
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.
+OUTPUT: positive
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.
+OUTPUT: positive
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: spacious , love it and get many compliments
+OUTPUT: positive
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: Did not fit very well
+OUTPUT: negative
+
+INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.
+OUTPUT: neutral
+
+INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad
+OUTPUT: negative
+
+INPUT: Great fit... very warm.. very comfortable
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: Good quality of figurine features
+OUTPUT: positive
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!
+OUTPUT: positive
+
+INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.
+OUTPUT: negative
+
+INPUT: The toy is ok but it came in what they call "standard packaging" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.
+OUTPUT: neutral
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the "premium" (non-organic) towels from Wal-Mart. You can't go wrong.
+OUTPUT: positive
+
+INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.
+OUTPUT: positive
+
+INPUT: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: After I gave it to my pet bunny, she didn't like it as much.
+OUTPUT: neutral
+
+INPUT: This is definitely the shampoo the Stars use. My hair is never smelt better or felt softer in my entire life. I felt like a model walking down the street with my hair bouncing and blowing in the wind. I highly recommend this product. I did not use it for a drug test, I just wanted to see if it would clean out the impurities from my hair which it seems to have done.
+OUTPUT: positive
+
+INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.
+OUTPUT: negative
+
+INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???
+OUTPUT: negative
+
+INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.
+OUTPUT: positive
+
+INPUT: The process was pretty simple and straightforward, and I ended up using the entire mixture all over my hair. After leaving it in for at least 30 minutes and following all the steps, it still didn't cover all my grays. It did mask a good portion of them to blend more with my hair, but I wish it would've been complete coverage.
+OUTPUT: neutral
+
+INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.
+OUTPUT: negative
+
+INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer
+OUTPUT: negative
+
+INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle
+OUTPUT: neutral
+
+INPUT: Cool bag with graphics, but smelled like mildew.
+OUTPUT: neutral
+
+INPUT: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking
+OUTPUT: positive
+
+INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.
+OUTPUT: neutral
+
+INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.
+OUTPUT: neutral
+
+INPUT: 3 1/2 Stars Remedy is a brothers best friend romance as well as a second chance romance mixed into one. It's a unique story, and the hero (Grady) has to do everything to get Collins back and prove he's the guy for her. Three years ago, Grady and Collins had an amazing night together. Collins thought she was finally getting everything she dreamed of, her brothers best friend... but when she woke up alone the next morning, and never heard from her, things definitely changed. Now Grady is back, and he's not leaving, and he's doing everything in his power to prove to her why he left, and that he's not giving her up this time around. While I loved the premise of this story, and at times Grady, he really got on my nerves. I totally understand his reasoning for leaving that night, but to not even send a letter to Collins explaining himself? To leave her wondering and hurt for all those years, and then expect her to welcome him back with open arms? Was he delusional?! Collins was right to be upset, angry, hurt, etc. She was right to put up a fight with him when he wanted her back and to move forward. I admire her will power, because Grady was persistent. I loved Collins in this book, she was strong, and she guarded her heart, and I admired her for that. Sure she loved Grady, but she was scared, and hesitant to let him back in her life, who wouldn't be after what he did to her? Her character was definitely my favorite out of the two. She definitely let things go at the pace she wanted, and when she was ready to listen, she listened. There is a lot of angst in this book, and I did enjoy watching these two reconnect when Collins started to forgive Grady, I just wish Grady would have not come off as so whiney and would have been a little more understanding. He kept saying he understood, but at times he was a little too pushy to me, and then he was sweet towards the end. I ended up loving him just as much as Collins, but in the beginning of the book, I had a hard time reading his points of view because I couldn't connect with his character. The first part of this book, was not my favorite, but he second part? I adored, hence my rating. If you like second chance, and brothers best friend romances, you may really enjoy this book, I just had a hard time with Grady at first and how he handled some of the things he did.
+OUTPUT: neutral
+
+INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.
+OUTPUT: positive
+
+INPUT: Not a credible or tasteful twist at the end of the book
+OUTPUT: neutral
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: This novel took my heart. If you’ve read Eleanor and Park you know your in for a whirlwind. It was everything I expected.
+OUTPUT: positive
+
+INPUT: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: My husband is in law enforcement and loves this bag.
+OUTPUT: positive
+
+INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.
+OUTPUT: negative
+
+INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.
+OUTPUT: negative
+
+INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.
+OUTPUT: negative
+
+INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.
+OUTPUT: negative
+
+INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.
+OUTPUT: neutral
+
+INPUT: Item description says "pack of 3" but I only received 1
+OUTPUT: negative
+
+INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....
+OUTPUT: negative
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the "premium" (non-organic) towels from Wal-Mart. You can't go wrong.
+OUTPUT: positive
+
+INPUT: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals
+OUTPUT: positive
+
+INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.
+OUTPUT: neutral
+
+INPUT: Love the humor and the stories. Very entertaining. BOL!!!
+OUTPUT: positive
+
+INPUT: Does not give out that much light
+OUTPUT: neutral
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.
+OUTPUT: neutral
+
+INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!
+OUTPUT: negative
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....
+OUTPUT: negative
+
+INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.
+OUTPUT: negative
+
+INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.
+OUTPUT: neutral
+
+INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.
+OUTPUT: negative
+
+INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .
+OUTPUT: negative
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.
+OUTPUT: negative
+
+INPUT: Cute bag zipper broke month after I bought it.
+OUTPUT: neutral
+
+INPUT: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: I bought these for a Nerf battle birthday party for my son. We put buckets of these bullets out on the battlefield and they worked great! Highly recommend!
+OUTPUT: positive
+
+INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.
+OUTPUT: negative
+
+INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.
+OUTPUT: positive
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(
+OUTPUT: neutral
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: seems okay, weaker than i thought it be be and too tight
+OUTPUT: neutral
+
+INPUT: I was disappointed with these. I thought they would be heavier.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered
+OUTPUT: negative
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.
+OUTPUT: positive
+
+INPUT: Mediocre all around. Durability is "meh". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM
+OUTPUT: neutral
+
+INPUT: I take Carnitine for recovery and endurance, this product does the job, and does it well.
+OUTPUT: positive
+
+INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have
+OUTPUT: positive
+
+INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.
+OUTPUT: negative
+
+INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.
+OUTPUT: neutral
+
+INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.
+OUTPUT: neutral
+
+INPUT: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.
+OUTPUT: negative
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: Terrible product, wouldn't stick tok edges of the phone
+OUTPUT: negative
+
+INPUT: This is literally just a cardstock. Not a canvas and needs to be framed to display. Not a good price considering all it is.
+OUTPUT: neutral
+
+INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.
+OUTPUT: neutral
+
+INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .
+OUTPUT: neutral
+
+INPUT: I liked the color but the product don't stay latched or closed after putting any cards in the slots
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: 2 out of four came busted
+OUTPUT: neutral
+
+INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning
+OUTPUT: neutral
+
+INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!
+OUTPUT: neutral
+
+INPUT: My kids love their bags! Carry them everywhere and are very durable.
+OUTPUT: positive
+
+INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her "victory walks" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment
+OUTPUT: neutral
+
+INPUT: Had three weeks and corner grommet ripped out
+OUTPUT: negative
+
+INPUT: The teapot came with many visible scratches on it. After repeated efforts to contact the seller, they have simply ignored requests to replace or refund money.
+OUTPUT: negative
+
+INPUT: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: Warped. Does not sit flat on desk.
+OUTPUT: negative
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.
+OUTPUT: neutral
+
+INPUT: Thin curtains that are only good for an accent. 56" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!
+OUTPUT: negative
+
+INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!
+OUTPUT: neutral
+
+INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!
+OUTPUT: positive
+
+INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.
+OUTPUT: neutral
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.
+OUTPUT: neutral
+
+INPUT: Very thin, see-through material. The front is much longer than the back.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.
+OUTPUT: negative
+
+INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work
+OUTPUT: negative
+
+INPUT: The glitter gel flows, its super cute.
+OUTPUT: positive
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.
+OUTPUT: positive
+
+INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.
+OUTPUT: positive
+
+INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.
+OUTPUT: neutral
+
+INPUT: Great product! No complaints!
+OUTPUT: positive
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Had three weeks and corner grommet ripped out
+OUTPUT: negative
+
+INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up
+OUTPUT: neutral
+
+INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4"
+OUTPUT: neutral
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.
+OUTPUT: neutral
+
+INPUT: Half of the pads were dried out. The others worked great!
+OUTPUT: neutral
+
+INPUT: This was rubbed on the same foot with arthritis and ankle pain. Took it a few weeks to help some
+OUTPUT: neutral
+
+INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.
+OUTPUT: neutral
+
+INPUT: When we received the scoreboard it was broken. We called for support and left our number for a call back. 3 days later no call. Terrible service!
+OUTPUT: negative
+
+INPUT: Didnt get our bones at all
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!
+OUTPUT: positive
+
+INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.
+OUTPUT: negative
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up
+OUTPUT: neutral
+
+INPUT: These are the third time we have purchased these for my amputee mother. She loves the feel, support and ease of wearing these socks. These are the only socks we have found that work perfectly for her
+OUTPUT: positive
+
+INPUT: The Marino Avenue brand Men’s low cut socks are of good quality. I put them through one cycle of hot water washing and drying and they stood up to the challenge. What I like best is the color choices on the socks. The green, yellow, red, and black one is my favorite combo.
+OUTPUT: positive
+
+INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!
+OUTPUT: negative
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: They are huge!! Want too big for me.
+OUTPUT: neutral
+
+INPUT: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.
+OUTPUT: negative
+
+INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!
+OUTPUT: positive
+
+INPUT: Nice router no issues
+OUTPUT: positive
+
+INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.
+OUTPUT: positive
+
+INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.
+OUTPUT: neutral
+
+INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work
+OUTPUT: negative
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: It was very easy to install on my laptop.
+OUTPUT: positive
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: Easy to install. Looks good. Works well.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Doesn’t even work . Did nothing for me :(
+OUTPUT: negative
+
+INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.
+OUTPUT: negative
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: they stopped working
+OUTPUT: neutral
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: Love them. have to turn off when not in use tho
+OUTPUT: positive
+
+INPUT: it does not work, only one hearing aid works at a time
+OUTPUT: negative
+
+INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!
+OUTPUT: negative
+
+INPUT: Stopped working after a couple of weeks. You get what you pay for.
+OUTPUT: negative
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: They don’t even work.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: Had three weeks and corner grommet ripped out
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin
+OUTPUT: positive
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: Cute bag zipper broke month after I bought it.
+OUTPUT: neutral
+
+INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.
+OUTPUT: neutral
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices
+OUTPUT: positive
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.
+OUTPUT: neutral
+
+INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.
+OUTPUT: neutral
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: Comfortable and worth the purchase
+OUTPUT: positive
+
+INPUT: This is the second one of these that I have purchased. It is an excellent platform for a foam or conventional mattress. It is totally sturdy, and looks nice. I highly recommend it. There are many frames out there that will cost you much more, but this does the trick.
+OUTPUT: positive
+
+INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.
+OUTPUT: positive
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: Absolutely love the quality and look of the dress! Very happy!
+OUTPUT: positive
+
+INPUT: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.
+OUTPUT: positive
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.
+OUTPUT: neutral
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: I can't wear these all day. Snug around the toes.
+OUTPUT: neutral
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.
+OUTPUT: negative
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.
+OUTPUT: neutral
+
+INPUT: These are good Ukulele picks, but I still perfer to use my own fingers.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Never noticed a big difference than a normal brush.
+OUTPUT: neutral
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: Wow. I want that time back. What a huge BORE!!
+OUTPUT: negative
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months
+OUTPUT: negative
+
+INPUT: Apparently 2 Billion is not very many in the world of probiotics
+OUTPUT: neutral
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: Nothing like the photo. Boo.
+OUTPUT: negative
+
+INPUT: seems okay, weaker than i thought it be be and too tight
+OUTPUT: neutral
+
+INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing
+OUTPUT: negative
+
+INPUT: I don't think we have seen much difference. Maybe we aren't doing it right.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.
+OUTPUT: positive
+
+INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.
+OUTPUT: negative
+
+INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)
+OUTPUT: positive
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: Not exactly what I was expecting. Packaging was not in the best condition. Lights are bright and lots of different combos. Very thin light rope and was long enough to go around my mirror.
+OUTPUT: neutral
+
+INPUT: Remote does work well, however the batteries do not last long. Disappointing.
+OUTPUT: neutral
+
+INPUT: Lamp works perfectly for my chicks
+OUTPUT: positive
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: Very nice straightener. Heats up pretty fast. Straightens great and it's a round barrel so it's really good for curling too! Leaves my hair soft, smooth, and shiny! I've had absolutely no issues so far. I'm loving it! Very happy I found this.
+OUTPUT: positive
+
+INPUT: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97
+OUTPUT: negative
+
+INPUT: The small wrench was worthless. Ended up having to buy a new blender.
+OUTPUT: negative
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.
+OUTPUT: neutral
+
+INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.
+OUTPUT: negative
+
+INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.
+OUTPUT: positive
+
+INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.
+OUTPUT: negative
+
+INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.
+OUTPUT: negative
+
+INPUT: It doesn’t stick to my car and it’s to big
+OUTPUT: negative
+
+INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.
+OUTPUT: positive
+
+INPUT: Listed to fit 2019 Subaru Forester. It doesn't fit 2019.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird "old cable tv that has lost it's signal sound" in the background when trying to listen to anything. Pretty disappointed.
+OUTPUT: neutral
+
+INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.
+OUTPUT: negative
+
+INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses
+OUTPUT: positive
+
+INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!
+OUTPUT: neutral
+
+INPUT: Perfect for Bose cord replacements, or for converting to Bluetooth using a small receiver with an Aux In input.
+OUTPUT: positive
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.
+OUTPUT: neutral
+
+INPUT: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I read a review from someone stating that this case had a lip on it to protect the screen. That person is mentally insane because there is zero lip what so ever. very annoyed
+OUTPUT: neutral
+
+INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.
+OUTPUT: positive
+
+INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.
+OUTPUT: negative
+
+INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.
+OUTPUT: negative
+
+INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart
+OUTPUT: neutral
+
+INPUT: Hit a bump while driving, and it falls off the vent. Phone holder needs to be reinserted into the vent after every use as it wiggled half off the vent.
+OUTPUT: neutral
+
+INPUT: The screen protector moves around and doesn't stick so it pops off or slides around
+OUTPUT: negative
+
+INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.
+OUTPUT: negative
+
+INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.
+OUTPUT: positive
+
+INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.
+OUTPUT: negative
+
+INPUT: pretty case doesnt have any protection on front of phone so you will need an additional screen protector
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.
+OUTPUT: negative
+
+INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna
+OUTPUT: neutral
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.
+OUTPUT: positive
+
+INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird "old cable tv that has lost it's signal sound" in the background when trying to listen to anything. Pretty disappointed.
+OUTPUT: neutral
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.
+OUTPUT: neutral
+
+INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.
+OUTPUT: negative
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.
+OUTPUT: negative
+
+INPUT: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Just what I expected! Very nice!
+OUTPUT: positive
+
+INPUT: 2 out of four came busted
+OUTPUT: neutral
+
+INPUT: never got it after a week when promised
+OUTPUT: negative
+
+INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.
+OUTPUT: neutral
+
+INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.
+OUTPUT: neutral
+
+INPUT: Made a money gift fun for all
+OUTPUT: positive
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: Nothing like the photo. Boo.
+OUTPUT: negative
+
+INPUT: Good deal for a good price
+OUTPUT: positive
+
+INPUT: Everyone got a good laugh
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly
+OUTPUT: negative
+
+INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.
+OUTPUT: neutral
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: Perfect size and good quality. Great for cupcakes
+OUTPUT: positive
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.
+OUTPUT: neutral
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Whoever packed this does not care or has a lot to learn about dunnage.
+OUTPUT: negative
+
+INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.
+OUTPUT: negative
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.
+OUTPUT: neutral
+
+INPUT: When i opened the package 2 of them were broken. Very disappointing
+OUTPUT: negative
+
+INPUT: Not exactly what I was expecting. Packaging was not in the best condition. Lights are bright and lots of different combos. Very thin light rope and was long enough to go around my mirror.
+OUTPUT: neutral
+
+INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.
+OUTPUT: neutral
+
+INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.
+OUTPUT: neutral
+
+INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.
+OUTPUT: neutral
+
+INPUT: It said that was shipped but I didn't get anything
+OUTPUT: negative
+
+INPUT: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!
+OUTPUT: negative
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: We return the batteries and never revive a refund
+OUTPUT: negative
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.
+OUTPUT: negative
+
+INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.
+OUTPUT: negative
+
+INPUT: Great product but be aware of return policy.
+OUTPUT: neutral
+
+INPUT: Was very happy with this product. Liked it so much I ordered several more times. But the last order I made never made it to me. And they sent me a message telling me sorry. But they still took my money.
+OUTPUT: neutral
+
+INPUT: never got it after a week when promised
+OUTPUT: negative
+
+INPUT: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I'm really pissed off about this tiny brush that was sent with the bottle. This has to be a joke. I've purchased smaller water bottles and received a brush bigger/better than this.
+OUTPUT: neutral
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma
+OUTPUT: negative
+
+INPUT: I never received my item that I bought and it’s saying it was delivered.
+OUTPUT: negative
+
+INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.
+OUTPUT: negative
+
+INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.
+OUTPUT: negative
+
+INPUT: No liquid was in the bottle
+OUTPUT: negative
+
+INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry
+OUTPUT: negative
+
+INPUT: Runs very large. Order 3 sizes smaller!
+OUTPUT: neutral
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: Honestly this says 10oz my bottles I received wore a 4oz bottle
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Didn't expect much for the price, and that's about what I got. It covers and protects my table, just have to live with a grid of folds from packaging. Seller advised to use a hair dryer to flatten out the wrinkles, but it was a very painstakingly slow process that only took some of the sharp edges off of the folds, didn't make much difference. Going to invest in something better (and much more expensive) for daily use, this is OK for what it does.
+OUTPUT: neutral
+
+INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!
+OUTPUT: positive
+
+INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.
+OUTPUT: positive
+
+INPUT: Easy to use, quick and mostly painless!
+OUTPUT: positive
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.
+OUTPUT: neutral
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)
+OUTPUT: positive
+
+INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.
+OUTPUT: positive
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.
+OUTPUT: negative
+
+INPUT: Does not give out that much light
+OUTPUT: neutral
+
+INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)
+OUTPUT: positive
+
+INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.
+OUTPUT: negative
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!
+OUTPUT: positive
+
+INPUT: Love them. have to turn off when not in use tho
+OUTPUT: positive
+
+INPUT: I really Like this ring light! It is wonderful for the price and it gets the job done! The only issue is the light bulb heats up too fast and the light goes out, so I have to turn it off wait for a while then turn it back on. I don't think that is supposed to happen...I don't know if I have a defective light or what, but it is a very nice ring light besides the overheating.
+OUTPUT: neutral
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: Great lite when plugged in, but light is much dimmer when used on battery mode.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: ordered and never received it.
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: Shipped quick and fits perfect. Price is a good value as well! If I need another holster I'll be looking to buy from this seller again.
+OUTPUT: positive
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.
+OUTPUT: neutral
+
+INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.
+OUTPUT: negative
+
+INPUT: Did not come with the wand
+OUTPUT: negative
+
+INPUT: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.
+OUTPUT: neutral
+
+INPUT: Wouldn’t keep air the first day of use!!!
+OUTPUT: negative
+
+INPUT: Took a bottle to Prague with me but it just did not seem to do much.
+OUTPUT: negative
+
+INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.
+OUTPUT: neutral
+
+INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses
+OUTPUT: positive
+
+INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.
+OUTPUT: neutral
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.
+OUTPUT: neutral
+
+INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.
+OUTPUT: neutral
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: I love that it keeps the wine cold.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair
+OUTPUT: neutral
+
+INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.
+OUTPUT: negative
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡
+OUTPUT: neutral
+
+INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.
+OUTPUT: neutral
+
+INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.
+OUTPUT: negative
+
+INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”
+OUTPUT: positive
+
+INPUT: The Marino Avenue brand Men’s low cut socks are of good quality. I put them through one cycle of hot water washing and drying and they stood up to the challenge. What I like best is the color choices on the socks. The green, yellow, red, and black one is my favorite combo.
+OUTPUT: positive
+
+INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up
+OUTPUT: neutral
+
+INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.
+OUTPUT: neutral
+
+INPUT: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.
+OUTPUT: negative
+
+INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!
+OUTPUT: negative
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: This is a neat toy. It is fun to play with. The track pieces snap together easily. It keeps kids entertained. It comes with dinosaurs. It is made very well.
+OUTPUT: positive
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart
+OUTPUT: neutral
+
+INPUT: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Disappointed. There's this pink discoloration all over the back of the shirt. It's like someone already wore this
+OUTPUT: negative
+
+INPUT: The toy is ok but it came in what they call "standard packaging" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.
+OUTPUT: neutral
+
+INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.
+OUTPUT: negative
+
+INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.
+OUTPUT: negative
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: The process was pretty simple and straightforward, and I ended up using the entire mixture all over my hair. After leaving it in for at least 30 minutes and following all the steps, it still didn't cover all my grays. It did mask a good portion of them to blend more with my hair, but I wish it would've been complete coverage.
+OUTPUT: neutral
+
+INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the "premium" (non-organic) towels from Wal-Mart. You can't go wrong.
+OUTPUT: positive
+
+INPUT: The beige mat looked orange on my beige flooring so I returned it and ordered a gray mat from another company that was $7 less to be safe on the color.
+OUTPUT: neutral
+
+INPUT: Very drying on my hair .
+OUTPUT: negative
+
+INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(
+OUTPUT: neutral
+
+INPUT: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.
+OUTPUT: neutral
+
+INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.
+OUTPUT: negative
+
+INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.
+OUTPUT: neutral
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.
+OUTPUT: positive
+
+INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(
+OUTPUT: neutral
+
+INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work
+OUTPUT: negative
+
+INPUT: Comes apart easy Nice, one broke already
+OUTPUT: neutral
+
+INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!
+OUTPUT: positive
+
+INPUT: Easy to install and keep my threadripper nice and cool!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.
+OUTPUT: neutral
+
+INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.
+OUTPUT: neutral
+
+INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.
+OUTPUT: positive
+
+INPUT: The beige mat looked orange on my beige flooring so I returned it and ordered a gray mat from another company that was $7 less to be safe on the color.
+OUTPUT: neutral
+
+INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals
+OUTPUT: positive
+
+INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the "premium" (non-organic) towels from Wal-Mart. You can't go wrong.
+OUTPUT: positive
+
+INPUT: I love how it's made of a strechy material and a light shirt. So cute.
+OUTPUT: positive
+
+INPUT: Good quality of figurine features
+OUTPUT: positive
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!
+OUTPUT: positive
+
+INPUT: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her "victory walks" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment
+OUTPUT: neutral
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: My puppies loved it!
+OUTPUT: positive
+
+INPUT: The toy is ok but it came in what they call "standard packaging" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.
+OUTPUT: neutral
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.
+OUTPUT: negative
+
+INPUT: After I gave it to my pet bunny, she didn't like it as much.
+OUTPUT: neutral
+
+INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!
+OUTPUT: positive
+
+INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.
+OUTPUT: negative
+
+INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.
+OUTPUT: positive
+
+INPUT: My dog is loving her new toy. She has torn up others very quick, so far so good here. L
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.
+OUTPUT: negative
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.
+OUTPUT: neutral
+
+INPUT: Had three weeks and corner grommet ripped out
+OUTPUT: negative
+
+INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.
+OUTPUT: neutral
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.
+OUTPUT: negative
+
+INPUT: It already stopped working. It no longer charges.
+OUTPUT: negative
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.
+OUTPUT: positive
+
+INPUT: Tip broke after a few weeks of use.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.
+OUTPUT: positive
+
+INPUT: Don't buy this game the physics are terrible and I am so mad at this game because probably there are about 40 hackers on every single game and the game. Don't doesn't even do anything about it you know they just let the hackers do whatever they want and then they do know that the game is terrible but they're doing absolutely nothing about it and the game keeps on doing updates about their characters really what they should be updating is the physics because it's terrible don't buy this game the physics are terrible and mechanics are terrible the people that obviously the people that built this game was high or something because it's one of the worst games I've honestly ever played in my life I would rather play Pixel Games in this crap it's one of the worst games don't buy
+OUTPUT: negative
+
+INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.
+OUTPUT: neutral
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: 2 out of four came busted
+OUTPUT: neutral
+
+INPUT: Never receive my cases and never answer
+OUTPUT: negative
+
+INPUT: Made a money gift fun for all
+OUTPUT: positive
+
+INPUT: Zero stars!!!! Scam company DO NOT BUY FROM THEM!!!
+OUTPUT: negative
+
+INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.
+OUTPUT: neutral
+
+INPUT: Failed out of the box.
+OUTPUT: negative
+
+INPUT: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money
+OUTPUT: negative
+
+INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.
+OUTPUT: neutral
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: High quality product. I prefer the citrate formula over other types of magnesium
+OUTPUT: positive
+
+INPUT: Expensive for a kids soap
+OUTPUT: neutral
+
+INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.
+OUTPUT: neutral
+
+INPUT: Can't speak to how the product works but the package arrived torn up and filthy. The bottles appear to be ok
+OUTPUT: neutral
+
+INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal
+OUTPUT: neutral
+
+INPUT: The process was pretty simple and straightforward, and I ended up using the entire mixture all over my hair. After leaving it in for at least 30 minutes and following all the steps, it still didn't cover all my grays. It did mask a good portion of them to blend more with my hair, but I wish it would've been complete coverage.
+OUTPUT: neutral
+
+INPUT: I have been using sea salt and want to mix this in for the iodine.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.
+OUTPUT: neutral
+
+INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money
+OUTPUT: negative
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner
+OUTPUT: neutral
+
+INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.
+OUTPUT: positive
+
+INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!
+OUTPUT: neutral
+
+INPUT: Spend a few dollars more and get one that works.
+OUTPUT: negative
+
+INPUT: Love them. have to turn off when not in use tho
+OUTPUT: positive
+
+INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.
+OUTPUT: negative
+
+INPUT: Cheap, don’t work. Very dim. Not worth the money.
+OUTPUT: negative
+
+INPUT: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.
+OUTPUT: negative
+
+INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while
+OUTPUT: neutral
+
+INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.
+OUTPUT: positive
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: This is literally just a cardstock. Not a canvas and needs to be framed to display. Not a good price considering all it is.
+OUTPUT: neutral
+
+INPUT: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.
+OUTPUT: positive
+
+INPUT: Did not come with the wand
+OUTPUT: negative
+
+INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.
+OUTPUT: neutral
+
+INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something
+OUTPUT: negative
+
+INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.
+OUTPUT: neutral
+
+INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.
+OUTPUT: neutral
+
+INPUT: Really can't say because cat refused to try it. I gave it to someone else to try
+OUTPUT: negative
+
+INPUT: Can't speak to how the product works but the package arrived torn up and filthy. The bottles appear to be ok
+OUTPUT: neutral
+
+INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.
+OUTPUT: neutral
+
+INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her "victory walks" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment
+OUTPUT: neutral
+
+INPUT: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna
+OUTPUT: neutral
+
+INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.
+OUTPUT: positive
+
+INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.
+OUTPUT: negative
+
+INPUT: Lamp works perfectly for my chicks
+OUTPUT: positive
+
+INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.
+OUTPUT: negative
+
+INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!
+OUTPUT: negative
+
+INPUT: This shade sits too low on the lens and it hangs below the top edge of the lens and is crooked! The design is terrible. What made it worse is that it cannot be returned!! Don’t buy and waste your money!
+OUTPUT: negative
+
+INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.
+OUTPUT: positive
+
+INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.
+OUTPUT: negative
+
+INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.
+OUTPUT: negative
+
+INPUT: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: Thin curtains that are only good for an accent. 56" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!
+OUTPUT: negative
+
+INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!
+OUTPUT: negative
+
+INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.
+OUTPUT: positive
+
+INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the "premium" (non-organic) towels from Wal-Mart. You can't go wrong.
+OUTPUT: positive
+
+INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.
+OUTPUT: neutral
+
+INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .
+OUTPUT: neutral
+
+INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.
+OUTPUT: neutral
+
+INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.
+OUTPUT: neutral
+
+INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.
+OUTPUT: neutral
+
+INPUT: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!
+OUTPUT: positive
+
+INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.
+OUTPUT: positive
+
+INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.
+OUTPUT: neutral
+
+INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.
+OUTPUT: positive
+
+INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!
+OUTPUT: positive
+
+INPUT: Can't wait for the next book to be published.
+OUTPUT: positive
+
+INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking
+OUTPUT: positive
+
+INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.
+OUTPUT: neutral
+
+INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.
+OUTPUT: positive
+
+INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.
+OUTPUT: positive
+
+INPUT: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!
+OUTPUT: positive
+
+INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.
+OUTPUT: negative
+
+INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.
+OUTPUT: negative
+
+INPUT: This product exceeded my expectations. I am not good about cleaning my make up brushes. In fact when I received this cleaner it had been months since I last cleaned them. So I figured at best they should be a little better off. It was better than that! My brushes are like new! A couple I needed to clean two times, but considering how much build up on them there was, was completely warranted. I’m so excited that I discovered this product as I finally have a reason to buy nicer brushes! Clean up was easy!
+OUTPUT: positive
+
+INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.
+OUTPUT: negative
+
+INPUT: I love how it's made of a strechy material and a light shirt. So cute.
+OUTPUT: positive
+
+INPUT: Smudges easily and collects in corners of eyes throughout the day. Goes on smooth and rich without clumping.
+OUTPUT: neutral
+
+INPUT: This is literally just a cardstock. Not a canvas and needs to be framed to display. Not a good price considering all it is.
+OUTPUT: neutral
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her "victory walks" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment
+OUTPUT: neutral
+
+INPUT: I have three of these linked together. As many of the other reviews said, the legs are weak and prone to breakage even with careful use. It is best to provide some other means of support and not use the legs. Also the gaskets at the fittings do not seal well. I used RTV silicone sealant when assembling the water fittings to stop the leakage. These units are doing a good job heating my pool.
+OUTPUT: neutral
+
+INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.
+OUTPUT: positive
+
+INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.
+OUTPUT: neutral
+
+INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.
+OUTPUT: neutral
+
+INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.
+OUTPUT: negative
+
+INPUT: My cats went CRAZY over this!
+OUTPUT: positive
+
+INPUT: Smell doesn't last as long as I would like. When first opened, it smells great!
+OUTPUT: neutral
+
+INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The "tail" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!
+OUTPUT: neutral
+
+INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.
+OUTPUT: neutral
+
+INPUT: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Absolutely worthless! Adhesive does not stick!
+OUTPUT: negative
+
+INPUT: Horrible after taste. I can imagine "Pine Sol Cleaning liquid" tasting like this. Very strange. It's a NO for me.
+OUTPUT: negative
+
+INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy
+OUTPUT: positive
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.
+OUTPUT: negative
+
+INPUT: The teapot came with many visible scratches on it. After repeated efforts to contact the seller, they have simply ignored requests to replace or refund money.
+OUTPUT: negative
+
+INPUT: Solid performer until the last quart of oil was being drawn out, then it started to spray oil out of the top.
+OUTPUT: neutral
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: It leaves white residue all over dishes! Gross!
+OUTPUT: negative
+
+INPUT: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it!
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.
+OUTPUT: negative
+
+INPUT: Too stiff, barely zips, and is very bulky
+OUTPUT: negative
+
+INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.
+OUTPUT: neutral
+
+INPUT: Awkward shape, does not fit all butter sticks
+OUTPUT: neutral
+
+INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.
+OUTPUT: negative
+
+INPUT: understated, but they did not look good on my overstated face.
+OUTPUT: neutral
+
+INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.
+OUTPUT: negative
+
+INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.
+OUTPUT: negative
+
+INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.
+OUTPUT: negative
+
+INPUT: Too big and awkward for your counter
+OUTPUT: negative
+
+INPUT: NOT ENOUGH CHEESE PUFFS
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Quality product. I just wish there were choices for the cover, it's hideous.
+OUTPUT: neutral
+
+INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.
+OUTPUT: negative
+
+INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages
+OUTPUT: negative
+
+INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!
+OUTPUT: negative
+
+INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash
+OUTPUT: negative
+
+INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.
+OUTPUT: positive
+
+INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!
+OUTPUT: positive
+
+INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!
+OUTPUT: negative
+
+INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!
+OUTPUT: negative
+
+INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.
+OUTPUT: neutral
+
+INPUT: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['negative']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.
+OUTPUT: neutral
+
+INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.
+OUTPUT: positive
+
+INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.
+OUTPUT: positive
+
+INPUT: Loved the dress fitted like a glove nice material and it feels great
+OUTPUT: positive
+
+INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.
+OUTPUT: negative
+
+INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.
+OUTPUT: neutral
+
+INPUT: Ordered these for a friend and he loved them!
+OUTPUT: positive
+
+INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.
+OUTPUT: neutral
+
+INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.
+OUTPUT: positive
+
+INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.
+OUTPUT: neutral
+
+INPUT: They were beautiful and worked great for the agape items I needed them for.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Fits great kinda expensive but it’s good quality
+OUTPUT: positive
+
+INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.
+OUTPUT: neutral
+
+INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.
+OUTPUT: positive
+
+INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.
+OUTPUT: positive
+
+INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.
+OUTPUT: negative
+
+INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.
+OUTPUT: positive
+
+INPUT: Quality product. I just wish there were choices for the cover, it's hideous.
+OUTPUT: neutral
+
+INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.
+OUTPUT: positive
+
+INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.
+OUTPUT: negative
+
+INPUT: spacious , love it and get many compliments
+OUTPUT: positive
+
+INPUT: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.
+OUTPUT: negative
+
+INPUT: They are so comfortable that I don't even know I am wearing them.
+OUTPUT: positive
+
+INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”
+OUTPUT: positive
+
+INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.
+OUTPUT: positive
+
+INPUT: Clasps broke off after having for only a few months 😢
+OUTPUT: negative
+
+INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.
+OUTPUT: negative
+
+INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.
+OUTPUT: negative
+
+INPUT: A bit taller than expected. I’m 5’11 & use these at the shortest adjustment. Would be nice to shorten for going up hill. They do extend for going down hill.
+OUTPUT: neutral
+
+INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.
+OUTPUT: positive
+
+INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.
+OUTPUT: neutral
+
+INPUT: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.
+OUTPUT: positive
+
+INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!
+OUTPUT: positive
+
+INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”
+OUTPUT: positive
+
+INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.
+OUTPUT: neutral
+
+INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.
+OUTPUT: negative
+
+INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.
+OUTPUT: positive
+
+INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.
+OUTPUT: negative
+
+INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.
+OUTPUT: neutral
+
+INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.
+OUTPUT: positive
+
+INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.
+OUTPUT: neutral
+
+INPUT: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+PROMPT INPUT
+
+  I need you to help me with a text classification task.
+
+
+INPUT: Easy to install, fits perfectly, and does a good job.
+OUTPUT: positive
+
+INPUT: Easy to peel and stick. They don't fall off.
+OUTPUT: positive
+
+INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice
+OUTPUT: positive
+
+INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!
+OUTPUT: positive
+
+INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses
+OUTPUT: positive
+
+INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart
+OUTPUT: neutral
+
+INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.
+OUTPUT: negative
+
+INPUT: Easy to clean. Great length for my toddler!
+OUTPUT: positive
+
+INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.
+OUTPUT: positive
+
+INPUT: Terrible product, wouldn't stick tok edges of the phone
+OUTPUT: negative
+
+INPUT: Great product. Good look. JUST a little tough to remove.
+OUTPUT:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['positive']
+
+
+
+
[32]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_34_3.png +
+
+
+
[33]:
+
+
+
sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[33]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_35_1.png +
+
+
+
+
+

4. Data Preparation - SP - Build sentiment dataset.#

+
+
[60]:
+
+
+
import polars as pl
+
+data = pl.read_parquet('../data/amazon_reviews_sp/amazon_reviews_multi-test.parquet')
+data.head()
+
+sql = pl.SQLContext()
+sql.register('data', data)
+
+sentiment_data = sql.execute("""
+    SELECT
+        review_body as REVIEW,
+        CASE
+            WHEN stars=1 THEN 'negativo'
+            WHEN stars=3 THEN 'neutro'
+            WHEN stars=5 THEN 'positivo'
+            ELSE null
+        END AS TARGET,
+    FROM data
+    WHERE stars!=2 AND stars!=4;
+    """).collect().sample(fraction=1.0, shuffle=True, seed=0)
+
+train_reviews = sentiment_data.head(500).select('REVIEW').to_series().to_list()
+train_targets = sentiment_data.head(500).select('TARGET').to_series().to_list()
+
+test_reviews = sentiment_data.tail(200).select('REVIEW').to_series().to_list()
+test_targets = sentiment_data.tail(200).select('TARGET').to_series().to_list()
+
+sentiment_data.head()
+
+
+
+
+
[60]:
+
+
+
+
+shape: (5, 2)
REVIEWTARGET
strstr
"El filtro de d…"positivo"
"Un poquito esc…"positivo"
"Para qué decir…"negativo"
"Mi hija esta e…"positivo"
"Se podría mejo…"neutro"
+
+
+
+

5 SP - Sin Entrenamiento#

+
+

Prueba 1#

+
+
[61]:
+
+
+
prompt='''
+TEMPLATE:
+    "Necesito que me ayudes en una tarea de clasificación de texto.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "Los textos que vas procesar del ambito de {__DOMAIN__}."
+
+
+PROMPT_LABELS:
+    "Quiero que me clasifiques los textos una de las siguientes categorías:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Por favor argumenta tu respuesta paso a paso, explica por qué crees que
+    está justificada tu elección final, y asegúrate de que acabas tu
+    explicación con el nombre de la clase que has escogido como la
+    correcta, en minúscula y sin puntuación."
+
+
+ANSWER_FORMAT:
+    "En tu respuesta incluye sólo el nombre de la clase, como una única
+    palabra, en minúscula, sin puntuación, y sin añadir ninguna otra
+    afirmación o palabra."
+'''
+
+
+
+
+
[62]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'es',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+    prompt_domain        = 'opiniones de productos',
+    prompt_labels        = ['positivo','negativo','neutro'],
+    selector_k           = 0,
+    verbose              = True
+)
+
+model.task.prompt.read_prompt(prompt)
+
+pred_targets = model.predict(test_reviews)
+
+
+
+
+
+
+
+
+/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )
+  warnings.warn(
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien.
+
+
+MODEL OUTPUT
+
+ I was a gift for my mother who used the bike to ride and this encantada with them, more than once, has a year and is very well.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante.
+
+
+MODEL OUTPUT
+
+ They are two pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sopilas para que puedas instalar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho.
+
+
+MODEL OUTPUT
+
+ Text de entrada: No sé si aportará todas las propiedades que anuncia, pero como ducha aumentará la presión y las tres variantes de chorro son a
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No tiene mucha potencia
+
+
+MODEL OUTPUT
+
+ No need to help me in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. I want to argue that I clasifiques the text one of the following categoras:
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No trae ruedas, no de puede llegar, la tela de mancha fácilmente
+
+
+MODEL OUTPUT
+
+ Text of entry: No trae ruedas, no tegar, the tela de mancha fácilmente
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas.
+
+
+MODEL OUTPUT
+
+ Game title: The game is genial, no importa tanto el hecho de que está de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonor
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Aún no he recibido el artículo
+
+
+MODEL OUTPUT
+
+ No he recibido el artculo en el lugar:
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso
+
+
+MODEL OUTPUT
+
+ Entrada: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sera mejor para llevar cerca de las zonas de descanso
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito
+
+
+MODEL OUTPUT
+
+ A 6 justito
+
+
+PARSE RESULT
+
+ ['']
+
+
+
+
+
+
+
+Token indices sequence length is longer than the specified maximum sequence length for this model (726 > 512). Running this sequence through the model will result in indexing errors
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses.
+
+
+MODEL OUTPUT
+
+ Por qué tuvieron a alguien le ha llegado? A m me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo.
+
+
+MODEL OUTPUT
+
+ A tamadura de pelo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si
+
+
+MODEL OUTPUT
+
+ entrada: No sirve para vitrocerámicas de induction and compramos because the vendedor in the anuncio asegura que si si es aceptable para vitrocerámicas de induction y comp
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No es lo que esperaba no luce los metros que dice el vendedor
+
+
+MODEL OUTPUT
+
+ Text de entrada: No es lo que esperaba no luce los metros que dice el vendedor.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad.
+
+
+MODEL OUTPUT
+
+ I have a lot of colors and this pedido has made me a very scenario. I have a lot of colors and this pedido has made me a very scenario. I have a lot of colors and this pedido has made me
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto
+
+
+MODEL OUTPUT
+
+ No hay roto.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25
+
+
+MODEL OUTPUT
+
+ entrada: Good luck. I am quick and easy. I will always and the Council will help me. For those who want to work the average 2.25 a day will be able to work the average 2.25 a day.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Perfecto para personas mayores
+
+
+MODEL OUTPUT
+
+ Enrada: Perfect for people mayores
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Una pena que la duración de la batería sea escasa
+
+
+MODEL OUTPUT
+
+ A pena that the duration of the batera is escasa
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso.
+
+
+MODEL OUTPUT
+
+ Other things I do not agree with are the interior dibujo that should be completely liso.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo
+
+
+MODEL OUTPUT
+
+ entrada: compré los originales bmw y me costaron 50 euros, these are identiques to los originales, cleanly bien medidas perfectas facil da, durabilidad no lo se llevan poco tiempo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable
+
+
+MODEL OUTPUT
+
+ It is very good and it is easy to adjust to a tlf.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: pero este me salió malo...
+
+
+MODEL OUTPUT
+
+ Text of entrada: but this me salió malo...
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: aunque en el anuncio pone precio final luego al pagar te cobran el transporte.
+
+
+MODEL OUTPUT
+
+ entrada: o el anuncio pone precio final luego al pagar te cobran el transporte.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa.
+
+
+MODEL OUTPUT
+
+ I am a pk and I am a pk. I am a pk and I am a pk. I am a pk and I am a pk. I am a pk and I am a pk
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No me valen para mí Honda y se vendo como que si
+
+
+MODEL OUTPUT
+
+ I don't want to buy my Honda, I'll buy it.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Buenas actividades para niño de 4 años
+
+
+MODEL OUTPUT
+
+ necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido
+
+
+MODEL OUTPUT
+
+ Text of entrada: no lo volvera a comprar, no lo encontrado ningn utilidad, no lo lo esperaba, yo dira que no funciona, quizá ser inutilidad ma
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento.
+
+
+MODEL OUTPUT
+
+ Entrada: Good quality, after making the reparacion, very content.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás
+
+
+MODEL OUTPUT
+
+ The abrigo cumpled, es caliente, tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco de más
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos.
+
+
+MODEL OUTPUT
+
+ With the use of water, we will be able to savor the agua te de la rosca de los tornillos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada
+
+
+MODEL OUTPUT
+
+ I am very disappointed with the vendedor because I did not get the time and did not get the full length of the envo and it was a thing I needed urgently. For me I pongo in contact with the vendedor and I do not recommend anything.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo
+
+
+MODEL OUTPUT
+
+ entrada: o te en el amazón , y yo vino lleno de pesa o pelos , y con la caja de un philips, o te entraré al
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Producto de buena calidad
+
+
+MODEL OUTPUT
+
+ Enrada: Product of good quality
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon.
+
+
+MODEL OUTPUT
+
+ Una escritura de entrada: Encaja perfectamente. Vergonzoso la manera en que entregan. La caja rota por varios sitios y abierta por los dos lados. Una es
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo.
+
+
+MODEL OUTPUT
+
+ I love this product so much. I love it.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.
+
+
+MODEL OUTPUT
+
+ Text de entrada: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Se ve bien el grabado
+
+
+MODEL OUTPUT
+
+ Enrada: I ve bien el grabado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No recomiendo su compra... no se parece a la foto... muy mala resolución
+
+
+MODEL OUTPUT
+
+ Text of entry: No recomiendo su compra... no parece la foto... very mala resolución
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía
+
+
+MODEL OUTPUT
+
+ Vuelta a empezar con la garanta
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas
+
+
+MODEL OUTPUT
+
+ Text de entrada: The papel is still papel. Actualizado. Perfect. Y no need pilas
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos
+
+
+MODEL OUTPUT
+
+ I have a teeming teeming teeming teeming teeming teeming teeming teeming teeming teem
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará .
+
+
+MODEL OUTPUT
+
+ No he llegó todava el mueble del salón.. No corresponde los das previstos de envio, y sin saber cuándo llegará .
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Tiene poco potencia tienes que darle tres veces al máximo para que seque
+
+
+MODEL OUTPUT
+
+ There is a lot of potential to get three times the maximum for that
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos.
+
+
+MODEL OUTPUT
+
+ If you want to buy a taller one, you can buy a taller one.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Todo correcto y acordé a lo anunciado
+
+
+MODEL OUTPUT
+
+ To answer your question, explain why you believe that you are justified and that you are clasifically referring to the name of the class that has escogido as the correct, in minscula and sin puntuación. In your answer, include only
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.
+
+
+MODEL OUTPUT
+
+ Por qué es el lugar de abrirla?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor.
+
+
+MODEL OUTPUT
+
+ I am compreso a las aos de proteccion, Porque cuando necesitas los encuentras nunca los encuentras, Pero no lo he echo porque me gustan mas las de espon
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien
+
+
+MODEL OUTPUT
+
+ It was rompió la pieza de plástico central donde se enrollan las cuerdas a los tres aos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes
+
+
+MODEL OUTPUT
+
+ I will put a lot of shit on the floor because I will not hurt with juguetes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie
+
+
+MODEL OUTPUT
+
+ entrada: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de las sarten, pero la calidad de este producto
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil
+
+
+MODEL OUTPUT
+
+ Entrada: Extraordinary Batera, but its 200 g of peso seems to call for another móvil.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más "potentes", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo.
+
+
+MODEL OUTPUT
+
+ Now only has to be a false one that works very hard.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca
+
+
+MODEL OUTPUT
+
+ Entrada: Buen cargador. Su forma vas perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe del lado. Era lo que busca en entrada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El colchon esta bien, el envío tardo más de dos Semanas en llegar
+
+
+MODEL OUTPUT
+
+ The envo later, the envo later, the envo later, the envo later, the envo later, the envo later, the envo later, the envo later
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero.
+
+
+MODEL OUTPUT
+
+ Llegó el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí.
+
+
+MODEL OUTPUT
+
+ Text de entrada: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por el estado del
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-(
+
+
+MODEL OUTPUT
+
+ RCA text: No lo recomiendo. Es de baja calidad. The RCA analógica nunca ha funcionado. Si llego dar cuenta a la tempo lo hubiera devuelto:-
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Cómodos, antideslizantes, ligeros para trabajar
+
+
+MODEL OUTPUT
+
+ Entrada: Comfortable, anti-discriminators, ligeros to work for
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla
+
+
+MODEL OUTPUT
+
+ I want to buy a little bit of a big thing and so I go to Igual that I'm in the picture. I'm !
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Una auténtica porquería.
+
+
+MODEL OUTPUT
+
+ Una auténtica porquera.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Me llegó abierta la caja y faltaba una barritas! Un engaño total
+
+
+MODEL OUTPUT
+
+ Text de entrada: Me llegó abierta la caja y faltaba una barritas!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico.
+
+
+MODEL OUTPUT
+
+ Material es plastic.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Como pata esta bien si tienes adaptador. Calidad buena.
+
+
+MODEL OUTPUT
+
+ Entrada: As que te ayuda esta bien si te te es adaptador. Calidad buena.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No duran mucho tiempo (6 meses)
+
+
+MODEL OUTPUT
+
+ Text of entry: No duran much time (6 months)
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color .
+
+
+MODEL OUTPUT
+
+ I am a rallada los dibujos y color naranja , no es lo que pone en la descripción pona de color rosa y llega de color otra color .
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100%
+
+
+MODEL OUTPUT
+
+ Exceptional 100% recomendable
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: después de un mes, imposible conectar con ningún dispositivo....mala compra
+
+
+MODEL OUTPUT
+
+ Entrada: after a mes, imposible conectar con no dispositivo....mala compra
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio
+
+
+MODEL OUTPUT
+
+ entrada: Cumple su función, es ligero con grande resistencia. Se pliega hasta ocupar muy poco espacio.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO.
+
+
+MODEL OUTPUT
+
+ EL TAMAO ES ADECUADO.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno
+
+
+MODEL OUTPUT
+
+ Enrada: Se mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mue
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho
+
+
+MODEL OUTPUT
+
+ I love the gift, but I have never disappointed. I have always enjoyed the gift, and I have enjoyed it much.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros
+
+
+MODEL OUTPUT
+
+ This was the last book I had read to my sister of the triloga and, in spite of it, I found it to be a great book.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Solo encienden la mitad de los led
+
+
+MODEL OUTPUT
+
+ Symbol: Only encienden the mitad of the led
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Muy fina, poca protección
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha.
+
+
+MODEL OUTPUT
+
+ Decepcionada se supone que es universal pero per el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no enca
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Consta como un cartucho vacío, no sirve para nada.
+
+
+MODEL OUTPUT
+
+ Entrada: Consta como un cartucho vaco, no sirve para nada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso
+
+
+MODEL OUTPUT
+
+ The entrada, has manchad the green sábanas in the first use.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO.
+
+
+MODEL OUTPUT
+
+ CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Las veo un poco flojas para un perro grande..
+
+
+MODEL OUTPUT
+
+ Then you can see a little bit of a sand to a big pile.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.
+
+
+MODEL OUTPUT
+
+ Enrada: La malo es que me hubiese gustado que la rolla fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias.
+
+
+MODEL OUTPUT
+
+ Thank you.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc...
+
+
+MODEL OUTPUT
+
+ Text of entry: No es te te bombillas de estas pero son un pasada, Pones una pelcula y le cambias el color y esta sper bien, la app
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás
+
+
+MODEL OUTPUT
+
+ Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Mejor de lo que me esperaba un precio increible muy contento
+
+
+MODEL OUTPUT
+
+ Enrada: Better of what I expected a very contentious price
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ
+
+
+MODEL OUTPUT
+
+ Y NO ES
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no "pringas" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete.
+
+
+MODEL OUTPUT
+
+ La tecnologa llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Muy buena relación calidad-precio , me solucionó el problema sin cables
+
+
+MODEL OUTPUT
+
+ I am very satisfied with the quality of the text.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan
+
+
+MODEL OUTPUT
+
+ entrada: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y los tiras son muy endebles, ni creo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido.
+
+
+MODEL OUTPUT
+
+ Enrada Text: el cable tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor.
+
+
+MODEL OUTPUT
+
+ Text of entrada: The vendedor is queda in this event without a positive crtica as to all the products that have this product by culpa de su mala praxis, that te gusta es estos auriculare
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb.
+
+
+MODEL OUTPUT
+
+ entrada: Funciona bien, lo conecta a la toma auxiliar del coche y ya puede enviar la musica del movil, se empareja muy rapido y sin problemas, lo tiene
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Muy bueno. Estoy muy contenta por su rapidez y prestaciones
+
+
+MODEL OUTPUT
+
+ I am very content with your speed and services.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto.
+
+
+MODEL OUTPUT
+
+ The color of the rosa is much bonito that in the photo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.
+
+
+MODEL OUTPUT
+
+ Entrada: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Práctica y resistente. Bastante cómoda
+
+
+MODEL OUTPUT
+
+ Enrada: Práctica y resistente. Bastante cómoda
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo!
+
+
+MODEL OUTPUT
+
+ entrada: Llegó a casa y nada más bajar a dejarlo en el coche se haba pinchado la rueda y lo probamos, es muy resistente y fác
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original.
+
+
+MODEL OUTPUT
+
+ Entrada: The cargador has very good presencia, with a funda de protección (de lo que ya puede tomar nota Apple) and is very well, both as the original.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no.
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica
+
+
+MODEL OUTPUT
+
+ I am for a gift and the child the gift of Vino in his pack without estrenar,con lengueta que demostra que no saben el encargado electronica.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino
+
+
+MODEL OUTPUT
+
+ Text de entrada: Todava no me ha llegado, debera haber ha llegado el viernes... per que llegue pronto y no se ha tenido por e
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas.
+
+
+MODEL OUTPUT
+
+ Entrada: The software that comes is penoso, the quality of video and audio are very weak if compares with other brands.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización.
+
+
+MODEL OUTPUT
+
+ En entrada: Con 2 semanas de uso el botón de apagado y encendido, ha desprendido del fondo impidiendo as su uso.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable
+
+
+MODEL OUTPUT
+
+ Ideal for people with a small budget. With four rins, no pesa nada and mucha capacidad.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más
+
+
+MODEL OUTPUT
+
+ Enrada: Es la más parecida a la original. Me gusta mucho y de hecho la volv a comprar en varios colores más grandes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada
+
+
+MODEL OUTPUT
+
+ Entrancing: Cumple your cometido, but the superficie of the cube is very delicada and is raya con muchsima facilidad, simply using the tenedores that include.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Lo que se esperaba, cumple su fucnion
+
+
+MODEL OUTPUT
+
+ entrada: What was esperaba, cumple his fucnion
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución.
+
+
+MODEL OUTPUT
+
+ No es encontrar en el envo. El paquete a llegado sin embalaje dentro de otra caja. Avenido tal cual con la caja original
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Unos de los mejores champu que e provado
+
+
+MODEL OUTPUT
+
+ Into the text: One of the best titles
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más
+
+
+MODEL OUTPUT
+
+ entrada: Lindo producto, but the second time that he used was he salió a goma, and no lo que puede usar más enviar más enviar más enviar más enviar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Nunca me llegó la sudadera
+
+
+MODEL OUTPUT
+
+ I didn't want to be sudader.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil
+
+
+MODEL OUTPUT
+
+ entrada: Es un poco frágil. As es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fu
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard.
+
+
+MODEL OUTPUT
+
+ entrada: Todo tal y como en la foto, my son of 5 years is encantado y lo usa cuando hace skateboard.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar
+
+
+MODEL OUTPUT
+
+ Enrada: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente diferente.Mala compra,no te puedes fiar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada.
+
+
+MODEL OUTPUT
+
+ He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No recomiendo para nada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero)
+
+
+MODEL OUTPUT
+
+ If in a velcro, the tapa tuviese two velcros if the veria seguro (posiblemente haga ayuda a ese ao)
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon
+
+
+MODEL OUTPUT
+
+ Amazon sat down and bought a new one.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Demasiado aparatosa.
+
+
+MODEL OUTPUT
+
+ Entrada: Demasiado aparatosa.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña.
+
+
+MODEL OUTPUT
+
+ Text de entrada: El tallaje no corresponde pero son muy elásticos, y encima me han enviado uno de ellos con una talla más pequea.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día.
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento.
+
+
+MODEL OUTPUT
+
+ I need a portable ordenador and when I don't have much idea of portables, I le todos los opiniones que se decan de este modelo Lenovo, ya que está marca no la conocencia. The or
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho
+
+
+MODEL OUTPUT
+
+ entrada: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de mó
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Hace su función, pero para mi gusto huele a azufre, osea, regular...
+
+
+MODEL OUTPUT
+
+ entrada: Hace su funcionamia, pero para mi gusto huele azufre, osea, regular...
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada
+
+
+MODEL OUTPUT
+
+ I have a trilogia that is very easy to leer. I have liked it, I did not expect it to be the final for nothing.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente.
+
+
+MODEL OUTPUT
+
+ entrada: The auriculars have an attractive design, is easily able and works well. But the audio is very better, has a fully integrated sound, also can be because I am a costumbrado to the iPhone that I am a bit of a fan. But
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!!
+
+
+MODEL OUTPUT
+
+ entrada: No soy capaz de ponerlo en funcionamiento. Poner hora... y de más funciones. The móvil no pilla el reloj. Ayuda!!!!!!!!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo.
+
+
+MODEL OUTPUT
+
+ entrada: La compré para mi sobrino de 4 aos y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: buena relación precio calidad,envio rápido
+
+
+MODEL OUTPUT
+
+ entrada: good price,envio rápid
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo.
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado.
+
+
+MODEL OUTPUT
+
+ entrada: Cuando le su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es una nica palabra, en el nic
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo
+
+
+MODEL OUTPUT
+
+ I am in my time, but I am in some areas. I am in my place with the vendedor and I am in my time, but I cannot be in it more than that.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo.
+
+
+MODEL OUTPUT
+
+ En el ltimo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primer
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo
+
+
+MODEL OUTPUT
+
+ Text de entrada: No han llegado protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que era un error.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior.
+
+
+MODEL OUTPUT
+
+ entrada: cumple su funciona de apilar muchas latas y su consumo por orden de entrada, pero le falta al diseo porque si no se hace con cuidado, las lata
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra.
+
+
+MODEL OUTPUT
+
+ Funciona. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en compar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo
+
+
+MODEL OUTPUT
+
+ For a reason that I do not find the Catit well, but for a few days
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!.
+
+
+MODEL OUTPUT
+
+ Text of entry: No esperaba que funcionara bien,te salvar en cualquier sitio de comer caliente!!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Bien calidad precio.
+
+
+MODEL OUTPUT
+
+ necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Todo biem lo compre para una fiesta de niños
+
+
+MODEL OUTPUT
+
+ Todo es como compremos para una fiesta de nios
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo.
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien.
+
+
+MODEL OUTPUT
+
+ entrada: El tamao está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: En el primer viaje se le ha roto una rueda.
+
+
+MODEL OUTPUT
+
+ En el primer viaje, he has roto una rueda.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido
+
+
+MODEL OUTPUT
+
+ Text of entry: No this mal ,tiene un precio razonable.La entrega a sido rapid and in good conditions,esto bastante contenta con mi pedido
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte.
+
+
+MODEL OUTPUT
+
+ entrada: The he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo que no son nada prácticos. a vez conecta
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa
+
+
+MODEL OUTPUT
+
+ Resultados: Corrected but not enough hydrated. I sprang another result mas sorprendente. Relacion price and cantidad is correct, but the quality is a little justa.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato.
+
+
+MODEL OUTPUT
+
+ Text de entrada: I devolv porque era imposible llevar a ti en mi viajes. Casi medio kilo. No me fijé en ese dato.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo...
+
+
+MODEL OUTPUT
+
+ entrada: The compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tenga una placa Micro ATX. Muy poco espacio para montar los componentes
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja
+
+
+MODEL OUTPUT
+
+ entrada text: es fácil de poner e instalar, pero en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que teng que poner
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.
+
+
+MODEL OUTPUT
+
+ Entrada: Pelusas y bolas, desde el primer da, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido.
+
+
+MODEL OUTPUT
+
+ Posted: On 15 de Septiembre, todavia no recibido el importe del reembolso que me hicieron el dia 5, y gustara saber que pasa , porque no lo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.
+
+
+MODEL OUTPUT
+
+ entrada: The price very economic. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro
+
+
+MODEL OUTPUT
+
+ entrada: era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y volveré a comprar seguro
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...
+
+
+MODEL OUTPUT
+
+ Text of entry: the product under my point of view is not worth it because the plantillas are feas with ganas but are baratas...
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.
+
+
+MODEL OUTPUT
+
+ Text de entrada: No me han gustado. The puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Son muy cómodos y tienen muy buen sonido
+
+
+MODEL OUTPUT
+
+ Enrada: I am very comfortable and have very good sonido.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Ha llegado roto en la base del USB
+
+
+MODEL OUTPUT
+
+ Deleted text: Has been inserted in the USB base
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon
+
+
+MODEL OUTPUT
+
+ Text de entrada: No funciona bien, se queda el azcar pegado a la máquina, sin llegar hacer algodon
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Buena calidad, mejor de lo esperado
+
+
+MODEL OUTPUT
+
+ entrada: Good quality, better of what you see
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Se echa en falta otra pantalla adiccional.
+
+
+MODEL OUTPUT
+
+ Text of entry: Se echa en falta otra pantalla adiccionada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: mas pequeño de lo esperado
+
+
+MODEL OUTPUT
+
+ entrada: but pequeo de lo esperado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón.
+
+
+MODEL OUTPUT
+
+ A recopilatorio sin más, decoración de caja y cd sencilla. The transparent pegatina that has no need to retira con cuidado puede daar la pintura de la caja de cart
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo
+
+
+MODEL OUTPUT
+
+ Enrada: Deja unas bordes porque no se pega bien por los lados, pero todos los protectores por estas precios les pasa lo mismo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos
+
+
+MODEL OUTPUT
+
+ Entrega en plazos
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas
+
+
+MODEL OUTPUT
+
+ entrada: son monos, aunque se ven de poca calidad, para lo que cuestan no puede pedir mucho mas.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Es tan inhalámbrico que ni incluye el cable de alimentación.
+
+
+MODEL OUTPUT
+
+ Enrada: It is tan inhalámbrico que no incluye el cable de alimentación.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo.
+
+
+MODEL OUTPUT
+
+ Qué es el juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Están muy bien ,calidad excelente
+
+
+MODEL OUTPUT
+
+ I am very pleased with the quality of the text.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Mi pedido aparece como entregado y aún no lo he recibido.
+
+
+MODEL OUTPUT
+
+ Text de entrada: My pedido aparece as entregado y an no lo que recibido.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Pensé que era más grande
+
+
+MODEL OUTPUT
+
+ I think it was more important to me to help me in a clasificación de texto.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No me llegó el producto y ni el vendedor respondía los mensajes.
+
+
+MODEL OUTPUT
+
+ Text de entrada: No me llegó el producto, ni el vendedor responda los mensajes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable
+
+
+MODEL OUTPUT
+
+ Perfectly its funcion.Recomendable
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Muy original para regalar
+
+
+MODEL OUTPUT
+
+ Text of entry: Very original to regalar ninguna otra palabra
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado.
+
+
+MODEL OUTPUT
+
+ Entrada: The product venia defectuoso y no funcionaba, ademas parece que estaba usado.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Por el precio que tienen son simplemente perfectos.
+
+
+MODEL OUTPUT
+
+ entrada: Por el precio que tienen son simplemente perfectos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal
+
+
+MODEL OUTPUT
+
+ Then he sat down... he sat down... he sat down... he sat down... he sat down... he sat down... he sat down... he sat down... he sat
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda.
+
+
+MODEL OUTPUT
+
+ Text de entrada: Segn la recomendación que pona en la descripción que servia para los máquinas BOSCH as es!! Va fenomenal. De hecho compré una segund
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino.
+
+
+MODEL OUTPUT
+
+ entrada: Es la tercera vez que publico una opinión sobre este proyector y como la crtica parece ser que no me las han querido publicar. Me decid a comprarlo fi
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Cumple su función a la perfección
+
+
+MODEL OUTPUT
+
+ To me, it is necessary to help me in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. I want to argue that I clasifiques the text one of the following categor
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.
+
+
+MODEL OUTPUT
+
+ Entrada: Buen trabajo, pero la hara falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de traba
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias
+
+
+MODEL OUTPUT
+
+ entrada: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gra
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura
+
+
+MODEL OUTPUT
+
+ entrada: No merece la pena seguir escribiendo , no son a buena alternativa a los oficiales dinero tirado a la basura
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo.
+
+
+MODEL OUTPUT
+
+ Enrada: The comfort and good funcionamiento, lo que menos, que no guarde en una pequea memoria la posicion del switch, es necesario pasa + directo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica
+
+
+MODEL OUTPUT
+
+ Exceptional quality and quality.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado.
+
+
+MODEL OUTPUT
+
+ Separadadores no se sujetan. O son de otro modelo o falta una pieza en medio, un desastre sobre utilizando con dos bolsas y es muy incómodo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto.
+
+
+MODEL OUTPUT
+
+ I want to make sure that I have all the tools and accessories I need to use. I want to make sure that I have all the tools and accessories I need to use. I want to make sure that I have all the tools and accessories I need to use.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Demasiado endebles no enganchan bien
+
+
+MODEL OUTPUT
+
+ Enrada: Demasiado endebles no enganchan bien
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Débil. Se mueve mucho la base.
+
+
+MODEL OUTPUT
+
+ Entrada: Debile. Se mueve mucho la base.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable
+
+
+MODEL OUTPUT
+
+ Enrada: It is comfortable and easy to use only a little bit of a pequea and the falta ser impermeable.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas
+
+
+MODEL OUTPUT
+
+ entrada: No es de grande tamao, y en la mesita te caben más cosas; es muy til ya que te dice en el momento,
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Las planté pero no creció nada!
+
+
+MODEL OUTPUT
+
+ Text de entrada: The planté but no creció nada!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Perfecto para la medida del cajon
+
+
+MODEL OUTPUT
+
+ Text of entry: Perfect for the medium of the cajon
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€
+
+
+MODEL OUTPUT
+
+ Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todos partes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha.
+
+
+MODEL OUTPUT
+
+ Text de entrada: The plancha works well but not me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta ltima indicada en la prop
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q...
+
+
+MODEL OUTPUT
+
+ Qué pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. en lugar de devolverlo me ofrecier
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Ahorro con respecto al precio en tiendas
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable
+
+
+MODEL OUTPUT
+
+ Text of entry: The book is corto, entretenido y con buenos ejemplo. I am able to conocer el metodo y aplicarlo rapidamente.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Llegó con una semana de retraso,lo demás todo bien
+
+
+MODEL OUTPUT
+
+ He went with a week of retraso, but still all well
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: Está muy bien a mí hijo le encantó
+
+
+MODEL OUTPUT
+
+ I am very pleased to have helped me in a text clasification.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+Texto de entrada: El color es el que esperaba aunque la calidad y el remate es muy normalito
+
+
+MODEL OUTPUT
+
+ Color: The color is the color that esperaba aunque the quality and the remate is very normal.
+
+
+PARSE RESULT
+
+ ['']
+
+
+
+
[63]:
+
+
+
sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[63]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_47_1.png +
+
+
+
+

Prueba 2#

+
+
[64]:
+
+
+
prompt='''
+TEMPLATE:
+    "Necesito que me ayudes en una tarea de clasificación de texto.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "Los textos que vas procesar del ambito de {__DOMAIN__}."
+
+
+PROMPT_LABELS:
+    "Quiero que me clasifiques los textos una de las siguientes categorías:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Argumenta tu respuesta paso a paso."
+
+
+ANSWER_FORMAT:
+    "En tu respuesta incluye sólo el nombre de la clase, como una única
+    respuesta"
+'''
+
+
+
+
+
[65]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'es',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+    prompt_domain        = 'opiniones de productos',
+    prompt_labels        = ['positivo','negativo','neutro'],
+    selector_k           = 0,
+    verbose              = True
+)
+
+model.task.prompt.read_prompt(prompt)
+
+pred_targets = model.predict(test_reviews)
+
+
+
+
+
+
+
+
+/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )
+  warnings.warn(
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien.
+
+
+MODEL OUTPUT
+
+ I was a gift for my mother who used the bike to ride and this encantada with them, more than once, has a year and is very well.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante.
+
+
+MODEL OUTPUT
+
+ They are two pantalla protectors bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones so that can instalarlas con suma facilidad.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho.
+
+
+MODEL OUTPUT
+
+ No sé si aportará todas las propiedades que anuncia, pero como ducha aumentará la presión y las tres variantes de chorro son agradables. Y
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No tiene mucha potencia
+
+
+MODEL OUTPUT
+
+ No tiene mucha potencia
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No trae ruedas, no de puede llegar, la tela de mancha fácilmente
+
+
+MODEL OUTPUT
+
+ No trae ruedas, no tegar, la tela de mancha fácilmente
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas.
+
+
+MODEL OUTPUT
+
+ Puzzle game: The game is genial, not importa tanto el hecho de que estar de segunda mano, pero problema es que me llegó incompleto, sin el cd de banda sonora n
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Aún no he recibido el artículo
+
+
+MODEL OUTPUT
+
+ No he recibido el artculo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso
+
+
+MODEL OUTPUT
+
+ necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito
+
+
+MODEL OUTPUT
+
+ A 6 justito
+
+
+PARSE RESULT
+
+ ['']
+
+
+
+
+
+
+
+Token indices sequence length is longer than the specified maximum sequence length for this model (600 > 512). Running this sequence through the model will result in indexing errors
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses.
+
+
+MODEL OUTPUT
+
+ No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo.
+
+
+MODEL OUTPUT
+
+ A tomadura de pelo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si
+
+
+MODEL OUTPUT
+
+ he is not able to reproduce the induction and compramos, he is not able to reproduce the induction and compramos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No es lo que esperaba no luce los metros que dice el vendedor
+
+
+MODEL OUTPUT
+
+ No es lo que esperaba no luce los metros que dice el vendedor
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad.
+
+
+MODEL OUTPUT
+
+ I have a lot of colors and this pedido has made me a very good color. I have a lot of colors and this pedido has made me a very good color.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto
+
+
+MODEL OUTPUT
+
+ no hay roto
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Perfecto para personas mayores
+
+
+MODEL OUTPUT
+
+ Perfect for people who are more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Una pena que la duración de la batería sea escasa
+
+
+MODEL OUTPUT
+
+ A pena that the duration of the batera is escasa
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso.
+
+
+MODEL OUTPUT
+
+ Other things I do not agree with are the interior dibujo that should be completely liso.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo
+
+
+MODEL OUTPUT
+
+ entrada: compré los originales bmw y me costaron 50 euros, these are identiques to los originales, cleanly well medidas perfectas facil das instalar, durabilidad no lo llevan poco tiemp
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable
+
+
+MODEL OUTPUT
+
+ It is very good and it is easy to adjust to a tlf.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: pero este me salió malo...
+
+
+MODEL OUTPUT
+
+ No need to help me in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: aunque en el anuncio pone precio final luego al pagar te cobran el transporte.
+
+
+MODEL OUTPUT
+
+ No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa.
+
+
+MODEL OUTPUT
+
+ Iso es ok k yo yo yo yo yo yo yo yo yo yo yo yo yo yo yo yo yo y
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5
+
+
+MODEL OUTPUT
+
+ No need to help me in a textarea. Textures that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['positivo'
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No me valen para mí Honda y se vendo como que si
+
+
+MODEL OUTPUT
+
+ I don't want to buy my Honda, I'll buy it.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Buenas actividades para niño de 4 años
+
+
+MODEL OUTPUT
+
+ Actividades para nio de 4 aos
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido
+
+
+MODEL OUTPUT
+
+ No he encontrado a comprar, no he encontrado ningn utilidad, no he esperaba, yo dira que no funciona, quizá ser inutilidad ma, but
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento.
+
+
+MODEL OUTPUT
+
+ I am pleased with the quality of the work, after I have completed the work, very content.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás
+
+
+MODEL OUTPUT
+
+ necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos.
+
+
+MODEL OUTPUT
+
+ With the use of water, we will be able to swab the agua te de la rosca de los tornillos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada
+
+
+MODEL OUTPUT
+
+ No recomendation nada
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo
+
+
+MODEL OUTPUT
+
+ Is there any way to help me in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Producto de buena calidad
+
+
+MODEL OUTPUT
+
+ Product of good quality
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon.
+
+
+MODEL OUTPUT
+
+ Is it illegal to buy a product from Amazon?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo.
+
+
+MODEL OUTPUT
+
+ I don't know what to do with the product, but I'm sure it's good.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.
+
+
+MODEL OUTPUT
+
+ No funcionaba, lo que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Se ve bien el grabado
+
+
+MODEL OUTPUT
+
+ You ve bien el grabado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No recomiendo su compra... no se parece a la foto... muy mala resolución
+
+
+MODEL OUTPUT
+
+ No recomendation a paso. In your respuesta, include only the name of the class, as a unique respuesta Text of entry: No recomendation a paso. In your respuesta, include only the name of the class
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía
+
+
+MODEL OUTPUT
+
+ Vuelta a empezar con la garanta
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas
+
+
+MODEL OUTPUT
+
+ No need for pilas
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos
+
+
+MODEL OUTPUT
+
+ I have a tarea de clasificación de texto. The text is a textual ambito de opiniones de productos. I want to help you with a textual clasificación.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará .
+
+
+MODEL OUTPUT
+
+ No i llegó todava el mueble del salón.. No corresponde los das previstos de envio, and sin saber cuándo llegará .
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Tiene poco potencia tienes que darle tres veces al máximo para que seque
+
+
+MODEL OUTPUT
+
+ It has little potential to get three times the maximum for that
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos.
+
+
+MODEL OUTPUT
+
+ If you want to buy a taller one, you can buy a taller one.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Todo correcto y acordé a lo anunciado
+
+
+MODEL OUTPUT
+
+ Answer Your Answer to Password. In your Answer, include only the name of the class, as a unique Answer Text
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.
+
+
+MODEL OUTPUT
+
+ Iso es el tarea de clasificación de texto.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor.
+
+
+MODEL OUTPUT
+
+ I am compreso a las aos de protección, Porque cuando necesitas los encuentras nunca los encuentras, Pero no lo he echo porque me gustan mas las de espon
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien
+
+
+MODEL OUTPUT
+
+ It was rompió the central pieza where the cuerdas were enrolling the cuerdas to the three years.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes
+
+
+MODEL OUTPUT
+
+ I will put a lot of shit on my side because I will not hurt with juguetes
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie
+
+
+MODEL OUTPUT
+
+ No recommendation to anyone
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil
+
+
+MODEL OUTPUT
+
+ Batera externa excelente, pero sus 200 g de peso parece que lleves otro móvil
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más "potentes", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo.
+
+
+MODEL OUTPUT
+
+ Now only has to be a false one that works for a long time.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca
+
+
+MODEL OUTPUT
+
+ I need to help you in a tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categor
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El colchon esta bien, el envío tardo más de dos Semanas en llegar
+
+
+MODEL OUTPUT
+
+ The colchon is good, the envo later in two weeks in llegar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero.
+
+
+MODEL OUTPUT
+
+ Llegó el product daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he ten
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí.
+
+
+MODEL OUTPUT
+
+ I need to help you in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: [
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-(
+
+
+MODEL OUTPUT
+
+ No need to help me in a text clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['posi
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Cómodos, antideslizantes, ligeros para trabajar
+
+
+MODEL OUTPUT
+
+ Entrada
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla
+
+
+MODEL OUTPUT
+
+ I want to buy a lot of things and I want to buy a lot of things.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Una auténtica porquería.
+
+
+MODEL OUTPUT
+
+ Una auténtica porquera.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Me llegó abierta la caja y faltaba una barritas! Un engaño total
+
+
+MODEL OUTPUT
+
+ I need to help you in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico.
+
+
+MODEL OUTPUT
+
+ Material is plastic.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Como pata esta bien si tienes adaptador. Calidad buena.
+
+
+MODEL OUTPUT
+
+ I need to help you in a text clasificación. The text that will process from the ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: ['positivo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No duran mucho tiempo (6 meses)
+
+
+MODEL OUTPUT
+
+ No duran much time (6 months)
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color .
+
+
+MODEL OUTPUT
+
+ I am a rallada los dibujos y color naranja , no es lo que pone en la descripción pona de color rosa y llega de color otra .
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100%
+
+
+MODEL OUTPUT
+
+ 100%
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: después de un mes, imposible conectar con ningún dispositivo....mala compra
+
+
+MODEL OUTPUT
+
+ No need to help me in a text clasificación. The text that will process from the ambito de opiniones de productos. I want to clasify the text one of the following categoras: ['positivo',
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio
+
+
+MODEL OUTPUT
+
+ necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO.
+
+
+MODEL OUTPUT
+
+ EL TAMAO ES ADECUADO.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno
+
+
+MODEL OUTPUT
+
+ No tiene freno
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho
+
+
+MODEL OUTPUT
+
+ I have enjoyed much
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros
+
+
+MODEL OUTPUT
+
+ This was the last book I read to my sister of the triloga and, in spite of it, I found it to be a great book.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Solo encienden la mitad de los led
+
+
+MODEL OUTPUT
+
+ Organize your response to the text.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Muy fina, poca protección
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha.
+
+
+MODEL OUTPUT
+
+ Decepcionada se supone que es universal pero per el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no enca
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Consta como un cartucho vacío, no sirve para nada.
+
+
+MODEL OUTPUT
+
+ Contain your answer to the question. In your answer, you can only answer the question of whether or not you are a vacunator.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso
+
+
+MODEL OUTPUT
+
+ The pantalón destie, has manchado the green sábanas in the first use
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO.
+
+
+MODEL OUTPUT
+
+ CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MU
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Las veo un poco flojas para un perro grande..
+
+
+MODEL OUTPUT
+
+ I need to help you in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: ['
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.
+
+
+MODEL OUTPUT
+
+ I need to help you in a texting clasificación. The text that you want to use is a text that you want to use. I want to help you in a texting clasificación.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias.
+
+
+MODEL OUTPUT
+
+ Thank you.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc...
+
+
+MODEL OUTPUT
+
+ No es necesario ayudar en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los text
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás
+
+
+MODEL OUTPUT
+
+ Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Mejor de lo que me esperaba un precio increible muy contento
+
+
+MODEL OUTPUT
+
+ I need to help you in a text clasificación. The text that will process from the ambito de opinions de productos. I want to clasify the text one of the following categoras: ['positivo', 'n
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ
+
+
+MODEL OUTPUT
+
+ Y NO ES
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no "pringas" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete.
+
+
+MODEL OUTPUT
+
+ La tecnologa llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Muy buena relación calidad-precio , me solucionó el problema sin cables
+
+
+MODEL OUTPUT
+
+ I need to help you in a text clasificación. The text that vas procesar del ambito de opiniones de productos. I want to clasifiques the text one of the following categoras: ['positivo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan
+
+
+MODEL OUTPUT
+
+ Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y los tiras son muy endebles, ni creo que resisteran
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido.
+
+
+MODEL OUTPUT
+
+ No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor.
+
+
+MODEL OUTPUT
+
+ Argumenta tu respuesta paso. En tu respuesta incluye sólo el nombre de clase, como una nica respuesta Text de entrada: El vendedor se queda
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb.
+
+
+MODEL OUTPUT
+
+ I am very happy, luego conecta a la toma auxiliar del coche y ya puede enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Muy bueno. Estoy muy contenta por su rapidez y prestaciones
+
+
+MODEL OUTPUT
+
+ I am very content with your speed and services.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto.
+
+
+MODEL OUTPUT
+
+ The color of the rosa is much bonito that in the photo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.
+
+
+MODEL OUTPUT
+
+ Igual que el que venden en cualquier tienda, fácil instalación a buen precio.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Práctica y resistente. Bastante cómoda
+
+
+MODEL OUTPUT
+
+ necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar de la ambito de opiniones de productos. Quiero que me clasifiques
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo!
+
+
+MODEL OUTPUT
+
+ No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original.
+
+
+MODEL OUTPUT
+
+ The cargador has very good presencia, with a funda de protección (on which I can use nota Apple) and is working very well, both as the original.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no.
+
+
+MODEL OUTPUT
+
+ Iba a tener buen resultado, but no.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica
+
+
+MODEL OUTPUT
+
+ I am a gift and the child is the gift of Vino in his pack without being snagged,with lengueta that demostraba a nio que no use the electronic part
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino
+
+
+MODEL OUTPUT
+
+ I need to help you in a texting clasificación. The text that will process the ambito de opiniones de productos. I want to clasify the text one of the following categoras: ['positivo',
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas.
+
+
+MODEL OUTPUT
+
+ Exceptional: The software that comes is penoso, the quality of video and audio are very weak if compares with other brands.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización.
+
+
+MODEL OUTPUT
+
+ Con 2 semanas de uso el botón de apagado y encendido, ha desprendido del fondo impidiendo as su usación.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable
+
+
+MODEL OUTPUT
+
+ Ideal for people with small pockets, no pesa nada and mucha capacidad.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más
+
+
+MODEL OUTPUT
+
+ I like to like it, but I like to like it more.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada
+
+
+MODEL OUTPUT
+
+ No need to help me in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Lo que se esperaba, cumple su fucnion
+
+
+MODEL OUTPUT
+
+ Quiere a tarea de clasificación de texto. Quiere a tarea de clasificación de texto. Quiere a tarea de clasificación de texto. Qu
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución.
+
+
+MODEL OUTPUT
+
+ If you do not want to see some pieza, you can call the devolution.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Unos de los mejores champu que e provado
+
+
+MODEL OUTPUT
+
+ negativo', negativo'.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más
+
+
+MODEL OUTPUT
+
+ negativo negativo negativo negativo negativo negativo negativo negativo negativo negativo n
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Nunca me llegó la sudadera
+
+
+MODEL OUTPUT
+
+ I didn't want to die.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil
+
+
+MODEL OUTPUT
+
+ It is very well and its different chorros make it possible to use the mangue for different options
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard.
+
+
+MODEL OUTPUT
+
+ I need to help you in a texting clasificación. The text that will process from the ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: ['positiv
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar
+
+
+MODEL OUTPUT
+
+ No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente diferente.Mala compra,no te puedes fiar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada.
+
+
+MODEL OUTPUT
+
+ He intentado con diferentes ordenadores y pantallas y no funciona. No reconocer los dispositivos. No recommend it for nothing.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero)
+
+
+MODEL OUTPUT
+
+ If a velcro is a velcro, the tap is a velcro if it is safe (posible he haga a velcro)
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon
+
+
+MODEL OUTPUT
+
+ I need to help you in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: [
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Demasiado aparatosa.
+
+
+MODEL OUTPUT
+
+ No need to help me in a textarea.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña.
+
+
+MODEL OUTPUT
+
+ I need to help you in a texting clasificación. The text that vas procesar de ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: ['posi
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día.
+
+
+MODEL OUTPUT
+
+ No need to help me ayudes en una tarea de clasificación de texto. Los textos que vas procesar de ambito de opiniones de productos. Quiero que me clasifiques los
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento.
+
+
+MODEL OUTPUT
+
+ I need a portable ordenador and when I don't have much idea of portables, I just want to make sure that I have all the opinions that Lenovo has on this model, so I'm not sure what it is. The ordenador will be good for me, because
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho
+
+
+MODEL OUTPUT
+
+ No, it seems to protect mucho.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Hace su función, pero para mi gusto huele a azufre, osea, regular...
+
+
+MODEL OUTPUT
+
+ I need to help you in a texting clasificación. The text that will process the ambito de opiniones de productos. I want to clasify the text one of the following categoras: ['positivo',
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada
+
+
+MODEL OUTPUT
+
+ I am glad I did, but I am not expecting anything.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente.
+
+
+MODEL OUTPUT
+
+ I think the audio is very good, it is very good, it is very easy to hear, it is very easy to hear, it is very easy to hear.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!!
+
+
+MODEL OUTPUT
+
+ Help me!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo.
+
+
+MODEL OUTPUT
+
+ For adultes no veo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: buena relación precio calidad,envio rápido
+
+
+MODEL OUTPUT
+
+ necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo.
+
+
+MODEL OUTPUT
+
+ necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar de la ambito de opiniones de productos. Quiero que me clas
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado.
+
+
+MODEL OUTPUT
+
+ When you read the passage, he said, 'The disco is 125, pues bien el disco no mandan, es una nica nica nica nica nica nica nica nica
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo
+
+
+MODEL OUTPUT
+
+ Vino en su tiempo pero daado en algunas zonas. Hablé con el vendedor y me quiso dar solución, but no puede ser sin eso más tiempo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo.
+
+
+MODEL OUTPUT
+
+ No te o te o te o te o te o te o te o te o te o te o te o te o t
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo
+
+
+MODEL OUTPUT
+
+ No i have llegado protectores de esquinas y faltan un par de bloqueadores de puertas... spongo que i be a error.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior.
+
+
+MODEL OUTPUT
+
+ Argumenta tu respuesta paso. En su respuesta incluye sólo el nombre de la clase, como una nica respuesta Text de entrada: cumple su funciona de apilar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra.
+
+
+MODEL OUTPUT
+
+ Very satisfied with the product.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo
+
+
+MODEL OUTPUT
+
+ For a urgencia that doesn't find the Catit well, but for a few minutes
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!.
+
+
+MODEL OUTPUT
+
+ No esperaba que funcionara bien bien,te salvar en cualquier sitio de comer caliente!!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Bien calidad precio.
+
+
+MODEL OUTPUT
+
+ I would like to thank you for your help.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Todo biem lo compre para una fiesta de niños
+
+
+MODEL OUTPUT
+
+ To help me help you in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo.
+
+
+MODEL OUTPUT
+
+ Is it worth the price of pegatinas that ofrece?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien.
+
+
+MODEL OUTPUT
+
+ Is it okay to lose the air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: En el primer viaje se le ha roto una rueda.
+
+
+MODEL OUTPUT
+
+ En el primer viaje, he has roto una rueda.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido
+
+
+MODEL OUTPUT
+
+ I don't know what to expect. I'm not sure what to expect.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte.
+
+
+MODEL OUTPUT
+
+ No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa
+
+
+MODEL OUTPUT
+
+ No need to help me in a textarea. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['positivo',
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato.
+
+
+MODEL OUTPUT
+
+ I don't want to be a liar.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo...
+
+
+MODEL OUTPUT
+
+ I need to help you in a texting clasificación. The text that will process the ambito de opiniones de productos. I want to clasify the text one of the following categoras: ['positivo',
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja
+
+
+MODEL OUTPUT
+
+ In conclusion, for a simple installation of router and all wifi more accessible point, it is not recommended if there is a configuration of something more complex
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.
+
+
+MODEL OUTPUT
+
+ No recommendation, para nada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido.
+
+
+MODEL OUTPUT
+
+ I am a dia 15 de Septiembre, todavia no recibido el importe del reembolso que me hicieron el dia 5, i gustara saber que pasa , porque
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.
+
+
+MODEL OUTPUT
+
+ No acude el peso de Tom Tom.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro
+
+
+MODEL OUTPUT
+
+ negativo negativo negativo negativo negativo negativo negativo negativo negativo negativo n
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...
+
+
+MODEL OUTPUT
+
+ I need to help you in a text clasificación. The text that will process from the ambito of product opinions. I want to clasify the text one of the following categoras: ['positivo', 'negativo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.
+
+
+MODEL OUTPUT
+
+ No me han gustado. The puntas se rompen con mucha facilidad. Mis hijas no me han podido usar.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Son muy cómodos y tienen muy buen sonido
+
+
+MODEL OUTPUT
+
+ I am very comfortable and have very good sonido
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Ha llegado roto en la base del USB
+
+
+MODEL OUTPUT
+
+ I have a rotated USB port
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon
+
+
+MODEL OUTPUT
+
+ No funciona nada bien, se queda el azcar pegado a la máquina, sin llegar hacer algodon
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Buena calidad, mejor de lo esperado
+
+
+MODEL OUTPUT
+
+ Good quality, better of what you see
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Se echa en falta otra pantalla adiccional.
+
+
+MODEL OUTPUT
+
+ No es necesario ayudar en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: mas pequeño de lo esperado
+
+
+MODEL OUTPUT
+
+ necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón.
+
+
+MODEL OUTPUT
+
+ A recopilator, a recopilator, a cd, a sencilla, a sencilla, a sencilla, a sencilla, a senc
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo
+
+
+MODEL OUTPUT
+
+ Deja unas bordes porque no se pega bien por los lados, pero todos los protectores por estas precios les pasa lo mismo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos
+
+
+MODEL OUTPUT
+
+ Start in plazos
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas
+
+
+MODEL OUTPUT
+
+ entrada: son monos, aunque se ven de poca calidad, para lo que cuestan no puede pedir mucho mas
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Es tan inhalámbrico que ni incluye el cable de alimentación.
+
+
+MODEL OUTPUT
+
+ It is tan inhalable that you do not include the food cable.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo.
+
+
+MODEL OUTPUT
+
+ Ignore your answer to your answer. In your answer, you can only answer one of the following categories: ['positivo', 'neutro'].
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Están muy bien ,calidad excelente
+
+
+MODEL OUTPUT
+
+ They are very well ,calidad excellent
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Mi pedido aparece como entregado y aún no lo he recibido.
+
+
+MODEL OUTPUT
+
+ I am not a pedido, but I am a tastier.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Pensé que era más grande
+
+
+MODEL OUTPUT
+
+ I think it was more important.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No me llegó el producto y ni el vendedor respondía los mensajes.
+
+
+MODEL OUTPUT
+
+ No i llegó el producto y i li el vendedor responda los mensajes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable
+
+
+MODEL OUTPUT
+
+ Very comfortable,original and resistent.Cumle perfectly its funcion.Recomendable
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Muy original para regalar
+
+
+MODEL OUTPUT
+
+ negativo
+
+
+PARSE RESULT
+
+ ['negativo']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado.
+
+
+MODEL OUTPUT
+
+ Product entrada: Product venia defectuoso y no funcionaba, ademas parece que estaba usado.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Por el precio que tienen son simplemente perfectos.
+
+
+MODEL OUTPUT
+
+ For the price you have, you can afford it.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal
+
+
+MODEL OUTPUT
+
+ None of the above choices. I would like to thank you for your help.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda.
+
+
+MODEL OUTPUT
+
+ Is it possible to help me in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Is it possible to help me clasifique the text one of the following categora
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino.
+
+
+MODEL OUTPUT
+
+ I think I am not a fan of the opinions of the product when I buy a Chinese product.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Cumple su función a la perfección
+
+
+MODEL OUTPUT
+
+ To me, it's necessary to help you in a clasificación de texto. The text that will process from the ambito de opiniones de productos. I want to clasify the text one of the following categoras: [
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias
+
+
+MODEL OUTPUT
+
+ Thank you for your help.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura
+
+
+MODEL OUTPUT
+
+ No merece la pena seguir escribiendo , no son a buena alternativa a los oficiales dinero tirado a la basura
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo.
+
+
+MODEL OUTPUT
+
+ No es necesario ayudes en una tarea de clasificación de texto. Los textos que vas procesar de la ambito de opiniones de productos. Quiero que me clasifiques
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica
+
+
+MODEL OUTPUT
+
+ necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado.
+
+
+MODEL OUTPUT
+
+ Is it possible to use a clasificación de texto? Is it possible to use a clasificación de texto? Is it possible to use a clasificación de texto? Is it possible to use a
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto.
+
+
+MODEL OUTPUT
+
+ I don't recommend this product.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Demasiado endebles no enganchan bien
+
+
+MODEL OUTPUT
+
+ Demasiado endebles
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Débil. Se mueve mucho la base.
+
+
+MODEL OUTPUT
+
+ Is a liar a liar. Is a liar a liar a liar a liar a liar a liar a liar a l
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable
+
+
+MODEL OUTPUT
+
+ It is easy and easy to use only a small piece of paper and the falta is impermeable
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas
+
+
+MODEL OUTPUT
+
+ No es de grande tamao, y en la mesita te caben más cosas; es muy til ya que te dice en ese momento, el
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Las planté pero no creció nada!
+
+
+MODEL OUTPUT
+
+ Plantes, but not creció nada!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Perfecto para la medida del cajon
+
+
+MODEL OUTPUT
+
+ Solution for the medida del crculo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€
+
+
+MODEL OUTPUT
+
+ Iso es el tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha.
+
+
+MODEL OUTPUT
+
+ I don't think I'm correct, but in the announcement it indicates a very superior potential to the one that actually has, this last in the plancha.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q...
+
+
+MODEL OUTPUT
+
+ No hay llegado aqu q...
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Ahorro con respecto al precio en tiendas
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable
+
+
+MODEL OUTPUT
+
+ I recommend you to use a clasificación de text. The text will process the ambito de opiniones de productos. I want to help you clasifique the text. I want to use a clasificación de text.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Llegó con una semana de retraso,lo demás todo bien
+
+
+MODEL OUTPUT
+
+ He went with a week of retraso, but still much
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: Está muy bien a mí hijo le encantó
+
+
+MODEL OUTPUT
+
+ I am very pleased to have found out that I am a good reader.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+Texto de entrada: El color es el que esperaba aunque la calidad y el remate es muy normalito
+
+
+MODEL OUTPUT
+
+ Color
+
+
+PARSE RESULT
+
+ ['']
+
+
+
+
[66]:
+
+
+
sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[66]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_51_1.png +
+
+
+
+

Prueba 3#

+
+
[67]:
+
+
+
prompt='''
+TEMPLATE:
+    "Necesito que me ayudes en una tarea de clasificación de texto.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    ""
+
+
+PROMPT_LABELS:
+    "Quiero que me clasifiques los textos una de las siguientes categorías:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    ""
+
+
+ANSWER_FORMAT:
+    ""
+'''
+
+
+
+
+
[68]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+    prompt_domain        = 'opiniones de productos',
+    prompt_labels        = ['positivo','negativo','neutro'],
+    selector_k           = 0,
+    verbose              = True
+)
+
+model.task.prompt.read_prompt(prompt)
+
+pred_targets = model.predict(test_reviews)
+
+
+
+
+
+
+
+
+/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )
+  warnings.warn(
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien.
+
+
+MODEL OUTPUT
+
+ He was a gift for my mother who used the bike to ride and this encantada with them, more than being very resistant, has a lot of a year and is very well.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante.
+
+
+MODEL OUTPUT
+
+ They are two protective pantallas bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sopilas para que puedas instalarlas
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho.
+
+
+MODEL OUTPUT
+
+ No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tresvariantes de chorro son agradables. Y refre
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No tiene mucha potencia
+
+
+MODEL OUTPUT
+
+ No
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No trae ruedas, no de puede llegar, la tela de mancha fácilmente
+
+
+MODEL OUTPUT
+
+ No trae ruedas, no tegar, the tela de mancha fácilmente
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas.
+
+
+MODEL OUTPUT
+
+ The game is genial, not as much as the fact that it is second man, but the problem is that I llegó incompleto, sin el cd de banda sonora ni las pegatinas.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Aún no he recibido el artículo
+
+
+MODEL OUTPUT
+
+ No he recibido el artculo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso
+
+
+MODEL OUTPUT
+
+ ltima vez, el tejido es el tejido es el tejido es el tejido es el
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito
+
+
+MODEL OUTPUT
+
+ A 6 justito
+
+
+PARSE RESULT
+
+ ['']
+
+
+
+
+
+
+
+Token indices sequence length is longer than the specified maximum sequence length for this model (522 > 512). Running this sequence through the model will result in indexing errors
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses.
+
+
+MODEL OUTPUT
+
+ A alguien le ha llegado? A m me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo ped han modificado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo.
+
+
+MODEL OUTPUT
+
+ No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. What funciona es la calculadora,el reproductor de m
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si
+
+
+MODEL OUTPUT
+
+ he is not able to reproduce the induction and compramos, he is not able to reproduce the induction and compramos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No es lo que esperaba no luce los metros que dice el vendedor
+
+
+MODEL OUTPUT
+
+ no es lo que esperaba no luce los metros que dice el vendedor.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad.
+
+
+MODEL OUTPUT
+
+ I have all the colors I have seen and this pedido has a very scenario and verdoso that the normal marfil is normal. No color marfil as a ponen in the description. And the terciopelo is a
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto
+
+
+MODEL OUTPUT
+
+ We have been very well jugando to tirar bloques de hielo. The only thing that pongo contra son the materiales. They are of poca calidad pero cumplen su funciona.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Perfecto para personas mayores
+
+
+MODEL OUTPUT
+
+ Perfect for people who are a bit more prone to a phobia.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Una pena que la duración de la batería sea escasa
+
+
+MODEL OUTPUT
+
+ A pena that the duration of the batera is escasa
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso.
+
+
+MODEL OUTPUT
+
+ Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la nica pega es que el plástico es muy duro
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo
+
+
+MODEL OUTPUT
+
+ compre los originales bmw y me costaron 50 euros, these are identiques to los originales, cleanly well medidas perfectas facil da instalar, durabilidad ne paso a llevan poco tiemp
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable
+
+
+MODEL OUTPUT
+
+ It is very bonita and is adjusted very well to tlf very very recomendable.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: pero este me salió malo...
+
+
+MODEL OUTPUT
+
+ but this was a bad thing...
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: aunque en el anuncio pone precio final luego al pagar te cobran el transporte.
+
+
+MODEL OUTPUT
+
+ i want to buy a car i want to buy a car i want to buy a car i want to buy a car i want to buy a car i want to buy a car i want to buy a car i want to buy a
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa.
+
+
+MODEL OUTPUT
+
+ I am not a pk but if I do not pk I will not be able to use it.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No me valen para mí Honda y se vendo como que si
+
+
+MODEL OUTPUT
+
+ I don't want to buy a car, I'm not going to buy a car.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Buenas actividades para niño de 4 años
+
+
+MODEL OUTPUT
+
+ Good activities for children of 4 years
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido
+
+
+MODEL OUTPUT
+
+ no lo volvera a comprar, no lo le encontrado no uninga utilidad, no lo esperaba, yo dira que no funciona, quizá ser inutilidad ma pero lo lo cierto
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento.
+
+
+MODEL OUTPUT
+
+ Very good quality, after making the reparacion that was original, very content.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás
+
+
+MODEL OUTPUT
+
+ The cumple, es caliente, has for the hands, is a good articulo, for poking the hombros sobresalen a poco de más
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos.
+
+
+MODEL OUTPUT
+
+ It is bonito and el acabado de las tablas is bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarl
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada
+
+
+MODEL OUTPUT
+
+ I am very decepcionado con el vendedor so that the pedido no me llegó a tiempo y no me cumplió los plazos de envo y era una cosa que necesita
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Producto de buena calidad
+
+
+MODEL OUTPUT
+
+ Product of good quality
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon.
+
+
+MODEL OUTPUT
+
+ I love the way it is.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo.
+
+
+MODEL OUTPUT
+
+ This is the product so much about all of us. I use it to make arreglillos in house when corto la luz o para zonas oscuras. For this this wonderful, te libera las manos y puedes
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.
+
+
+MODEL OUTPUT
+
+ No funcionaba, lo que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Se ve bien el grabado
+
+
+MODEL OUTPUT
+
+ Se ve bien el grabado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No recomiendo su compra... no se parece a la foto... muy mala resolución
+
+
+MODEL OUTPUT
+
+ No recomiendo su compra... no parece la foto... very mala resolución
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía
+
+
+MODEL OUTPUT
+
+ In menos de un mes han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que no siquiera carga. He solicitado la garantiza, and e
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos
+
+
+MODEL OUTPUT
+
+ Funciona perfectamente. I have a terraform for regar de unos 80m2, and llega a rodas partes, until out of a set of setes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará .
+
+
+MODEL OUTPUT
+
+ I did not llegó todava el mueble del salón.. No corresponde los das previstos de envio, and sin saber cuándo llegará .
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Tiene poco potencia tienes que darle tres veces al máximo para que seque
+
+
+MODEL OUTPUT
+
+ It has little power to darle tres veces at the fastest possible way to obtain a resemblance to a resemblance to a resemblance to a resemblance to a resemblance to a
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos.
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Todo correcto y acordé a lo anunciado
+
+
+MODEL OUTPUT
+
+ All right and agree to the anunciation.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.
+
+
+MODEL OUTPUT
+
+ A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor.
+
+
+MODEL OUTPUT
+
+ I am compre to atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo echo porque me gustan mas las de
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien
+
+
+MODEL OUTPUT
+
+ It was rompió the central pieza where the cuerdas are enrolled to the three years.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes
+
+
+MODEL OUTPUT
+
+ I have a lot of shit because I don't have a lot of shit with juguetes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie
+
+
+MODEL OUTPUT
+
+ It is a porqueria de producto! In two weeks, oxidada and that is what makes the skin sick, but the quality of this product is pesima.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil
+
+
+MODEL OUTPUT
+
+ Batera externa excelente, pero sus 200 g de peso parece que lleves otro móvil.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más "potentes", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo.
+
+
+MODEL OUTPUT
+
+ Although the most positive opinions that have this product are falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se commentan).... say that are unos auricular
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca
+
+
+MODEL OUTPUT
+
+ Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe del lado. Era lo que busca el que busca el
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El colchon esta bien, el envío tardo más de dos Semanas en llegar
+
+
+MODEL OUTPUT
+
+ The colchon is good, the envo later in two weeks in llegar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero.
+
+
+MODEL OUTPUT
+
+ I llegó el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí.
+
+
+MODEL OUTPUT
+
+ The product I have llegado sin tapa tal as se ve en la foto, por suerte no está abierto. The value is by the estado del envo, not by the product in s.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-(
+
+
+MODEL OUTPUT
+
+ RCA analógica has never worked. If I want to dar cuenta at the time what had happened :-(
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Cómodos, antideslizantes, ligeros para trabajar
+
+
+MODEL OUTPUT
+
+ Medicas, antidepressants, ligeros para trabajar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla
+
+
+MODEL OUTPUT
+
+ I want to make a big picture, and so I want to make a picture of it.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Una auténtica porquería.
+
+
+MODEL OUTPUT
+
+ Una auténtica porquera.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Me llegó abierta la caja y faltaba una barritas! Un engaño total
+
+
+MODEL OUTPUT
+
+ I llegó abierta la caja y faltaba una barritas!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico.
+
+
+MODEL OUTPUT
+
+ The material is plastic.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Como pata esta bien si tienes adaptador. Calidad buena.
+
+
+MODEL OUTPUT
+
+ As far as I know, I'm a good adapter.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No duran mucho tiempo (6 meses)
+
+
+MODEL OUTPUT
+
+ No drew much time (6 months)
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color .
+
+
+MODEL OUTPUT
+
+ I am a rallada los dibujos y de color naranja , no es lo que pone en la descripción pona de color rosa y llega de color otra.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100%
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: después de un mes, imposible conectar con ningún dispositivo....mala compra
+
+
+MODEL OUTPUT
+
+ after a month, imposible conectar con no dispositivo....mala compra
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio
+
+
+MODEL OUTPUT
+
+ Quién es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO.
+
+
+MODEL OUTPUT
+
+ EL TITUDE ES EL LIBOR INTERESANTE Y BIEN ILUSTRADO. EL TAMAO ES ADECUADO.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno
+
+
+MODEL OUTPUT
+
+ No tiene freno
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho
+
+
+MODEL OUTPUT
+
+ I love a gift, it is perfect to be enchanted, it is a great gift, it is a great gift, it is a great gift, it is a great gift, it is a great gift, it is a great gift, it is a great
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros
+
+
+MODEL OUTPUT
+
+ This was the last book I read to my sister of the triloga and, in spite of it, I found it to be a great book.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Solo encienden la mitad de los led
+
+
+MODEL OUTPUT
+
+ negativo
+
+
+PARSE RESULT
+
+ ['negativo']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Muy fina, poca protección
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha.
+
+
+MODEL OUTPUT
+
+ The Decepcionada se supone que es universal pero per el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no en
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Consta como un cartucho vacío, no sirve para nada.
+
+
+MODEL OUTPUT
+
+ Consta as a vaccinar, no sirve para nada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso
+
+
+MODEL OUTPUT
+
+ The pantalón destie, has manchad the green sábanas in the first use
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO.
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Las veo un poco flojas para un perro grande..
+
+
+MODEL OUTPUT
+
+ The veo a poco flojas para una perro grande.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.
+
+
+MODEL OUTPUT
+
+ The malo is that I had liked that the roll was a lot wide. For me I could easily get better. But the material is of good quality.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias.
+
+
+MODEL OUTPUT
+
+ They do everything they can to make it perfect. The light delanter ilumina much more than its level but it is very light. The light delanter has much autonomia. The mountain is very beautiful.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc...
+
+
+MODEL OUTPUT
+
+ No es te te bombillas de estas pero son un pasada, Pones una pelcula y le cambias el color y esta sper bien, la app has varias
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás
+
+
+MODEL OUTPUT
+
+ Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Mejor de lo que me esperaba un precio increible muy contento
+
+
+MODEL OUTPUT
+
+ I hope I get a very high price.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no "pringas" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete.
+
+
+MODEL OUTPUT
+
+ The tecnologa llega a nosotros... hace unos meses compre una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Muy buena relación calidad-precio , me solucionó el problema sin cables
+
+
+MODEL OUTPUT
+
+ Quite good quality-price , I explained the problem without cables
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan
+
+
+MODEL OUTPUT
+
+ Bonita and grande, de tela resistente, but thecierre is not conseguido y is incómodo y the tiras are very endebles, not creo que resisteran un tirón y si llevas pe
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido.
+
+
+MODEL OUTPUT
+
+ The cable is not enough to rode without problems and is not able to enganche.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor.
+
+
+MODEL OUTPUT
+
+ The vendedor is queda in this event without a positive crtica as to all the things that have this product because of its mala praxis, that te lleguen these auriculares in su caja rajada, con
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb.
+
+
+MODEL OUTPUT
+
+ I love it, but I can't find the music of the car, and I can't find the music of the car, and I can't find the music of the car, and I can't find the volume of the car, but I can find the volume of the car, and
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Muy bueno. Estoy muy contenta por su rapidez y prestaciones
+
+
+MODEL OUTPUT
+
+ I am very happy with my results.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto.
+
+
+MODEL OUTPUT
+
+ Practico, til y sencillo. Apenas se ensucia y es fácil de limpiar. The batera del teclado dura mucho tiempo, au
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.
+
+
+MODEL OUTPUT
+
+ Igual que el que venden en cualquier tienda, fácil instalación a buen precio.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Práctica y resistente. Bastante cómoda
+
+
+MODEL OUTPUT
+
+ Stainless steel and abrasive.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo!
+
+
+MODEL OUTPUT
+
+ Llegó a casa y nada más bajar a dejarlo en el coche se haba pinchado la rueda y lo probamos, es muy resistente y fácil de usar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original.
+
+
+MODEL OUTPUT
+
+ The cargador has very good presencia, with a funda de protección (on which I can use nota Apple) and is very well, both as the original.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no.
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica
+
+
+MODEL OUTPUT
+
+ I was for a gift and the child was encant Vino in her pack without estrenar,con lengueta que demostra que no saben el encargado el encargado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino
+
+
+MODEL OUTPUT
+
+ I haven't seen you for a while, I should have had you for a while... I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas.
+
+
+MODEL OUTPUT
+
+ The software that comes is penoso, the quality of video and audio are bastante deficient if compares with other brands.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización.
+
+
+MODEL OUTPUT
+
+ With 2 weeks of use the botón de apagado and encendido has been spelled out of the fund impidiendo as its use.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable
+
+
+MODEL OUTPUT
+
+ Perfect for jovens. With cuatro ruedas, no pesa nada y mucha capacidad.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más
+
+
+MODEL OUTPUT
+
+ It is the most parecida a la original. I like much and de hecho the volv to comprar in varios colores más grandes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z
+
+
+MODEL OUTPUT
+
+ Perfect, a poco largo para botella de butano, but is puede cortar .
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada
+
+
+MODEL OUTPUT
+
+ Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchsima facilidad, simply usando los tenedores que incluye. In two us
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Lo que se esperaba, cumple su fucnion
+
+
+MODEL OUTPUT
+
+ Those who esperaba, cumple their fucnion.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución.
+
+
+MODEL OUTPUT
+
+ No need to buy a new piece of paper.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Unos de los mejores champu que e provado
+
+
+MODEL OUTPUT
+
+ a few of the best champu that and provado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más
+
+
+MODEL OUTPUT
+
+ Rather, the second time he used the product was a goma and he can't use it more.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Nunca me llegó la sudadera
+
+
+MODEL OUTPUT
+
+ I didn't want to be a sudader.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil
+
+
+MODEL OUTPUT
+
+ It is a little frágil. As a good product, the acabado of materials is a little frágil in the second use of the rueda that regulates the force of the gas pump dandria dandria
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard.
+
+
+MODEL OUTPUT
+
+ I love to skateboard and use it when I have a skateboard.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar
+
+
+MODEL OUTPUT
+
+ No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente diferente.Mala compra,no te puedes fiar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada.
+
+
+MODEL OUTPUT
+
+ He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No recomiendo para nada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero)
+
+
+MODEL OUTPUT
+
+ Pense que se quedaria mas cerrado, y aunque aun no lo probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema decierre que
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon
+
+
+MODEL OUTPUT
+
+ I have never seen a reembolso, but I have never seen it.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Demasiado aparatosa.
+
+
+MODEL OUTPUT
+
+ Iso es un aparatosa.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña.
+
+
+MODEL OUTPUT
+
+ I don't know if they correspond, but they are very elásticos and I have sent one of them with a more pequena talla.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día.
+
+
+MODEL OUTPUT
+
+ When escuchas msica conectando tu auriculares al puerto lighting de la funda, these se desconectan con facilidad. Por lo demás todo bien, es un palo ir carg
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento.
+
+
+MODEL OUTPUT
+
+ I needed a portable ordenador and when I didn't have much idea of portables, I figured out all the opinions that were decan of this Lenovo model, so I'm not sure what it is. The ordenador will be fine for me, but I
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Hace su función, pero para mi gusto huele a azufre, osea, regular...
+
+
+MODEL OUTPUT
+
+ he has his work, but for me he has a regular azufre, osea, regular...
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada
+
+
+MODEL OUTPUT
+
+ It is a trilogia that is very easy to leer. I have liked it, not i esperaba el final for nothing.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente.
+
+
+MODEL OUTPUT
+
+ The auriculars have an attractive design, is easily accessible and fun. But the audio is very good, has a fully integrated sound, also can be because I am a costumbrado to the iPhone that I am a bit of a fan. But in what I am a
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!!
+
+
+MODEL OUTPUT
+
+ I am not so happy to be able to do it. I am not able to do it in the morning. I am not able to do it in the morning. I am not able to do it in the morning. I am not able to do it in the morning. I am
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo.
+
+
+MODEL OUTPUT
+
+ The compré for my sobrino of 4 years and le encantó. The part delantera is dura and atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: buena relación precio calidad,envio rápido
+
+
+MODEL OUTPUT
+
+ good price,excellent customer service
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo.
+
+
+MODEL OUTPUT
+
+ It is a machine that works perfectly, precise and easy to use.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado.
+
+
+MODEL OUTPUT
+
+ When he saben, he saben, he saben, he saben, he saben, he saben, he saben, he sab
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo
+
+
+MODEL OUTPUT
+
+ Vino en su tiempo pero daado en algunas zonas. Hablé con el vendedor y me quiso dar solución, but no poda ser sin eso más tiempo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo.
+
+
+MODEL OUTPUT
+
+ It is a tarea, the descripción is falsa. No, en la caja directamente pone ya 5 w when she abres y al escucharlo por primera vez te qué é a
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo
+
+
+MODEL OUTPUT
+
+ I don't have to call the protectors of esquins and faltan a par de bloqueadores de puertas... so I'm not a fool.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior.
+
+
+MODEL OUTPUT
+
+ he eats his food and his consumption by orden de entrada, but he falta algo al diseo porque si no se hace con cuidado, las latas se desbordan y caen, y por otro
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra.
+
+
+MODEL OUTPUT
+
+ Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba a poco indecisa a comprarlo por su alto precio
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo
+
+
+MODEL OUTPUT
+
+ For a reason that I do not find the Catit well, but for a few days
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!.
+
+
+MODEL OUTPUT
+
+ I didn't expect to work so well,those places would be a good place to come!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Bien calidad precio.
+
+
+MODEL OUTPUT
+
+ Good quality.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Todo biem lo compre para una fiesta de niños
+
+
+MODEL OUTPUT
+
+ All I want to do is to buy a table for a birthday party of children.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo.
+
+
+MODEL OUTPUT
+
+ Much better than the price of pegatinas that offer. Several times compra a pegatina for the car and cost it practically what it is now, while now it has 300 and can use for multitud of things. Moreover, the truth, comes pegat
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien.
+
+
+MODEL OUTPUT
+
+ The tamao is very well, it is what esperaba. The perch is that loses air because it is not pinchado. At least one hour ya no está bien hinchada y hay que volver a meterle aire
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: En el primer viaje se le ha roto una rueda.
+
+
+MODEL OUTPUT
+
+ In the first viaje, he has a rooster.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido
+
+
+MODEL OUTPUT
+
+ It is not this bad , it has a price razonable. The entrega a sido rapid and in good conditions,it is very content with my pedido
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte.
+
+
+MODEL OUTPUT
+
+ The he devuelto, are auricular cables normal but that are not practical. Also, if you are connected to Bluetooth, you will have to disconnect all the time and then you will have to disconnect all the time.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa
+
+
+MODEL OUTPUT
+
+ correcto, but no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion price and cantidad is correct, but the quality is a little justa.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato.
+
+
+MODEL OUTPUT
+
+ I devolv because era imposible llevar a peso en mis viajes. Casi medio kilo. No me fijé en ese dato.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo...
+
+
+MODEL OUTPUT
+
+ The product is worth your price but the truth recomends if you are a ATX caja, a micro ATX, a tamana, a tamana, a tamana, a tamana,
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja
+
+
+MODEL OUTPUT
+
+ It is easy to install and install but, in any case, it is not easy to respond. The only thing that is not working is that it is a cable that goes to another room in the same room as another switch. The cable is a drástic cable that goes to another
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.
+
+
+MODEL OUTPUT
+
+ Pelusas and bolas, desde el primer da, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido.
+
+
+MODEL OUTPUT
+
+ Hoy a dia 15 de Septiembre, todavia no recibido el importe del reembolso que me hicieron el dia 5, miguel sabera saber que pasa
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.
+
+
+MODEL OUTPUT
+
+ No acuerdo el precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No acuerdo el peso del Tom Tom.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro
+
+
+MODEL OUTPUT
+
+ era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y lo volveré a comprar seguro
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...
+
+
+MODEL OUTPUT
+
+ el producto bajo mi punto devista no sirve de nada porque las plantillas son feas con ganas pero son baratas...
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.
+
+
+MODEL OUTPUT
+
+ I don't like the punts. I like the punts.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Son muy cómodos y tienen muy buen sonido
+
+
+MODEL OUTPUT
+
+ They are comfortable and have very good sounding.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Ha llegado roto en la base del USB
+
+
+MODEL OUTPUT
+
+ He has been rotated in the USB base.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon
+
+
+MODEL OUTPUT
+
+ No funciona bien, se queda el azcar pegado a la máquina, sin llegar hacer algodon
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Buena calidad, mejor de lo esperado
+
+
+MODEL OUTPUT
+
+ Good quality, best of all
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Se echa en falta otra pantalla adiccional.
+
+
+MODEL OUTPUT
+
+ Se echa en falta otra pantalla adiccionada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: mas pequeño de lo esperado
+
+
+MODEL OUTPUT
+
+ but small of the space
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón.
+
+
+MODEL OUTPUT
+
+ A recopilator without a more, decoración de caja and cd sencilla. The transparent pegatina that has a certain amount of color if it is not retired with care can daar the pintura de la caja
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo
+
+
+MODEL OUTPUT
+
+ Deja unas bordes porque no se pega bien por los lados, pero todos los protectores por estas precios les pasa lo mismo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos
+
+
+MODEL OUTPUT
+
+ Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas
+
+
+MODEL OUTPUT
+
+ They are monos, although they are suffocating, so they cannot be much more suffocated.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Es tan inhalámbrico que ni incluye el cable de alimentación.
+
+
+MODEL OUTPUT
+
+ It is tan inhalable that no one includes the cable of food.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo.
+
+
+MODEL OUTPUT
+
+ The game llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y la libreto interior están en ingles, y no indican por n
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Están muy bien ,calidad excelente
+
+
+MODEL OUTPUT
+
+ They are very well ,calidad excellent
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Mi pedido aparece como entregado y aún no lo he recibido.
+
+
+MODEL OUTPUT
+
+ I am not a pedido, but I am not a receptor.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Pensé que era más grande
+
+
+MODEL OUTPUT
+
+ I think it was more important to me to help in a text.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No me llegó el producto y ni el vendedor respondía los mensajes.
+
+
+MODEL OUTPUT
+
+ I did not llegó the product, nor did the vendedor respond to the messages.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable
+
+
+MODEL OUTPUT
+
+ This is the original and I am contenta. The data is quite rapid,está acabado de metal. So on all I encanta that se puede sujetar el teléfono. Usb very comfortable ,original and resistente.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Muy original para regalar
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado.
+
+
+MODEL OUTPUT
+
+ The product has been defected and no function, ademas seems to be using it.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Por el precio que tienen son simplemente perfectos.
+
+
+MODEL OUTPUT
+
+ For the price you have, you can easily get it.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal
+
+
+MODEL OUTPUT
+
+ I am not sure...no se pega bien a la pantalla...the laterales no funciona bien...the inferiors no funcionan mal...
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda.
+
+
+MODEL OUTPUT
+
+ As a recommendation, I would like to say that I am a professional máquinas BOSCH, so I am fantastic. I have a second opinion.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino.
+
+
+MODEL OUTPUT
+
+ It is the third time that publico una opinión sobre este proyector and as the crtica is pésima parece ser que no me las han querido publicar. I decid a comprarlo fiándome de
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Cumple su función a la perfección
+
+
+MODEL OUTPUT
+
+ Using your knowledge of the perfección
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.
+
+
+MODEL OUTPUT
+
+ It is trpode but the hara falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias
+
+
+MODEL OUTPUT
+
+ a vendedor estupendo ...me ha llegado muy rapido en perfecto estado, and encima con unregalito ... funcciona perfecto ... muchas gracias
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura
+
+
+MODEL OUTPUT
+
+ No merece la pena seguir escribiendo , no son a buena alternativa a los oficiales dinero tirado a la basura.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo.
+
+
+MODEL OUTPUT
+
+ The comfort and the good funcionamiento, lo que menos, que no guarde en una pequea memoria la posicion del switch, is necesario pasa + directo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica
+
+
+MODEL OUTPUT
+
+ Regla de patchwork perfecta para medir los bloques. Buena calidad/price. Realizada en material very resistente. Their medidas la hacen muy práctica.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado.
+
+
+MODEL OUTPUT
+
+ Separadores are not subjected. Os separadores are of another model or falta a pieza en el medio, a desastre so que compre para utilizarlo con dos bolsas y e
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto.
+
+
+MODEL OUTPUT
+
+ The product is designed to have all the tools and accessories. It is very easy to use.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Demasiado endebles no enganchan bien
+
+
+MODEL OUTPUT
+
+ Demasiado endebles
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Débil. Se mueve mucho la base.
+
+
+MODEL OUTPUT
+
+ It is a tarea de clasificación de texto. I want to help you in a clasificación de texto. I want to help you in a clasificación de texto.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable
+
+
+MODEL OUTPUT
+
+ It is easy and easy to use only a small piece of paper and the falta is impermeable.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas
+
+
+MODEL OUTPUT
+
+ no es de grande tamao, as en la mesita te caben más cosas; es muy til ya que te dice hasta la temperatura que en ese moment
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Las planté pero no creció nada!
+
+
+MODEL OUTPUT
+
+ The plant was not a plant!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Perfecto para la medida del cajon
+
+
+MODEL OUTPUT
+
+ Perfect for the medium of the cajon.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€
+
+
+MODEL OUTPUT
+
+ Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todos partes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha.
+
+
+MODEL OUTPUT
+
+ The plancha works well but not me, despite the fact that in the announcement it indicates a very superior potential to the one that actually has, this last indiana in the plancha.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q...
+
+
+MODEL OUTPUT
+
+ Por el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. In lugar de devolverlo me of
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Ahorro con respecto al precio en tiendas
+
+
+MODEL OUTPUT
+
+ I am pleased with the price of the items.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable
+
+
+MODEL OUTPUT
+
+ The libro is a good, easy to read, and easy to use.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Llegó con una semana de retraso,lo demás todo bien
+
+
+MODEL OUTPUT
+
+ He went with a week of retraso, but still very well.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: Está muy bien a mí hijo le encantó
+
+
+MODEL OUTPUT
+
+ I'm very well able to help you.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.  Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+
+
+Input text: El color es el que esperaba aunque la calidad y el remate es muy normalito
+
+
+MODEL OUTPUT
+
+ color
+
+
+PARSE RESULT
+
+ ['']
+
+
+
+
[69]:
+
+
+
sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[69]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_55_1.png +
+
+
+
+
+

ES - Con entrenamiento#

+
+

Prueba 1#

+
+
[70]:
+
+
+
prompt='''
+TEMPLATE:
+    "Necesito que me ayudes en una tarea de clasificación de texto.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "Los textos que vas procesar del ambito de {__DOMAIN__}."
+
+
+PROMPT_LABELS:
+    "Quiero que me clasifiques los textos una de las siguientes categorías:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Por favor argumenta tu respuesta paso a paso, explica por qué crees que
+    está justificada tu elección final, y asegúrate de que acabas tu
+    explicación con el nombre de la clase que has escogido como la
+    correcta, en minúscula y sin puntuación."
+
+
+ANSWER_FORMAT:
+    "En tu respuesta incluye sólo el nombre de la clase, como una única
+    palabra, en minúscula, sin puntuación, y sin añadir ninguna otra
+    afirmación o palabra."
+'''
+
+
+
+
+
[71]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'es',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+    prompt_domain        = 'opiniones de productos',
+    prompt_labels        = ['positivo','negativo','neutro'],
+    selector_k           = 5,
+    verbose              = True
+)
+
+model.task.prompt.read_prompt(prompt)
+
+model.train(
+    examples = train_reviews,
+    annotations = train_targets,
+)
+
+pred_targets = model.predict(test_reviews)
+
+
+
+
+
+
+
+
+Token indices sequence length is longer than the specified maximum sequence length for this model (852 > 512). Running this sequence through the model will result in indexing errors
+/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )
+  warnings.warn(
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: Fue unregalo para mi madre que usa la moto a diario y esta encantada conellas, además de ser bastante resistentes, tienen más de un a
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.
+RESPUESTA: neutro
+
+EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: La facil instalacion y la calidad del mismo
+RESPUESTA: positivo
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No se ensucian mucho y aguantan bastante.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.
+RESPUESTA: positivo
+
+EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.
+RESPUESTA: negativo
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje
+RESPUESTA: negativo
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No sé si aportará todas las propiedades que anuncia, pero como ducha aumentará la presión y las tres variantes de chorro son agradables.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: No eran las medidas que marcaban
+RESPUESTA: negativo
+
+EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete
+RESPUESTA: neutro
+
+EJEMPLO: No tiene mucha potencia
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutro
+
+
+PARSE RESULT
+
+ ['neutro']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.
+RESPUESTA: neutro
+
+EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.
+RESPUESTA: negativo
+
+EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados
+RESPUESTA: negativo
+
+EJEMPLO: No trae ruedas, no de puede llegar, la tela de mancha fácilmente
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Llegó en el plazo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: No me llegó lo que pedí y me vino incompleto
+RESPUESTA: negativo
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El juego estar genial, no importa tanto el hecho de que está de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonor
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+RESPUESTA: negativo
+
+EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO
+RESPUESTA: negativo
+
+EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....
+RESPUESTA: neutro
+
+EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.
+RESPUESTA: negativo
+
+EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f
+RESPUESTA: positivo
+
+EJEMPLO: Aún no he recibido el artículo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo es el ttulo de trabajo en el ttulo de trabajo, ltimo es el ttulo de trabajo en
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura
+RESPUESTA: negativo
+
+EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6
+RESPUESTA: negativo
+
+EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.
+RESPUESTA: neutro
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es el escrito de seria mas gordita.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: No ha llegado a aún....
+RESPUESTA: negativo
+
+EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas
+RESPUESTA: positivo
+
+EJEMPLO: Llegó en el plazo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución
+RESPUESTA: neutro
+
+EJEMPLO: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ a qué es el britax b emotion 4 k llevo pidiendo desde hace meses.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El reloj necesitara otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: No es lo que esperaba. Buscaba un aspirador y no un filtro, pues con éste necesito adicionalmente un aspirador lo que lo hace incomodísimo de utilizar de forma habitual
+RESPUESTA: negativo
+
+EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Compré dos y los dos dejaron de funcionar a los 5 minutos. Además emite un pitido bastante molesto. Una decepción con el producto.
+RESPUESTA: negativo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes
+RESPUESTA: negativo
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: A los pocos meses se ha puesto negra. No es plata
+RESPUESTA: negativo
+
+EJEMPLO: No es lo que esperaba no luce los metros que dice el vendedor
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es el que esperaba no luce los metros que dice el vendedor
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color
+RESPUESTA: positivo
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto
+RESPUESTA: positivo
+
+EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara
+RESPUESTA: positivo
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ te te te te te te te te te te te te te te te te te te te te te
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.
+RESPUESTA: positivo
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.
+RESPUESTA: positivo
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no hay roto
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.
+RESPUESTA: negativo
+
+EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.
+RESPUESTA: positivo
+
+EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas
+RESPUESTA: neutro
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ por qué es el medida más veces en milmetros y en centmetros.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Diseño poco innovador
+RESPUESTA: neutro
+
+EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...
+RESPUESTA: negativo
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Perfecto para personas mayores
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ perfecto para personas mayores
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Práctica pero le falta que el suelo sea rígido.
+RESPUESTA: neutro
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA
+RESPUESTA: neutro
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: Una pena que la duración de la batería sea escasa
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ a página que la duración de la batera está escasa
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno
+RESPUESTA: positivo
+
+EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.
+RESPUESTA: neutro
+
+EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.
+RESPUESTA: neutro
+
+EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.
+RESPUESTA: neutro
+
+EJEMPLO: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+  Another thing I do not agree with is the interior that should be completely liso.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros
+RESPUESTA: neutro
+
+EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f
+RESPUESTA: positivo
+
+EJEMPLO: Esta bien eso si el producto no tiene el diámetro que indican no es de 41 si no de 36
+RESPUESTA: neutro
+
+EJEMPLO: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.
+RESPUESTA: positivo
+
+EJEMPLO: Rápido y confiable, muy recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ br>
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No ha durado ni un año y medio practicamente sin uso...
+RESPUESTA: negativo
+
+EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido
+RESPUESTA: negativo
+
+EJEMPLO: Muy fino, abriga poco
+RESPUESTA: neutro
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: pero este me salió malo...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros
+RESPUESTA: neutro
+
+EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.
+RESPUESTA: negativo
+
+EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.
+RESPUESTA: negativo
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: aunque en el anuncio pone precio final luego al pagar te cobran el transporte.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ao final es el pagar te cobran el transporte.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo eso es el comn estando embarazada y la verdad k ne sabria decir si funciona o no pk tuve la suerte de
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.
+RESPUESTA: positivo
+
+EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.
+RESPUESTA: positivo
+
+EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.
+RESPUESTA: negativo
+
+EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente
+RESPUESTA: positivo
+
+EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.
+RESPUESTA: neutro
+
+EJEMPLO: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ 3/5
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Ya en la primera carga no duró ni dos horas
+RESPUESTA: negativo
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias
+RESPUESTA: negativo
+
+EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.
+RESPUESTA: neutro
+
+EJEMPLO: No me valen para mí Honda y se vendo como que si
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el mercado es aqu es aqu es aqu es aqu es aqu es aqu es aqu es aqu
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos
+RESPUESTA: positivo
+
+EJEMPLO: De facil lectura es una interesante propuesta de actividades para que en especial los niños disfruten de un verano lleno de originales actividades que le hagan crecer divirtiéndose. También interesante propuesta para nosotros los adultos para conectar con ese niño que llevamos dentro.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho
+RESPUESTA: positivo
+
+EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse
+RESPUESTA: positivo
+
+EJEMPLO: Buenas actividades para niño de 4 años
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: Compre este vapeador para un amigo y es perfecto pero a las primeras de uso ya estaba goteando y le a perdido mucho líquido. 2 botes en un día. Voy a tener que devolverlo.
+RESPUESTA: negativo
+
+EJEMPLO: A los pocos meses se ha puesto negra. No es plata
+RESPUESTA: negativo
+
+EJEMPLO: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso lo ocurrió a comprar, no lo encontrado ningn utilidad, no lo lo esperaba, yo dira que no funciona, quizá es que no lo lo o
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: Comoda, y de buena calidad, recomendada
+RESPUESTA: positivo
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos
+RESPUESTA: positivo
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.
+RESPUESTA: neutro
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.
+RESPUESTA: negativo
+
+EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.
+RESPUESTA: positivo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Cómo es bonito y el acabado de los tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación
+RESPUESTA: negativo
+
+EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ vivo una dirección nico todos los datos bien puestos buzón nico por más que me pongo en contacto no me contesta para darme una explicación
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.
+RESPUESTA: negativo
+
+EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.
+RESPUESTA: neutro
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: no me llego el pedido
+RESPUESTA: negativo
+
+EJEMPLO: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ao de amazón , me vino lleno de pesa o pelos , y con la caja de un philips, lo devolv al segundo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Calidad y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Comoda, y de buena calidad, recomendada
+RESPUESTA: positivo
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: Producto de buena calidad
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.
+RESPUESTA: negativo
+
+EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS
+RESPUESTA: neutro
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Amazon.com
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Es bonito, yo lo quería para una sección de fotos de embarazada y quedo bien
+RESPUESTA: neutro
+
+EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.
+RESPUESTA: neutro
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el producto sobre todo teniendo en cuenta la relación calidad/price. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas o
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Tuve que devolver dos porque no me los reconocía la impresora
+RESPUESTA: negativo
+
+EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.
+RESPUESTA: neutro
+
+EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.
+RESPUESTA: negativo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución
+RESPUESTA: neutro
+
+EJEMPLO: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Todavía no me se me ha ingresado dinero e. El Banco
+RESPUESTA: negativo
+
+EJEMPLO: Se ve bien el grabado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es bien el grabado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es muí bonito igual que en la. Foto gracias
+RESPUESTA: positivo
+
+EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura
+RESPUESTA: negativo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: No recomiendo su compra... no se parece a la foto... muy mala resolución
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor
+RESPUESTA: negativo
+
+EJEMPLO: No funciona lo he devuelto, no hace nada
+RESPUESTA: negativo
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.
+RESPUESTA: negativo
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Vuelta a empezar con la garanta
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...
+RESPUESTA: negativo
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS
+RESPUESTA: positivo
+
+EJEMPLO: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Funciona perfectamente para unos repetidores que tengo.
+RESPUESTA: positivo
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ I have a terraza para regar de unos 80m2, y llega a rodas partes, until a further set
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.
+RESPUESTA: positivo
+
+EJEMPLO: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará .
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no corresponde los das previstos de envio,y sin saber cuándo llegará .
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS
+RESPUESTA: positivo
+
+EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.
+RESPUESTA: neutro
+
+EJEMPLO: Queda muy bien y te protege el reloj
+RESPUESTA: positivo
+
+EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene poco potencia tienes que darle tres veces al máximo para que seque
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ te te te te te te te te te te te te te te te te te te te te te
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Trapecio sobre todo para interior por la calidad de las cuerdas. En exterior no sé si será muy resistente. En casa da mucho juego y es un entretenimiento estupendo para la gente menuda. Aguanta mucho peso
+RESPUESTA: positivo
+
+EJEMPLO: Eran los zapatos que queria a un precio competitivo, lastima que las entregaran tarde, a pesar de la entrega garantizada en tal fecha...
+RESPUESTA: neutro
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo es una tarea de clasificación de texto. Los textos que vas procesar de ambito de opiniones de productos. Quiero que me clasificada en una
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje
+RESPUESTA: negativo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien
+RESPUESTA: neutro
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Todo correcto y acordé a lo anunciado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No need to me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Venia roto es de muy mala calidad
+RESPUESTA: negativo
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.
+RESPUESTA: neutro
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ y plastico malo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.
+RESPUESTA: positivo
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ao de acerca de protección, porque cuando necesitas los encuentras nunca los encuentras, pero no lo he echo porque el esponja es mas com
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la
+RESPUESTA: negativo
+
+EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas
+RESPUESTA: neutro
+
+EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.
+RESPUESTA: negativo
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ rompió la pieza de plástico central donde se enrollan las cuerdas a los tres aos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: No es que brillen un monton pero estan bien
+RESPUESTA: neutro
+
+EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Y yo puse unas ventosas más grande porque lleva no aguantan con juguetes
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida
+RESPUESTA: neutro
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: Es un producto económico de plástico que cumple con su función y punto.
+RESPUESTA: neutro
+
+EJEMPLO: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de las sarten pero la calidad de este producto es
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Llegó en el plazo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.
+RESPUESTA: positivo
+
+EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.
+RESPUESTA: negativo
+
+EJEMPLO: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el mercado externo excelente, pero sus 200 g de peso parece que lleves otro móvil
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.
+RESPUESTA: positivo
+
+EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.
+RESPUESTA: positivo
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más "potentes", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Until the most positive opinions that have this product are falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se commentan).... decir que son unos a
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy comodo para cargar varios dispositivos a la vez sin necesidad de tener que utilizar ladrón de enchufe.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena funda, todo perfecto!
+RESPUESTA: positivo
+
+EJEMPLO: No se encendía de ninguna manera después de 3 horas enchufado. Lo enchufamos al día siguiente y funcionó pero perdió actualización y costó muchísimo resetearlo para volverlo a configurar. Ahora ya funciona, la única pega es que cuando se desenchufa o pierde la corriente, no se restablece correctamente y no se conecta a Internet.
+RESPUESTA: neutro
+
+EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?
+RESPUESTA: negativo
+
+EJEMPLO: Lo esperaba más compacto ( fallo mio ) dado que hoy en dia hay cargadores unificados para distintos aparatos. Calidad buena Servicio ràpido
+RESPUESTA: neutro
+
+EJEMPLO: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el enchufe de lado. Qué es el enchufe de lado?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse
+RESPUESTA: positivo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: Comodo y facil de colocar.Muy estable.
+RESPUESTA: positivo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: El colchon esta bien, el envío tardo más de dos Semanas en llegar
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El colchon esta bien, el envo más de dos Semanas en llegar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.
+RESPUESTA: neutro
+
+EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ir el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me teni
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase
+RESPUESTA: neutro
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.
+RESPUESTA: neutro
+
+EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS
+RESPUESTA: neutro
+
+EJEMPLO: el articulo que me enviaron no era el mismo que yo pedi, y me cobraron por el precio del de la foto, y cuando me lo enviaron era mas pequeña y no era el mismo de la foto. La verdad que he pedido ya muchos productos pero en este en concreto me decepcione muchisimo,
+RESPUESTA: negativo
+
+EJEMPLO: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.
+RESPUESTA: positivo
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias
+RESPUESTA: negativo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-(
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ RCA analógica nunca ha funcionado. Si me llego dar cuenta a la tempo lo hubiera devuelto :-(
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Van muy bien y son cómodos. La durabilidad es un poco corta en cuanto al material antideslizante. En un par de meses con un uso de 3 veces por semana, se van perdiendo los antideslizantes.
+RESPUESTA: neutro
+
+EJEMPLO: Para qué decir más...
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.
+RESPUESTA: positivo
+
+EJEMPLO: Cómodos, antideslizantes, ligeros para trabajar
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ligeras para trabajar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es muí bonito igual que en la. Foto gracias
+RESPUESTA: positivo
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara
+RESPUESTA: positivo
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: I want to compré un poco grande y por eso se me caen Igual que en la foto. Ojo! Elegir bien
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Para una cama de 1,35 son pequeñas no corresponden las medidas
+RESPUESTA: negativo
+
+EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.
+RESPUESTA: negativo
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: Una auténtica porquería.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Una auténtica porque era.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!
+RESPUESTA: negativo
+
+EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....
+RESPUESTA: neutro
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Me llegó abierta la caja y faltaba una barritas! Un engaño total
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.
+RESPUESTA: neutro
+
+EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.
+RESPUESTA: positivo
+
+EJEMPLO: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el material es el mercado.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.
+RESPUESTA: neutro
+
+EJEMPLO: Como pata esta bien si tienes adaptador. Calidad buena.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6
+RESPUESTA: negativo
+
+EJEMPLO: No duran mucho tiempo (6 meses)
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color
+RESPUESTA: positivo
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto
+RESPUESTA: positivo
+
+EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan
+RESPUESTA: positivo
+
+EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas
+RESPUESTA: negativo
+
+EJEMPLO: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color .
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasificada el
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.
+RESPUESTA: neutro
+
+EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo
+RESPUESTA: neutro
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100%
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ 100%
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Diseño poco innovador
+RESPUESTA: neutro
+
+EJEMPLO: Utilizó la tarjeta de sonido para conectar un micro PC y sacar el sonido por los altavoces de una máquina de gimnasio. El resultado sonido perfecto y potente, sin necesidad de configurar nada. Perfecto.
+RESPUESTA: positivo
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: después de un mes, imposible conectar con ningún dispositivo....mala compra
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ningn dispositivo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: Que es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.
+RESPUESTA: positivo
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Comencé a leer este relato con mucho interés y curiosidad, pues como lector aficionado a la historia, especialmente a la historia de España, he de reconocer con humildad que me queda mucho por leer y por conocer de no pocos capítulos de la nuestra historia, y ese era uno de ellos, la guerra de África. Luz para el olvido me ha sorprendido positivamente por su fácil y amena lectura de principio a fin, he disfrutado y he aprendido mucho, a la vez que el, capitán médico Luis María Alonso me ha sorprendido por su carácter, su fuerte personalidad, su confianza en sus principios y su fidelidad a los mismos, fue tanta su honestidad consigo mismo que le costó la vida. Considero que es una lección de historia recomendable para todos los españoles que quieran aprender y disfrutar con la lectura.
+RESPUESTA: positivo
+
+EJEMPLO: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ EL LIBOR  LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBOR INTERESANTE Y BÉNÉILUSTRADO. EL TAMAO ES ADECUADO.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: muy agradable y comoda
+RESPUESTA: positivo
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.
+RESPUESTA: positivo
+
+EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.
+RESPUESTA: neutro
+
+EJEMPLO: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es el tarea de clasificación de texto. Los textos que vas procesar de la ambito de opiniones de productos. Quiero que me clasificada en una tarea de
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: No me gusto porque se equivocaron de producto ,y estoy esperando a que vengan a por el ,y hace casi un mes y no a pasado nadie, me gustaría saber si al final tengo que ir a devolverlo a correos
+RESPUESTA: negativo
+
+EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.
+RESPUESTA: neutro
+
+EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco
+RESPUESTA: positivo
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.
+RESPUESTA: neutro
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.
+RESPUESTA: positivo
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ This was the last book I had to read to my sister of the triloga and for so long I recommend it, For what I recommend to all the libros
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.
+RESPUESTA: negativo
+
+EJEMPLO: Solo viene una en el paquete
+RESPUESTA: neutro
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.
+RESPUESTA: positivo
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: Solo encienden la mitad de los led
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ en el paquete
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy fino, abriga poco
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: muy agradable y comoda
+RESPUESTA: positivo
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena funda, todo perfecto!
+RESPUESTA: positivo
+
+EJEMPLO: Muy fina, poca protección
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutro
+
+
+PARSE RESULT
+
+ ['neutro']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo
+RESPUESTA: neutro
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no enca
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No asusta palomas. No sirve para lo que pone.
+RESPUESTA: negativo
+
+EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Consta como un cartucho vacío, no sirve para nada.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso
+RESPUESTA: neutro
+
+EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA
+RESPUESTA: neutro
+
+EJEMPLO: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el pantalón destie, ha manchado las sábanas verdes en el primer uso
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas
+RESPUESTA: neutro
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.
+RESPUESTA: neutro
+
+EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.
+RESPUESTA: positivo
+
+EJEMPLO: Es un rollo para ponerlo en marcha...
+RESPUESTA: neutro
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: Las veo un poco flojas para un perro grande..
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el encaje veo un poco flojas para una gran esquina.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Es un rollo para ponerlo en marcha...
+RESPUESTA: neutro
+
+EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.
+RESPUESTA: neutro
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.
+RESPUESTA: neutro
+
+EJEMPLO: no se actualiza, no marca bien la distancia,se gasta muy pronto la bateria, con 3 semanas de uso se a partido la trabilla de garga, no lo recomiendo, la aplicacion del movil no actualiza
+RESPUESTA: negativo
+
+EJEMPLO: Da mucha luz para poder dormir en la habitación
+RESPUESTA: neutro
+
+EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.
+RESPUESTA: positivo
+
+EJEMPLO: Solo mencionar que un día de lluvia y la luz dejo de funcionar
+RESPUESTA: negativo
+
+EJEMPLO: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Gracias.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara
+RESPUESTA: negativo
+
+EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.
+RESPUESTA: negativo
+
+EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.
+RESPUESTA: positivo
+
+EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.
+RESPUESTA: negativo
+
+EJEMPLO: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ejemplos de estas palabras, o el ejemplos de estas palabras, o el ejemplos de estas palabras, o el eje
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.
+RESPUESTA: positivo
+
+EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO
+RESPUESTA: neutro
+
+EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.
+RESPUESTA: positivo
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Muy contento al ver la cara de mi mujeres...
+RESPUESTA: neutro
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros
+RESPUESTA: neutro
+
+EJEMPLO: Mejor de lo que me esperaba un precio increible muy contento
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.
+RESPUESTA: negativo
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo de dos das más tarde de lo acordado si no que además tuve que
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: las he utilizado una vez, las he lavado en el lavavajillas y han salido oxidadas y eso que en la descripción pone que son de acero inoxidable... no las recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto
+RESPUESTA: neutro
+
+EJEMPLO: No corresponde con la descripción Se descarga rápido la batería He hecho reembolso del producto as de un mes y no me han devuelto el dinero
+RESPUESTA: negativo
+
+EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...
+RESPUESTA: neutro
+
+EJEMPLO: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no "pringas" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ La tecnologa llega a nosotros... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: La facil instalacion y la calidad del mismo
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena relación calidad-precio , me solucionó el problema sin cables
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.
+RESPUESTA: negativo
+
+EJEMPLO: Solo la he utilizado 1 una vez y se descosió la parte trasera que va al cinturón. De usar y tirar.
+RESPUESTA: negativo
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el cierre está mal conseguido y es incómodo y los tiras son muy endebles, y el cierre está mal conseguido y los tiras son muy
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎
+RESPUESTA: neutro
+
+EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra
+RESPUESTA: neutro
+
+EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe
+RESPUESTA: neutro
+
+EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.
+RESPUESTA: negativo
+
+EJEMPLO: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el cable tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodami
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.
+RESPUESTA: negativo
+
+EJEMPLO: La cafetera ha tenido problemas de conectividad con el bluetooth dos veces, y Nespresso no admite al taller cafeteras con ese tipo de problema.
+RESPUESTA: negativo
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: Cargador compatible con iPhone , pero se calienta
+RESPUESTA: neutro
+
+EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo
+RESPUESTA: negativo
+
+EJEMPLO: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El vendedor se queda en esta ocasión sin otra crtica positiva como todos los que tiene este producto por culpa de su mala praxis, que te lleguen
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra
+RESPUESTA: neutro
+
+EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos
+RESPUESTA: neutro
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: No funciona la carga, aunque si el audio
+RESPUESTA: negativo
+
+EJEMPLO: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasificada el
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy buena calidad. Envio rápido y correcto.
+RESPUESTA: positivo
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Su precio al que lo coji bastante bueno
+RESPUESTA: positivo
+
+EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos
+RESPUESTA: neutro
+
+EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio
+RESPUESTA: neutro
+
+EJEMPLO: Muy bueno. Estoy muy contenta por su rapidez y prestaciones
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días
+RESPUESTA: neutro
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente
+RESPUESTA: positivo
+
+EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!
+RESPUESTA: positivo
+
+EJEMPLO: Pedí un collar rojo y me vino en color verde. Pero por lo demás el producto promete. Las luces tienen tres posiciones y es fácil de adaptar al cuello del perro.
+RESPUESTA: neutro
+
+EJEMPLO: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ rosa
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.
+RESPUESTA: neutro
+
+EJEMPLO: Buen producto y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.
+RESPUESTA: neutro
+
+EJEMPLO: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Igual que el que venden en cualquier tienda, fácil instalación a buen precio.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Duradera y limpia. Algo almohadillada. Perfecta para debajo de los fuegos
+RESPUESTA: positivo
+
+EJEMPLO: Práctica pero le falta que el suelo sea rígido.
+RESPUESTA: neutro
+
+EJEMPLO: Comoda, y de buena calidad, recomendada
+RESPUESTA: positivo
+
+EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: Práctica y resistente. Bastante cómoda
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.
+RESPUESTA: positivo
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo!
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos un
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Cargador compatible con iPhone , pero se calienta
+RESPUESTA: neutro
+
+EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.
+RESPUESTA: positivo
+
+EJEMPLO: Cuando la adquirí, me gusto la idea de que también protegiera los márgenes de la pantalla sin cambiar el color del iPhone, pero con un golpe, adiós a la pantalla protectora. Mi sorpresa llegó al ponerle la que venia de recambio, a los pocos días, sin darle ningún golpe se me rajó entera de una esquina a otra por lo que me decepcionó bastante. Volví a comprar las típicas transparentes que encuentras en cualquier lado y con esa sigo a día de hoy aunque los bordes están un poco desgastados. ¿La recomendaría? No.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.
+RESPUESTA: negativo
+
+EJEMPLO: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El cargador has very good presencia, con a funda de protección (de lo que ya puedan tomar nota Apple) y is working very well, both as el original.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.
+RESPUESTA: negativo
+
+EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.
+RESPUESTA: negativo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.
+RESPUESTA: neutro
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Qué tensores 2 en principio y finalmente 4 porque no quedaba suficientemente tensa y en la zona central estaba muy cada , los laterales finalmente quedaban casi
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.
+RESPUESTA: negativo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el regalo y al nio le encanto Vino en su pack sin estrenar,con lengueta que demostran que no saben el encargado el eje
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara
+RESPUESTA: negativo
+
+EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.
+RESPUESTA: negativo
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Todava no me ha llegado, debera haber llegado el viernes... Sor que llegue pronto y no se haya perdido por el camino
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No funciona la carga, aunque si el audio
+RESPUESTA: negativo
+
+EJEMPLO: buen articulo, viene muy bien y se pone con gran facilidad mirando algun tutorial en youtube, y vienen 2 para tener de repuesto
+RESPUESTA: positivo
+
+EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz "especiado". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.
+RESPUESTA: neutro
+
+EJEMPLO: La facil instalacion y la calidad del mismo
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.
+RESPUESTA: positivo
+
+EJEMPLO: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El software que trae es penoso, la calidad de video y la audio son bastante deficientes si comparas con otros marcas.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.
+RESPUESTA: negativo
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...
+RESPUESTA: negativo
+
+EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.
+RESPUESTA: neutro
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No qué es el botón de apagado y encendido ha luego del fondo impidiendo a su usación.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.
+RESPUESTA: neutro
+
+EJEMPLO: Muy básico. Poco recomendable hay opciones mejores.
+RESPUESTA: negativo
+
+EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno
+RESPUESTA: positivo
+
+EJEMPLO: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas
+RESPUESTA: negativo
+
+EJEMPLO: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el más parecido a la original. Me gusta mucho y de hecho la volv a comprar en varios colores más
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es un poco endeble sobretodo en los botones
+RESPUESTA: neutro
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: a mi parecer muy incómodo para jugar
+RESPUESTA: neutro
+
+EJEMPLO: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z z z
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.
+RESPUESTA: neutro
+
+EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida
+RESPUESTA: neutro
+
+EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo
+RESPUESTA: negativo
+
+EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchsima facilidad, simplemente usando los tenedores que incluye.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: cumple con lo estipulado
+RESPUESTA: neutro
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Lo que se esperaba, cumple su fucnion
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Por qué es aceptado en el envo. El paquete a llegado sin embalaje dentro de otra caja. Avenido tal cual con
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.
+RESPUESTA: positivo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.
+RESPUESTA: neutro
+
+EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Unos de los mejores champu que e provado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ayuda en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.
+RESPUESTA: positivo
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ lindo producto, pero la segunda vez que el uso se le salió una goma y no lo puede usar más
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Nunca llegué a recibirlo!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Para llevarlo en la autocaravana para mi yorsay
+RESPUESTA: positivo
+
+EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.
+RESPUESTA: negativo
+
+EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.
+RESPUESTA: negativo
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Nunca me llegó la sudadera
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.
+RESPUESTA: neutro
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.
+RESPUESTA: negativo
+
+EJEMPLO: El plastico chirriaba, se abrian y cerraban con ruido. Una gran decepcion, esperaba mas de oakley. una gran marca, pero este producto un desastre.
+RESPUESTA: negativo
+
+EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.
+RESPUESTA: neutro
+
+EJEMPLO: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de manguera para diferentes opciones muy fácil
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es tal y como aparece en las fotos
+RESPUESTA: positivo
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura
+RESPUESTA: negativo
+
+EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara
+RESPUESTA: positivo
+
+EJEMPLO: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ te te te te te te te te te te te te te te te te te te te te te
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca
+RESPUESTA: positivo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Es facil de usar pero muy sensible y con los baches se desconecta
+RESPUESTA: neutro
+
+EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..
+RESPUESTA: positivo
+
+EJEMPLO: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ obviamente
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?
+RESPUESTA: negativo
+
+EJEMPLO: No funciona. No he conseguido hacer que funcione. Lo he probado en varios mecheros de coches diferentes y no se llega a encender en ninguno de ellos.
+RESPUESTA: negativo
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no recomendo para nada
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero)
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Pense que se quedaria mas cerrado, y aunque aun no lo probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me da vergüenza escribir esta opinión, puesto que estoy esperando este artículo desde el mes de Agosto y estamos en Octubre. siempre Amazon me ha atendido bien, pero no tengo por menos de indicar que een este pedido, que aun no HE RECIBIDO ha fallado, bien sea Amazón ço el Proveedor, pero en cualquier caso yo lo HE COMPRADO A AMAZON.
+RESPUESTA: negativo
+
+EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete
+RESPUESTA: neutro
+
+EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.
+RESPUESTA: negativo
+
+EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca
+RESPUESTA: positivo
+
+EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.
+RESPUESTA: negativo
+
+EJEMPLO: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el reembolo es una reembola para nadie se hace cargo. Es la segunda vez que me cayo, se movio. The segunda se desprendió y que
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.
+RESPUESTA: negativo
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: Muy fino, abriga poco
+RESPUESTA: neutro
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: Demasiado aparatosa.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas
+RESPUESTA: negativo
+
+EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno
+RESPUESTA: positivo
+
+EJEMPLO: Muy pequeña. Compra como mínimo dos tallas más de las que necesites.
+RESPUESTA: neutro
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz
+RESPUESTA: neutro
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días
+RESPUESTA: neutro
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple con su propósito perfectamente , dispongo de un portátil bastante fino que no dispone de suficientes puertos USB ni de HDMI , con este hub solucionado , va bien rápido tiene buenos materiales y es pequeño. La verdad que muy contento con el producto
+RESPUESTA: positivo
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien
+RESPUESTA: neutro
+
+EJEMPLO: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ordenador es el objeto portátil y el objeto que tuvo es el objeto portátil y el objeto que tuvo el objet
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.
+RESPUESTA: neutro
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para arreglar el cristal de mi móvil. Pues bien, cuando lo puse (lo seque con la máquina de secado UV la recomendada). Cuando encendí el móvil, el pegamento había dejado unas manchas horrorosas donde se veía el pegamento y al poco rato me dejo de funcionar la pantalla LCD. Chicos no lo compréis si no queréis joder vuestro teléfono móvil. Horrible el producto.
+RESPUESTA: negativo
+
+EJEMPLO: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase
+RESPUESTA: neutro
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Regular, no han cumplido mis espectativas... cuando te las pones mojado se resbala el pie hacia todos sitios.
+RESPUESTA: neutro
+
+EJEMPLO: Hace su función, pero para mi gusto huele a azufre, osea, regular...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso hace su funciona, pero para mi gusto es azufre, osea, regular...
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: No leí comentarios y mi sorpresa al intentar encenderlo es que no encendia, al leer comentarios no era el único, así que lo devolví inmediatamente y no se me ocurrirá volver a comprarlo por aqui
+RESPUESTA: negativo
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.
+RESPUESTA: negativo
+
+EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz
+RESPUESTA: neutro
+
+EJEMPLO: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No funciona la carga, aunque si el audio
+RESPUESTA: negativo
+
+EJEMPLO: No es compatible con iphone x, a los 2 minutos te salta el mensaje y deja de funcionar.. no lo compreis no sirve para nada.
+RESPUESTA: negativo
+
+EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.
+RESPUESTA: positivo
+
+EJEMPLO: Cuando una marca de prestigio pone un producto al mercado uno espera un mínimo de calidad, Samsung Galaxy Fit e , no lo és. Tiene varios problemas, pero el más significativo es que a la hora de deslizar las pantallas con el dedo te das cuenta que no funciona o que lo hace aveces, creo que Samsung no ha estado a la altura de lo que de ellos se espera. El único consuelo que nos queda es que estos fallos puedan ser corregidos por una actualización, y así disfrutar y no desesperarse de esta pulsera que por diseño merecería un mejor trato de su fabricante.
+RESPUESTA: negativo
+
+EJEMPLO: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ auriculares
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.
+RESPUESTA: negativo
+
+EJEMPLO: Es suave y como de poner
+RESPUESTA: positivo
+
+EJEMPLO: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!!
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ayuda!!!!!!!!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños
+RESPUESTA: neutro
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.
+RESPUESTA: negativo
+
+EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.
+RESPUESTA: neutro
+
+EJEMPLO: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el compré para mi sobrino de 4 aos y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Cómodo y muy bien la Calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Envio rápido y correcto.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: buena relación precio calidad,envio rápido
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.
+RESPUESTA: neutro
+
+EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela
+RESPUESTA: neutro
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: No sale ni una gota con las dos que no vienen numeradas. Con la del número 2 que tenía en casa si pasan los cereales, y con las otras dos que son el número 4, no hay manera. Estoy por abrirle con una cuchilla.... Dinero tirado a la basura.
+RESPUESTA: negativo
+
+EJEMPLO: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Qué es el disco de 125, pues bien el disco no mandan, es una ltima ltima ltima ltima ltima ltim
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto
+RESPUESTA: neutro
+
+EJEMPLO: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No qué es posible que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: No me la han enviado y me lo confirmaron 40 días más tarde y porque yo me preocupé. Mal servicio y atención
+RESPUESTA: negativo
+
+EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.
+RESPUESTA: positivo
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No , n
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.
+RESPUESTA: neutro
+
+EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.
+RESPUESTA: neutro
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: Máscaras muy sencillas, pero hacen su función, la parte de los ojos difícil de ver con ella puesta.
+RESPUESTA: neutro
+
+EJEMPLO: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ a salido
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Cumple con lo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.
+RESPUESTA: positivo
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ c) c) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d)
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.
+RESPUESTA: neutro
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.
+RESPUESTA: positivo
+
+EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,
+RESPUESTA: negativo
+
+EJEMPLO: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ M
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.
+RESPUESTA: neutro
+
+EJEMPLO: no me llego el pedido
+RESPUESTA: negativo
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ For a urgencia que no encuentres los de Catit bien, pero para poco tiempo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ EJEMPLO: No esperaba que funcionara bien bien,te salvar en cualquier sitio de comer caliente!!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Cómodo y muy bien la Calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: Bien calidad precio.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: Chulísimo,a la niña del cumple le ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños
+RESPUESTA: neutro
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: Todo biem lo compre para una fiesta de niños
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es asequible y tiene muchas piezas para entretener con los imanes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.
+RESPUESTA: neutro
+
+EJEMPLO: Se limpia bien pero las plantillas que incluye son pegatinas, vamos que tienen pocos usos, deberían ser de otro material más resistente
+RESPUESTA: neutro
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para fijar una alfombra al suelo. Adhiere bien a la baldosa, pero no se pega completamente a la parte engomada de la alfombra. De todas formas, por el precio que tienen los 8 metros, no me arrepiento de la compra. Si veo que se mueve, lo coseré a la alfombra y problema resuelto. La entrega rápida y sin problemas.
+RESPUESTA: neutro
+
+EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.
+RESPUESTA: positivo
+
+EJEMPLO: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso es lo que esperaba. es lo que es que es que es que es que es que es que es que es que es que es que es que
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es un rollo para ponerlo en marcha...
+RESPUESTA: neutro
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.
+RESPUESTA: positivo
+
+EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien
+RESPUESTA: neutro
+
+EJEMPLO: Lo volvería a comprar
+RESPUESTA: positivo
+
+EJEMPLO: En el primer viaje se le ha roto una rueda.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ en el primer viaje se le ha roto una rueda.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.
+RESPUESTA: neutro
+
+EJEMPLO: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra
+RESPUESTA: neutro
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: No lleva conector spdif, ni óptico que ya se ve en la foto, ni coaxial! Es para un proyector y tengo que sacar el audio a unos altavoces (no me vale que salga por el HDMI)
+RESPUESTA: negativo
+
+EJEMPLO: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo que no son nada prácticos. a vez conectado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: La relación calidad precio es correcta. Un modelo para principiantes en esta afición. En general correcto
+RESPUESTA: neutro
+
+EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados
+RESPUESTA: negativo
+
+EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ calidad
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No me llegó lo que pedí y me vino incompleto
+RESPUESTA: negativo
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos
+RESPUESTA: neutro
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto
+RESPUESTA: neutro
+
+EJEMPLO: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Por qué es el objeto de clasificación de texto?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Firmware verde. No lo he podido configurar con Movistar. Sin Triple Vlan de momento y Router siempre sin conexión a internet. Restaurado sin éxito
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: Lo he probado en un Mac con sistema operativo High Sierra y al instalar los drivers me ha bloqueado el ordenador. He mirado en la página del fabricante y no tienen soporte actualizado para la última versión del SO de Mac.
+RESPUESTA: negativo
+
+EJEMPLO: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.
+RESPUESTA: neutro
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: Lo volvería a comprar
+RESPUESTA: positivo
+
+EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+RESPUESTA: negativo
+
+EJEMPLO: El reloj está bien l, lo que pasa que cada 2-3 días se adelanta un min y hay que estar ajustándolo y es un poco molesto
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: la hebilla no enganchaba en cuanto te lo ponías al de unos segundos se soltaba tenia un cinturon viejo y le puse la hebilla y funcionaba perfectamente no lo cambie por eso pero desde luego mal muy mal no volveré a comprar de ese proveedor
+RESPUESTA: negativo
+
+EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso
+RESPUESTA: neutro
+
+EJEMPLO: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, e gustara saber que pasa ,
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: La empresa lo devolvió sin previo aviso, era para Reyes. Un 0 no lo recomiendo en absoluto, decepciónado con el servicio.
+RESPUESTA: negativo
+
+EJEMPLO: Muy bonitas y el precio genial
+RESPUESTA: positivo
+
+EJEMPLO: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.
+RESPUESTA: negativo
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y lo volveré a comprar seguro
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.
+RESPUESTA: neutro
+
+EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar
+RESPUESTA: negativo
+
+EJEMPLO: Producto sencillo, barato y útil
+RESPUESTA: positivo
+
+EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.
+RESPUESTA: positivo
+
+EJEMPLO: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: Me llegó abierto todo parecía que hubiera sido usado y no funcionaba la vibración.
+RESPUESTA: negativo
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: Herramienta para llevar sin que pese ni ocupe mas de lo que acompañe una llave de tu casa. A lo mejor ni la usas...pero está ahi
+RESPUESTA: positivo
+
+EJEMPLO: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ttulo de tu ttulo de tu ttulo de tu ttulo de tu ttulo de tu ttulo de tu ttulo de
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo
+RESPUESTA: neutro
+
+EJEMPLO: Queda muy bien y te protege el reloj
+RESPUESTA: positivo
+
+EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.
+RESPUESTA: neutro
+
+EJEMPLO: Muy bonitas y el precio genial
+RESPUESTA: positivo
+
+EJEMPLO: Son muy cómodos y tienen muy buen sonido
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ perfecte es el lder y tienen muy buen lder
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra
+RESPUESTA: neutro
+
+EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB
+RESPUESTA: neutro
+
+EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.
+RESPUESTA: neutro
+
+EJEMPLO: Ha llegado roto en la base del USB
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela
+RESPUESTA: neutro
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no funciona bien, se queda el azcar pegado a la máquina, sin llegar hacer el algodon
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Calidad y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Más pequeño de lo esperado
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz "especiado". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.
+RESPUESTA: neutro
+
+EJEMPLO: Buena calidad, mejor de lo esperado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No sirve para agua caliente se deforma
+RESPUESTA: negativo
+
+EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.
+RESPUESTA: positivo
+
+EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Muy fino, abriga poco
+RESPUESTA: neutro
+
+EJEMPLO: Se echa en falta otra pantalla adiccional.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Más pequeño de lo esperado
+RESPUESTA: neutro
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.
+RESPUESTA: neutro
+
+EJEMPLO: mas pequeño de lo esperado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutro
+
+
+PARSE RESULT
+
+ ['neutro']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.
+RESPUESTA: neutro
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.
+RESPUESTA: positivo
+
+EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene decierre si no se retira con cuidado puede daar la pintura de
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.
+RESPUESTA: neutro
+
+EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.
+RESPUESTA: neutro
+
+EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.
+RESPUESTA: neutro
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Deja unas bordes porque no se puede bien en los lados, pero todos los protectores por estas precios les pasa lo mismo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: Producto sencillo, barato y útil
+RESPUESTA: positivo
+
+EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.
+RESPUESTA: positivo
+
+EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Entrega en plazos
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.
+RESPUESTA: neutro
+
+EJEMPLO: Plastico cutre, vienen con cinta adhesiva de mala calidad que he tenido que cambiar en todos.
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es monos, o eso te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentr
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo
+RESPUESTA: neutro
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: Es tan inhalámbrico que ni incluye el cable de alimentación.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es tan inhalámbrico que no incluye el cable de alimentación.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.
+RESPUESTA: negativo
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.
+RESPUESTA: neutro
+
+EJEMPLO: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y la libreto interior están en ingles, y no indican por
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Cómodo y muy bien la Calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Están muy bien ,calidad excelente
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ calidad
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+RESPUESTA: negativo
+
+EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas
+RESPUESTA: positivo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: Mi pedido aparece como entregado y aún no lo he recibido.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Bien para lo que cuesta
+RESPUESTA: neutro
+
+EJEMPLO: Todo perfecto por lo que vale.
+RESPUESTA: positivo
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: Es muí bonito igual que en la. Foto gracias
+RESPUESTA: positivo
+
+EJEMPLO: Pensé que era más grande
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Por qué era más grande?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido
+RESPUESTA: negativo
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: No me llegó el producto y ni el vendedor respondía los mensajes.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.
+RESPUESTA: negativo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB
+RESPUESTA: neutro
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Cumle perfectamente su funcion.Recomendable
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco
+RESPUESTA: positivo
+
+EJEMPLO: a mi parecer muy incómodo para jugar
+RESPUESTA: neutro
+
+EJEMPLO: Muy elegante y bonito
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Muy original para regalar
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: I am very original to jugar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.
+RESPUESTA: negativo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.
+RESPUESTA: negativo
+
+EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!
+RESPUESTA: negativo
+
+EJEMPLO: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.
+RESPUESTA: neutro
+
+EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.
+RESPUESTA: neutro
+
+EJEMPLO: Por el precio que tienen son simplemente perfectos.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutro
+
+
+PARSE RESULT
+
+ ['neutro']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Esta muy bien pero me defraudó la frontal ya que no reacciona bien la huella dactilar
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje
+RESPUESTA: negativo
+
+EJEMPLO: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Va bien y es más barato que otras marcas
+RESPUESTA: positivo
+
+EJEMPLO: Para llevarlo en la autocaravana para mi yorsay
+RESPUESTA: positivo
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Por qué es el recomendación que tiene en la descripción que servia para las máquinas BOSCH as es!! Va fenomenal. De hecho compre una se
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona
+RESPUESTA: negativo
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Producto con evidentes señales de uso
+RESPUESTA: negativo
+
+EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor
+RESPUESTA: negativo
+
+EJEMPLO: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: cumple con lo estipulado
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su función a la perfección
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.
+RESPUESTA: negativo
+
+EJEMPLO: Muy buena funda, todo perfecto!
+RESPUESTA: positivo
+
+EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.
+RESPUESTA: positivo
+
+EJEMPLO: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es un regalo para la profesora..todo perfecto!!
+RESPUESTA: positivo
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.
+RESPUESTA: negativo
+
+EJEMPLO: No eran las medidas que marcaban
+RESPUESTA: negativo
+
+EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.
+RESPUESTA: negativo
+
+EJEMPLO: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona
+RESPUESTA: negativo
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el comodidad y la buen funcionamiento, lo menos, que no guarde en una pequea memoria la posicion del switch, es necesario pasa + directo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.
+RESPUESTA: positivo
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎
+RESPUESTA: neutro
+
+EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.
+RESPUESTA: negativo
+
+EJEMPLO: Excelente material y rapidez en el envio. Recomiendo
+RESPUESTA: positivo
+
+EJEMPLO: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: Perfectes. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ah
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños
+RESPUESTA: neutro
+
+EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.
+RESPUESTA: positivo
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ o es de otro modelo o falta una pieza en el medio, un desastre y es muy incómodo. Bastante decepcionado.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Buen arnés, buenos materiales, bien acabado y muy cómodo para el animal, se nota que va mucho mejor, quizás un pelín aparatoso, pero es lo que conlleva el diseño del propio arnés y sus mullidos.
+RESPUESTA: positivo
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido
+RESPUESTA: negativo
+
+EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el producto es comprar para todos los aos y accesorios. Realmente hay poco de lo que pueda utilizar. Anzuelos muy grande y toscos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: cumple con lo estipulado
+RESPUESTA: neutro
+
+EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar
+RESPUESTA: negativo
+
+EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.
+RESPUESTA: negativo
+
+EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.
+RESPUESTA: negativo
+
+EJEMPLO: Muy mala experiencia. Te puedes tirar la vida, intentando q se sequen. Una mierda, vamos. 🤬🤬🤬
+RESPUESTA: negativo
+
+EJEMPLO: Demasiado endebles no enganchan bien
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el enganche estaba roto aunque el paquete iba bien embalado. La talla no coincide con la medida.  RESPUESTA: negativo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero
+RESPUESTA: negativo
+
+EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO
+RESPUESTA: neutro
+
+EJEMPLO: Muy contento al ver la cara de mi mujeres...
+RESPUESTA: neutro
+
+EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.
+RESPUESTA: negativo
+
+EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete
+RESPUESTA: neutro
+
+EJEMPLO: Débil. Se mueve mucho la base.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el objetivo de la clasificación de texto
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es suave y como de poner
+RESPUESTA: positivo
+
+EJEMPLO: Para mi es complicada de usar. No pesa bien y no trae unas instrucciones claras para calibrarla bien y poder pesar con ella. No estoy contento con la compra me parece complicada de usar.
+RESPUESTA: neutro
+
+EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida
+RESPUESTA: neutro
+
+EJEMPLO: En la pagina pone que se envian 2 pares y solo llega uno.
+RESPUESTA: neutro
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ nico EJEMPLO: nico EJEMPLO: nico EJEMPLO: nico EJEMPLO: nico EJEMPLO: nico EJEMPLO: nico EJEMPLO:
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.
+RESPUESTA: negativo
+
+EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.
+RESPUESTA: neutro
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es de grande tamao, y en la mesita te caben más cosas; es muy til ya que te dice hasta la temperatura que hace en ese
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Nunca llegué a recibirlo!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...
+RESPUESTA: neutro
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Las planté pero no creció nada!
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: No eran las medidas que marcaban
+RESPUESTA: negativo
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Perfecto para la medida del cajon
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Calidad y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.
+RESPUESTA: negativo
+
+EJEMPLO: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ en el móvil de lado de casa por un precio similar 15 €
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la
+RESPUESTA: negativo
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: Cumple con lo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el plancha funciona bien, pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta ltima indicada en la prop
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...
+RESPUESTA: neutro
+
+EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero
+RESPUESTA: negativo
+
+EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.
+RESPUESTA: negativo
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no ha llegado an q
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene un tono amarillo
+RESPUESTA: neutro
+
+EJEMPLO: Su precio al que lo coji bastante bueno
+RESPUESTA: positivo
+
+EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.
+RESPUESTA: neutro
+
+EJEMPLO: Ahorro con respecto al precio en tiendas
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutro
+
+
+PARSE RESULT
+
+ ['neutro']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muy recomendable
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,
+RESPUESTA: negativo
+
+EJEMPLO: De las seis compradas, una me llegó así. Roto el cristal de raíz. No se bien donde escribir para la devolución o sustitucion de solo una de las seis, por eso escribo por aquí. Un saludo. Todo lo demás correcto, el resto funcionando perfectamente.
+RESPUESTA: neutro
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: Nunca llegué a recibirlo!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Queda muy bien y te protege el reloj
+RESPUESTA: positivo
+
+EJEMPLO: Llegó con una semana de retraso,lo demás todo bien
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el regalo y calculé para que llegara de sobra, pero el envo no ha llegado todo lo más.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas
+RESPUESTA: negativo
+
+EJEMPLO: Está muy bien a mí hijo le encantó
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.
+RESPUESTA: positivo
+
+EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan
+RESPUESTA: positivo
+
+EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color
+RESPUESTA: positivo
+
+EJEMPLO: El color es el que esperaba aunque la calidad y el remate es muy normalito
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ color
+
+
+PARSE RESULT
+
+ ['']
+
+
+
+
[72]:
+
+
+
sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[72]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_60_1.png +
+
+
+
+

Prueba 2#

+
+
[73]:
+
+
+
prompt='''
+TEMPLATE:
+    "Necesito que me ayudes en una tarea de clasificación de texto.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "Los textos que vas procesar del ambito de {__DOMAIN__}."
+
+
+PROMPT_LABELS:
+    "Quiero que me clasifiques los textos una de las siguientes categorías:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Argumenta tu respuesta paso a paso."
+
+
+ANSWER_FORMAT:
+    "En tu respuesta incluye sólo el nombre de la clase, como una única
+    respuesta"
+'''
+
+
+
+
+
[74]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'es',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+    prompt_domain        = 'opiniones de productos',
+    prompt_labels        = ['positivo','negativo','neutro'],
+    selector_k           = 5,
+    verbose              = True
+)
+
+model.task.prompt.read_prompt(prompt)
+
+model.train(
+    examples = train_reviews,
+    annotations = train_targets,
+)
+
+pred_targets = model.predict(test_reviews)
+
+
+
+
+
+
+
+
+Token indices sequence length is longer than the specified maximum sequence length for this model (726 > 512). Running this sequence through the model will result in indexing errors
+/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )
+  warnings.warn(
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: Fue unregalo para mi madre que usa la moto a diario y esta encantada conellas, además de ser bastante resistentes, tienen más de un a
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.
+RESPUESTA: neutro
+
+EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: La facil instalacion y la calidad del mismo
+RESPUESTA: positivo
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No se ensucian mucho y aguantan bastante.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.
+RESPUESTA: positivo
+
+EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.
+RESPUESTA: negativo
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje
+RESPUESTA: negativo
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No sé si aportará todas las propiedades que anuncia, pero como ducha aumentará la presión y las tres variantes de chorro son agradables.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: No eran las medidas que marcaban
+RESPUESTA: negativo
+
+EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete
+RESPUESTA: neutro
+
+EJEMPLO: No tiene mucha potencia
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutro
+
+
+PARSE RESULT
+
+ ['neutro']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.
+RESPUESTA: neutro
+
+EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.
+RESPUESTA: negativo
+
+EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados
+RESPUESTA: negativo
+
+EJEMPLO: No trae ruedas, no de puede llegar, la tela de mancha fácilmente
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Llegó en el plazo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: No me llegó lo que pedí y me vino incompleto
+RESPUESTA: negativo
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El juego estar genial, no importa tanto el hecho de que está de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonor
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+RESPUESTA: negativo
+
+EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO
+RESPUESTA: negativo
+
+EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....
+RESPUESTA: neutro
+
+EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.
+RESPUESTA: negativo
+
+EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f
+RESPUESTA: positivo
+
+EJEMPLO: Aún no he recibido el artículo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos un
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura
+RESPUESTA: negativo
+
+EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6
+RESPUESTA: negativo
+
+EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.
+RESPUESTA: neutro
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es el tejido de seria mas gordita.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: No ha llegado a aún....
+RESPUESTA: negativo
+
+EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas
+RESPUESTA: positivo
+
+EJEMPLO: Llegó en el plazo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución
+RESPUESTA: neutro
+
+EJEMPLO: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ a m me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo ped han modificado la descripción y creo k si
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El reloj necesitara otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: No es lo que esperaba. Buscaba un aspirador y no un filtro, pues con éste necesito adicionalmente un aspirador lo que lo hace incomodísimo de utilizar de forma habitual
+RESPUESTA: negativo
+
+EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Compré dos y los dos dejaron de funcionar a los 5 minutos. Además emite un pitido bastante molesto. Una decepción con el producto.
+RESPUESTA: negativo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes
+RESPUESTA: negativo
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: A los pocos meses se ha puesto negra. No es plata
+RESPUESTA: negativo
+
+EJEMPLO: No es lo que esperaba no luce los metros que dice el vendedor
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color
+RESPUESTA: positivo
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto
+RESPUESTA: positivo
+
+EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara
+RESPUESTA: positivo
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ te te te te te te te te te te te te te te te te te te te te te
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.
+RESPUESTA: positivo
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.
+RESPUESTA: positivo
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no hay roto
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.
+RESPUESTA: negativo
+
+EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.
+RESPUESTA: positivo
+
+EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas
+RESPUESTA: neutro
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ por qué es el medida más veces en milmetros y en centmetros.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Diseño poco innovador
+RESPUESTA: neutro
+
+EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...
+RESPUESTA: negativo
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Perfecto para personas mayores
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ perfecto para personas mayores
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Práctica pero le falta que el suelo sea rígido.
+RESPUESTA: neutro
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA
+RESPUESTA: neutro
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: Una pena que la duración de la batería sea escasa
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ a nica tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno
+RESPUESTA: positivo
+
+EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.
+RESPUESTA: neutro
+
+EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.
+RESPUESTA: neutro
+
+EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.
+RESPUESTA: neutro
+
+EJEMPLO: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+  Another thing I do not agree with is the interior that should be completely liso.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros
+RESPUESTA: neutro
+
+EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f
+RESPUESTA: positivo
+
+EJEMPLO: Esta bien eso si el producto no tiene el diámetro que indican no es de 41 si no de 36
+RESPUESTA: neutro
+
+EJEMPLO: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ compre los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.
+RESPUESTA: positivo
+
+EJEMPLO: Rápido y confiable, muy recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ br>
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No ha durado ni un año y medio practicamente sin uso...
+RESPUESTA: negativo
+
+EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido
+RESPUESTA: negativo
+
+EJEMPLO: Muy fino, abriga poco
+RESPUESTA: neutro
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: pero este me salió malo...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros
+RESPUESTA: neutro
+
+EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.
+RESPUESTA: negativo
+
+EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.
+RESPUESTA: negativo
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: aunque en el anuncio pone precio final luego al pagar te cobran el transporte.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ao final es el pagar te cobran el transporte.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo es el ao de acuerdo y la verdad k ne sabria decir si funciona o no pk tuve la suerte de no salirme
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.
+RESPUESTA: positivo
+
+EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.
+RESPUESTA: positivo
+
+EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.
+RESPUESTA: negativo
+
+EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente
+RESPUESTA: positivo
+
+EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.
+RESPUESTA: neutro
+
+EJEMPLO: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ 3/5
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Ya en la primera carga no duró ni dos horas
+RESPUESTA: negativo
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias
+RESPUESTA: negativo
+
+EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.
+RESPUESTA: neutro
+
+EJEMPLO: No me valen para mí Honda y se vendo como que si
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el mercado es aqu es aqu es aqu es aqu es aqu es aqu es aqu es aqu
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos
+RESPUESTA: positivo
+
+EJEMPLO: De facil lectura es una interesante propuesta de actividades para que en especial los niños disfruten de un verano lleno de originales actividades que le hagan crecer divirtiéndose. También interesante propuesta para nosotros los adultos para conectar con ese niño que llevamos dentro.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho
+RESPUESTA: positivo
+
+EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse
+RESPUESTA: positivo
+
+EJEMPLO: Buenas actividades para niño de 4 años
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: Compre este vapeador para un amigo y es perfecto pero a las primeras de uso ya estaba goteando y le a perdido mucho líquido. 2 botes en un día. Voy a tener que devolverlo.
+RESPUESTA: negativo
+
+EJEMPLO: A los pocos meses se ha puesto negra. No es plata
+RESPUESTA: negativo
+
+EJEMPLO: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso lo ocurrió a comprar, no lo encontrado ningn utilidad, no lo lo esperaba, yo dira que no funciona, quizá ser inutilidad ma,
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: Comoda, y de buena calidad, recomendada
+RESPUESTA: positivo
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos
+RESPUESTA: positivo
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.
+RESPUESTA: neutro
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.
+RESPUESTA: negativo
+
+EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.
+RESPUESTA: positivo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el acabado de los tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación
+RESPUESTA: negativo
+
+EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ vivo una dirección nico todos los datos bien puestos buzón nico por más que me pongo en contacto no me contesta para darme una explicación
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.
+RESPUESTA: negativo
+
+EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.
+RESPUESTA: neutro
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: no me llego el pedido
+RESPUESTA: negativo
+
+EJEMPLO: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el adolescente EJEMPLO: o es en el adolescente , y en el adolescente , y en el adolescent
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Calidad y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Comoda, y de buena calidad, recomendada
+RESPUESTA: positivo
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: Producto de buena calidad
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.
+RESPUESTA: negativo
+
+EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS
+RESPUESTA: neutro
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Amazon.com
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Es bonito, yo lo quería para una sección de fotos de embarazada y quedo bien
+RESPUESTA: neutro
+
+EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.
+RESPUESTA: neutro
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el producto sobre todo teniendo en cuenta la relación calidad/price. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas o
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Tuve que devolver dos porque no me los reconocía la impresora
+RESPUESTA: negativo
+
+EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.
+RESPUESTA: neutro
+
+EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.
+RESPUESTA: negativo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución
+RESPUESTA: neutro
+
+EJEMPLO: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Todavía no me se me ha ingresado dinero e. El Banco
+RESPUESTA: negativo
+
+EJEMPLO: Se ve bien el grabado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es bien el grabado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es muí bonito igual que en la. Foto gracias
+RESPUESTA: positivo
+
+EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura
+RESPUESTA: negativo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: No recomiendo su compra... no se parece a la foto... muy mala resolución
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative EJEMPLO: No recomendo su compra... no parece a la foto... very mala resolución
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor
+RESPUESTA: negativo
+
+EJEMPLO: No funciona lo he devuelto, no hace nada
+RESPUESTA: negativo
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.
+RESPUESTA: negativo
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Vuelta a empezar con la garanta
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...
+RESPUESTA: negativo
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS
+RESPUESTA: positivo
+
+EJEMPLO: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Funciona perfectamente para unos repetidores que tengo.
+RESPUESTA: positivo
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ I have a terraza para regar de unos 80m2, y llega a rodas partes, until a further set
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.
+RESPUESTA: positivo
+
+EJEMPLO: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará .
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no corresponde los das previstos de envio,y sin saber cuándo llegará .
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS
+RESPUESTA: positivo
+
+EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.
+RESPUESTA: neutro
+
+EJEMPLO: Queda muy bien y te protege el reloj
+RESPUESTA: positivo
+
+EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene poco potencia tienes que darle tres veces al máximo para que seque
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ te es poco potencia te darle tres veces al máximo para que se el es
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Trapecio sobre todo para interior por la calidad de las cuerdas. En exterior no sé si será muy resistente. En casa da mucho juego y es un entretenimiento estupendo para la gente menuda. Aguanta mucho peso
+RESPUESTA: positivo
+
+EJEMPLO: Eran los zapatos que queria a un precio competitivo, lastima que las entregaran tarde, a pesar de la entrega garantizada en tal fecha...
+RESPUESTA: neutro
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ if you want to buy a tallaje, you can go to the store and buy a tallaje.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje
+RESPUESTA: negativo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien
+RESPUESTA: neutro
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Todo correcto y acordé a lo anunciado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No need to me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los texto
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Venia roto es de muy mala calidad
+RESPUESTA: negativo
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.
+RESPUESTA: neutro
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ y plastico malo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.
+RESPUESTA: positivo
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el esforzamos de acerca de protección, porque cuando necesitas los encuentras nunca los encuentras, pero no lo he echo porque el esponja es mas
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la
+RESPUESTA: negativo
+
+EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas
+RESPUESTA: neutro
+
+EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.
+RESPUESTA: negativo
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ rompió la pieza de plástico central donde se enrollan las cuerdas a los tres aos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: No es que brillen un monton pero estan bien
+RESPUESTA: neutro
+
+EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ y yo puse unas ventosas más grande porque lleva no agua con juguetes
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida
+RESPUESTA: neutro
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: Es un producto económico de plástico que cumple con su función y punto.
+RESPUESTA: neutro
+
+EJEMPLO: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no recomiendo adie
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Llegó en el plazo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.
+RESPUESTA: positivo
+
+EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.
+RESPUESTA: negativo
+
+EJEMPLO: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el mercado externo excelente, pero sus 200 g de peso parece que lleves otro móvil
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.
+RESPUESTA: positivo
+
+EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.
+RESPUESTA: positivo
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más "potentes", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Until the most positive opinions that have this product are falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se commentan).... decir que son unos a
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy comodo para cargar varios dispositivos a la vez sin necesidad de tener que utilizar ladrón de enchufe.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena funda, todo perfecto!
+RESPUESTA: positivo
+
+EJEMPLO: No se encendía de ninguna manera después de 3 horas enchufado. Lo enchufamos al día siguiente y funcionó pero perdió actualización y costó muchísimo resetearlo para volverlo a configurar. Ahora ya funciona, la única pega es que cuando se desenchufa o pierde la corriente, no se restablece correctamente y no se conecta a Internet.
+RESPUESTA: neutro
+
+EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?
+RESPUESTA: negativo
+
+EJEMPLO: Lo esperaba más compacto ( fallo mio ) dado que hoy en dia hay cargadores unificados para distintos aparatos. Calidad buena Servicio ràpido
+RESPUESTA: neutro
+
+EJEMPLO: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el enchufe de lado. Qué es el enchufe de lado?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse
+RESPUESTA: positivo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: Comodo y facil de colocar.Muy estable.
+RESPUESTA: positivo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: El colchon esta bien, el envío tardo más de dos Semanas en llegar
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el libro esta bien, el envo más de dos Semanas en llegar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.
+RESPUESTA: neutro
+
+EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ir el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me teni
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase
+RESPUESTA: neutro
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.
+RESPUESTA: neutro
+
+EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS
+RESPUESTA: neutro
+
+EJEMPLO: el articulo que me enviaron no era el mismo que yo pedi, y me cobraron por el precio del de la foto, y cuando me lo enviaron era mas pequeña y no era el mismo de la foto. La verdad que he pedido ya muchos productos pero en este en concreto me decepcione muchisimo,
+RESPUESTA: negativo
+
+EJEMPLO: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.
+RESPUESTA: positivo
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias
+RESPUESTA: negativo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-(
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ RCA analógica nunca ha funcionado. Si me llego dar cuenta a la tempo lo hubiera devuelto :-(
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Van muy bien y son cómodos. La durabilidad es un poco corta en cuanto al material antideslizante. En un par de meses con un uso de 3 veces por semana, se van perdiendo los antideslizantes.
+RESPUESTA: neutro
+
+EJEMPLO: Para qué decir más...
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.
+RESPUESTA: positivo
+
+EJEMPLO: Cómodos, antideslizantes, ligeros para trabajar
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ligeras
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es muí bonito igual que en la. Foto gracias
+RESPUESTA: positivo
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara
+RESPUESTA: positivo
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: I want to compré un poco grande y por eso se me caen Igual que en la foto. Ojo! Elegir bien
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Para una cama de 1,35 son pequeñas no corresponden las medidas
+RESPUESTA: negativo
+
+EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.
+RESPUESTA: negativo
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: Una auténtica porquería.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Una auténtica porque era.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!
+RESPUESTA: negativo
+
+EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....
+RESPUESTA: neutro
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Me llegó abierta la caja y faltaba una barritas! Un engaño total
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.
+RESPUESTA: neutro
+
+EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.
+RESPUESTA: positivo
+
+EJEMPLO: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el material es polvo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.
+RESPUESTA: neutro
+
+EJEMPLO: Como pata esta bien si tienes adaptador. Calidad buena.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: As que es el precio que tiene el precio que tiene el precio EJEMPLO: Good
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6
+RESPUESTA: negativo
+
+EJEMPLO: No duran mucho tiempo (6 meses)
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color
+RESPUESTA: positivo
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto
+RESPUESTA: positivo
+
+EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan
+RESPUESTA: positivo
+
+EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas
+RESPUESTA: negativo
+
+EJEMPLO: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color .
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ me a llegado rallada los dibujos y de color naranja, no es lo que pone en la descripción pona de color rosa y llega de otro color.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.
+RESPUESTA: neutro
+
+EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo
+RESPUESTA: neutro
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100%
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ 100%
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Diseño poco innovador
+RESPUESTA: neutro
+
+EJEMPLO: Utilizó la tarjeta de sonido para conectar un micro PC y sacar el sonido por los altavoces de una máquina de gimnasio. El resultado sonido perfecto y potente, sin necesidad de configurar nada. Perfecto.
+RESPUESTA: positivo
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: después de un mes, imposible conectar con ningún dispositivo....mala compra
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. The recomendo, por su calidad y precio
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.
+RESPUESTA: positivo
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Comencé a leer este relato con mucho interés y curiosidad, pues como lector aficionado a la historia, especialmente a la historia de España, he de reconocer con humildad que me queda mucho por leer y por conocer de no pocos capítulos de la nuestra historia, y ese era uno de ellos, la guerra de África. Luz para el olvido me ha sorprendido positivamente por su fácil y amena lectura de principio a fin, he disfrutado y he aprendido mucho, a la vez que el, capitán médico Luis María Alonso me ha sorprendido por su carácter, su fuerte personalidad, su confianza en sus principios y su fidelidad a los mismos, fue tanta su honestidad consigo mismo que le costó la vida. Considero que es una lección de historia recomendable para todos los españoles que quieran aprender y disfrutar con la lectura.
+RESPUESTA: positivo
+
+EJEMPLO: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ EL LIBOR  LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBOR INTERESANTE Y BÉNÉILUSTRADO. EL TAMAO ES ADECUADO.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: muy agradable y comoda
+RESPUESTA: positivo
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.
+RESPUESTA: positivo
+
+EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.
+RESPUESTA: neutro
+
+EJEMPLO: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es el tarea de clasificación de texto. Los textos que vas procesar de ambito de opiniones de productos. Quiero que me clasificación de texto una de las sigui
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: No me gusto porque se equivocaron de producto ,y estoy esperando a que vengan a por el ,y hace casi un mes y no a pasado nadie, me gustaría saber si al final tengo que ir a devolverlo a correos
+RESPUESTA: negativo
+
+EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.
+RESPUESTA: neutro
+
+EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco
+RESPUESTA: positivo
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.
+RESPUESTA: neutro
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.
+RESPUESTA: positivo
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es el ltimo libro que le haba falta a mi hermana de la triloga y por supuesto le haba lo encantado, por lo que recomi
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.
+RESPUESTA: negativo
+
+EJEMPLO: Solo viene una en el paquete
+RESPUESTA: neutro
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.
+RESPUESTA: positivo
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: Solo encienden la mitad de los led
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ en el paquete
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy fino, abriga poco
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: muy agradable y comoda
+RESPUESTA: positivo
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena funda, todo perfecto!
+RESPUESTA: positivo
+
+EJEMPLO: Muy fina, poca protección
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutro
+
+
+PARSE RESULT
+
+ ['neutro']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo
+RESPUESTA: neutro
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no enca
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No asusta palomas. No sirve para lo que pone.
+RESPUESTA: negativo
+
+EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Consta como un cartucho vacío, no sirve para nada.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negocios
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso
+RESPUESTA: neutro
+
+EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA
+RESPUESTA: neutro
+
+EJEMPLO: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el pantalón destie, ha manchado las sábanas verdes en el primer uso
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas
+RESPUESTA: neutro
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.
+RESPUESTA: neutro
+
+EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.
+RESPUESTA: positivo
+
+EJEMPLO: Es un rollo para ponerlo en marcha...
+RESPUESTA: neutro
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: Las veo un poco flojas para un perro grande..
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el encaje veo un poco roja para una gran vez.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Es un rollo para ponerlo en marcha...
+RESPUESTA: neutro
+
+EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.
+RESPUESTA: neutro
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.
+RESPUESTA: neutro
+
+EJEMPLO: no se actualiza, no marca bien la distancia,se gasta muy pronto la bateria, con 3 semanas de uso se a partido la trabilla de garga, no lo recomiendo, la aplicacion del movil no actualiza
+RESPUESTA: negativo
+
+EJEMPLO: Da mucha luz para poder dormir en la habitación
+RESPUESTA: neutro
+
+EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.
+RESPUESTA: positivo
+
+EJEMPLO: Solo mencionar que un día de lluvia y la luz dejo de funcionar
+RESPUESTA: negativo
+
+EJEMPLO: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Gracias.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara
+RESPUESTA: negativo
+
+EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.
+RESPUESTA: negativo
+
+EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.
+RESPUESTA: positivo
+
+EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.
+RESPUESTA: negativo
+
+EJEMPLO: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ejemplos de estas palabras, o el ejemplos de estas palabras, o el ejemplos de estas palabras, o el eje
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.
+RESPUESTA: positivo
+
+EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO
+RESPUESTA: neutro
+
+EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.
+RESPUESTA: positivo
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Muy contento al ver la cara de mi mujeres...
+RESPUESTA: neutro
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros
+RESPUESTA: neutro
+
+EJEMPLO: Mejor de lo que me esperaba un precio increible muy contento
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.
+RESPUESTA: negativo
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo de dos das más tarde de lo acordado si no que además tuve que
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: las he utilizado una vez, las he lavado en el lavavajillas y han salido oxidadas y eso que en la descripción pone que son de acero inoxidable... no las recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto
+RESPUESTA: neutro
+
+EJEMPLO: No corresponde con la descripción Se descarga rápido la batería He hecho reembolso del producto as de un mes y no me han devuelto el dinero
+RESPUESTA: negativo
+
+EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...
+RESPUESTA: neutro
+
+EJEMPLO: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no "pringas" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ La tecnologa llega a nosotros... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: La facil instalacion y la calidad del mismo
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena relación calidad-precio , me solucionó el problema sin cables
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.
+RESPUESTA: negativo
+
+EJEMPLO: Solo la he utilizado 1 una vez y se descosió la parte trasera que va al cinturón. De usar y tirar.
+RESPUESTA: negativo
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el cierre está mal conseguido y es incómodo y los tiras son muy endebles, y luego te molestan
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎
+RESPUESTA: neutro
+
+EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra
+RESPUESTA: neutro
+
+EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe
+RESPUESTA: neutro
+
+EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.
+RESPUESTA: negativo
+
+EJEMPLO: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el cable tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodami
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.
+RESPUESTA: negativo
+
+EJEMPLO: La cafetera ha tenido problemas de conectividad con el bluetooth dos veces, y Nespresso no admite al taller cafeteras con ese tipo de problema.
+RESPUESTA: negativo
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: Cargador compatible con iPhone , pero se calienta
+RESPUESTA: neutro
+
+EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo
+RESPUESTA: negativo
+
+EJEMPLO: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el vendedor se queda en esta ocasión sin otra crtica positiva como todos los que tiene este producto por culpa de su mala praxis, que te lle
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra
+RESPUESTA: neutro
+
+EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos
+RESPUESTA: neutro
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: No funciona la carga, aunque si el audio
+RESPUESTA: negativo
+
+EJEMPLO: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no es más alto si esta llegado por usb.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy buena calidad. Envio rápido y correcto.
+RESPUESTA: positivo
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Su precio al que lo coji bastante bueno
+RESPUESTA: positivo
+
+EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos
+RESPUESTA: neutro
+
+EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio
+RESPUESTA: neutro
+
+EJEMPLO: Muy bueno. Estoy muy contenta por su rapidez y prestaciones
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: Good quality, very good quality
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días
+RESPUESTA: neutro
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente
+RESPUESTA: positivo
+
+EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!
+RESPUESTA: positivo
+
+EJEMPLO: Pedí un collar rojo y me vino en color verde. Pero por lo demás el producto promete. Las luces tienen tres posiciones y es fácil de adaptar al cuello del perro.
+RESPUESTA: neutro
+
+EJEMPLO: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ rosa
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.
+RESPUESTA: neutro
+
+EJEMPLO: Buen producto y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.
+RESPUESTA: neutro
+
+EJEMPLO: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ igual que el que venden en cualquier tienda, igual instalación a buen precio.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Duradera y limpia. Algo almohadillada. Perfecta para debajo de los fuegos
+RESPUESTA: positivo
+
+EJEMPLO: Práctica pero le falta que el suelo sea rígido.
+RESPUESTA: neutro
+
+EJEMPLO: Comoda, y de buena calidad, recomendada
+RESPUESTA: positivo
+
+EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: Práctica y resistente. Bastante cómoda
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutral
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.
+RESPUESTA: positivo
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo!
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos un
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Cargador compatible con iPhone , pero se calienta
+RESPUESTA: neutro
+
+EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.
+RESPUESTA: positivo
+
+EJEMPLO: Cuando la adquirí, me gusto la idea de que también protegiera los márgenes de la pantalla sin cambiar el color del iPhone, pero con un golpe, adiós a la pantalla protectora. Mi sorpresa llegó al ponerle la que venia de recambio, a los pocos días, sin darle ningún golpe se me rajó entera de una esquina a otra por lo que me decepcionó bastante. Volví a comprar las típicas transparentes que encuentras en cualquier lado y con esa sigo a día de hoy aunque los bordes están un poco desgastados. ¿La recomendaría? No.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.
+RESPUESTA: negativo
+
+EJEMPLO: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El cargador has very good presencia, con a funda de protección (de lo que ya puedan tomar nota Apple) y is working very well, both as el original.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.
+RESPUESTA: negativo
+
+EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.
+RESPUESTA: negativo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.
+RESPUESTA: neutro
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Qué tensores 2 en principio y finalmente 4 porque no quedaba suficientemente tensa y en la zona central estaba muy cada , los laterales finalmente quedaban casi
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.
+RESPUESTA: negativo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el nio es el regalo y el nio es el regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara
+RESPUESTA: negativo
+
+EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.
+RESPUESTA: negativo
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ tuvo que tuvo, debe haber tuvo el viernes... espero que llegue pronto y no se haya perdido por el camino
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No funciona la carga, aunque si el audio
+RESPUESTA: negativo
+
+EJEMPLO: buen articulo, viene muy bien y se pone con gran facilidad mirando algun tutorial en youtube, y vienen 2 para tener de repuesto
+RESPUESTA: positivo
+
+EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz "especiado". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.
+RESPUESTA: neutro
+
+EJEMPLO: La facil instalacion y la calidad del mismo
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.
+RESPUESTA: positivo
+
+EJEMPLO: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El software que trae es penoso, la calidad de video y la audio son bastante deficientes si comparas con otras marcas.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.
+RESPUESTA: negativo
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...
+RESPUESTA: negativo
+
+EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.
+RESPUESTA: neutro
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no es necesario que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar de la ambito de opiniones de productos. Quiero que me
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.
+RESPUESTA: neutro
+
+EJEMPLO: Muy básico. Poco recomendable hay opciones mejores.
+RESPUESTA: negativo
+
+EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno
+RESPUESTA: positivo
+
+EJEMPLO: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: ltimo es el objeto de clasificación de texto. ltimo es el objeto de clasificación de texto. ltimo e
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas
+RESPUESTA: negativo
+
+EJEMPLO: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el más parecido a la original. Me gusta mucho y de hecho la volv a comprar en varios colores más
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es un poco endeble sobretodo en los botones
+RESPUESTA: neutro
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: a mi parecer muy incómodo para jugar
+RESPUESTA: neutro
+
+EJEMPLO: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z z z
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.
+RESPUESTA: neutro
+
+EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida
+RESPUESTA: neutro
+
+EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo
+RESPUESTA: negativo
+
+EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchsima facilidad, simplemente usando los tenedores que incluye.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: cumple con lo estipulado
+RESPUESTA: neutro
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Lo que se esperaba, cumple su fucnion
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No es encontrar en el envo. El paquete a llegado sin embalaje dentro de otra caja. Avenido tal cual con la caja original
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.
+RESPUESTA: positivo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.
+RESPUESTA: neutro
+
+EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Unos de los mejores champu que e provado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una de los mejores escritos que y provado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.
+RESPUESTA: positivo
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ lindo producto, pero la segunda vez que el uso se le salió una goma y no lo puede usar más
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Nunca llegué a recibirlo!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Para llevarlo en la autocaravana para mi yorsay
+RESPUESTA: positivo
+
+EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.
+RESPUESTA: negativo
+
+EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.
+RESPUESTA: negativo
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Nunca me llegó la sudadera
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative EJEMPLO: Nunca me llegó la sudadera
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.
+RESPUESTA: neutro
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.
+RESPUESTA: negativo
+
+EJEMPLO: El plastico chirriaba, se abrian y cerraban con ruido. Una gran decepcion, esperaba mas de oakley. una gran marca, pero este producto un desastre.
+RESPUESTA: negativo
+
+EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.
+RESPUESTA: neutro
+
+EJEMPLO: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de manguera para diferentes opciones muy fácil
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es tal y como aparece en las fotos
+RESPUESTA: positivo
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura
+RESPUESTA: negativo
+
+EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara
+RESPUESTA: positivo
+
+EJEMPLO: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca
+RESPUESTA: positivo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Es facil de usar pero muy sensible y con los baches se desconecta
+RESPUESTA: neutro
+
+EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..
+RESPUESTA: positivo
+
+EJEMPLO: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ obviamente
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?
+RESPUESTA: negativo
+
+EJEMPLO: No funciona. No he conseguido hacer que funcione. Lo he probado en varios mecheros de coches diferentes y no se llega a encender en ninguno de ellos.
+RESPUESTA: negativo
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative EJEMPLO: He intentado con diferentes ordenadores y pantallas y no funciona. No reconocer los dispositivos. No recomiendo para nada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero)
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Pense que se quedaria mas cerrado, y aunque aun no lo probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me da vergüenza escribir esta opinión, puesto que estoy esperando este artículo desde el mes de Agosto y estamos en Octubre. siempre Amazon me ha atendido bien, pero no tengo por menos de indicar que een este pedido, que aun no HE RECIBIDO ha fallado, bien sea Amazón ço el Proveedor, pero en cualquier caso yo lo HE COMPRADO A AMAZON.
+RESPUESTA: negativo
+
+EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete
+RESPUESTA: neutro
+
+EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.
+RESPUESTA: negativo
+
+EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca
+RESPUESTA: positivo
+
+EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.
+RESPUESTA: negativo
+
+EJEMPLO: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el reembolo es una reembola para nadie se hace cargo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.
+RESPUESTA: negativo
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: Muy fino, abriga poco
+RESPUESTA: neutro
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: Demasiado aparatosa.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas
+RESPUESTA: negativo
+
+EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno
+RESPUESTA: positivo
+
+EJEMPLO: Muy pequeña. Compra como mínimo dos tallas más de las que necesites.
+RESPUESTA: neutro
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz
+RESPUESTA: neutro
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días
+RESPUESTA: neutro
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple con su propósito perfectamente , dispongo de un portátil bastante fino que no dispone de suficientes puertos USB ni de HDMI , con este hub solucionado , va bien rápido tiene buenos materiales y es pequeño. La verdad que muy contento con el producto
+RESPUESTA: positivo
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien
+RESPUESTA: neutro
+
+EJEMPLO: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ordenador es el objeto portátil y el objeto que tuvo es el objeto portátil y el objeto que tuvo el objet
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.
+RESPUESTA: neutro
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para arreglar el cristal de mi móvil. Pues bien, cuando lo puse (lo seque con la máquina de secado UV la recomendada). Cuando encendí el móvil, el pegamento había dejado unas manchas horrorosas donde se veía el pegamento y al poco rato me dejo de funcionar la pantalla LCD. Chicos no lo compréis si no queréis joder vuestro teléfono móvil. Horrible el producto.
+RESPUESTA: negativo
+
+EJEMPLO: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase
+RESPUESTA: neutro
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Regular, no han cumplido mis espectativas... cuando te las pones mojado se resbala el pie hacia todos sitios.
+RESPUESTA: neutro
+
+EJEMPLO: Hace su función, pero para mi gusto huele a azufre, osea, regular...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso hace su funciona, pero para mi gusto es azufre, osea, regular...
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: No leí comentarios y mi sorpresa al intentar encenderlo es que no encendia, al leer comentarios no era el único, así que lo devolví inmediatamente y no se me ocurrirá volver a comprarlo por aqui
+RESPUESTA: negativo
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.
+RESPUESTA: negativo
+
+EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz
+RESPUESTA: neutro
+
+EJEMPLO: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No funciona la carga, aunque si el audio
+RESPUESTA: negativo
+
+EJEMPLO: No es compatible con iphone x, a los 2 minutos te salta el mensaje y deja de funcionar.. no lo compreis no sirve para nada.
+RESPUESTA: negativo
+
+EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.
+RESPUESTA: positivo
+
+EJEMPLO: Cuando una marca de prestigio pone un producto al mercado uno espera un mínimo de calidad, Samsung Galaxy Fit e , no lo és. Tiene varios problemas, pero el más significativo es que a la hora de deslizar las pantallas con el dedo te das cuenta que no funciona o que lo hace aveces, creo que Samsung no ha estado a la altura de lo que de ellos se espera. El único consuelo que nos queda es que estos fallos puedan ser corregidos por una actualización, y así disfrutar y no desesperarse de esta pulsera que por diseño merecería un mejor trato de su fabricante.
+RESPUESTA: negativo
+
+EJEMPLO: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ auriculares
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.
+RESPUESTA: negativo
+
+EJEMPLO: Es suave y como de poner
+RESPUESTA: positivo
+
+EJEMPLO: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!!
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ayuda!!!!!!!!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños
+RESPUESTA: neutro
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.
+RESPUESTA: negativo
+
+EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.
+RESPUESTA: neutro
+
+EJEMPLO: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el comn para mi sobrino de 4 aos y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Cómodo y muy bien la Calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Envio rápido y correcto.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: buena relación precio calidad,envio rápido
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.
+RESPUESTA: neutro
+
+EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela
+RESPUESTA: neutro
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: No sale ni una gota con las dos que no vienen numeradas. Con la del número 2 que tenía en casa si pasan los cereales, y con las otras dos que son el número 4, no hay manera. Estoy por abrirle con una cuchilla.... Dinero tirado a la basura.
+RESPUESTA: negativo
+
+EJEMPLO: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Qué es el disco de 125, pues bien el disco no mandan, es una ltima ltima ltima ltima ltima ltim
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto
+RESPUESTA: neutro
+
+EJEMPLO: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No qué es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos un
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: No me la han enviado y me lo confirmaron 40 días más tarde y porque yo me preocupé. Mal servicio y atención
+RESPUESTA: negativo
+
+EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.
+RESPUESTA: positivo
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No , n
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.
+RESPUESTA: neutro
+
+EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.
+RESPUESTA: neutro
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: Máscaras muy sencillas, pero hacen su función, la parte de los ojos difícil de ver con ella puesta.
+RESPUESTA: neutro
+
+EJEMPLO: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ acerca de esquinas y faltan un par de bloqueadores de puertas... sencillo que está a error.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Cumple con lo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.
+RESPUESTA: positivo
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ c) c) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d)
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.
+RESPUESTA: neutro
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.
+RESPUESTA: positivo
+
+EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,
+RESPUESTA: negativo
+
+EJEMPLO: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ M
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.
+RESPUESTA: neutro
+
+EJEMPLO: no me llego el pedido
+RESPUESTA: negativo
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ for a urgencia que no encuentres los de Catit bien, pero para poco tiempo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ EJEMPLO: No esperaba que funcionara bien bien,te salvar en cualquier sitio de comer caliente!!
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Cómodo y muy bien la Calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: Bien calidad precio.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: Chulísimo,a la niña del cumple le ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños
+RESPUESTA: neutro
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: Todo biem lo compre para una fiesta de niños
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es asequible y tiene muchas piezas para entretener con los imanes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.
+RESPUESTA: neutro
+
+EJEMPLO: Se limpia bien pero las plantillas que incluye son pegatinas, vamos que tienen pocos usos, deberían ser de otro material más resistente
+RESPUESTA: neutro
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para fijar una alfombra al suelo. Adhiere bien a la baldosa, pero no se pega completamente a la parte engomada de la alfombra. De todas formas, por el precio que tienen los 8 metros, no me arrepiento de la compra. Si veo que se mueve, lo coseré a la alfombra y problema resuelto. La entrega rápida y sin problemas.
+RESPUESTA: neutro
+
+EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.
+RESPUESTA: positivo
+
+EJEMPLO: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso es lo que esperaba. es lo que es que es que es que es que es que es que es que es que es que es que es que
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es un rollo para ponerlo en marcha...
+RESPUESTA: neutro
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.
+RESPUESTA: positivo
+
+EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien
+RESPUESTA: neutro
+
+EJEMPLO: Lo volvería a comprar
+RESPUESTA: positivo
+
+EJEMPLO: En el primer viaje se le ha roto una rueda.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ en el primer viaje se le ha roto una rueda.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.
+RESPUESTA: neutro
+
+EJEMPLO: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra
+RESPUESTA: neutro
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: No lleva conector spdif, ni óptico que ya se ve en la foto, ni coaxial! Es para un proyector y tengo que sacar el audio a unos altavoces (no me vale que salga por el HDMI)
+RESPUESTA: negativo
+
+EJEMPLO: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo que no son nada prácticos. a vez conectado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: La relación calidad precio es correcta. Un modelo para principiantes en esta afición. En general correcto
+RESPUESTA: neutro
+
+EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados
+RESPUESTA: negativo
+
+EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ calidad
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No me llegó lo que pedí y me vino incompleto
+RESPUESTA: negativo
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos
+RESPUESTA: neutro
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto
+RESPUESTA: neutro
+
+EJEMPLO: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el computador de ese precio pero la verdad recomiendo si o si una cája ATX aunque tengas una cája ATX. Muy poco espacio para mont
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Firmware verde. No lo he podido configurar con Movistar. Sin Triple Vlan de momento y Router siempre sin conexión a internet. Restaurado sin éxito
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: Lo he probado en un Mac con sistema operativo High Sierra y al instalar los drivers me ha bloqueado el ordenador. He mirado en la página del fabricante y no tienen soporte actualizado para la última versión del SO de Mac.
+RESPUESTA: negativo
+
+EJEMPLO: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.
+RESPUESTA: neutro
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: Lo volvería a comprar
+RESPUESTA: positivo
+
+EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+RESPUESTA: negativo
+
+EJEMPLO: El reloj está bien l, lo que pasa que cada 2-3 días se adelanta un min y hay que estar ajustándolo y es un poco molesto
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: la hebilla no enganchaba en cuanto te lo ponías al de unos segundos se soltaba tenia un cinturon viejo y le puse la hebilla y funcionaba perfectamente no lo cambie por eso pero desde luego mal muy mal no volveré a comprar de ese proveedor
+RESPUESTA: negativo
+
+EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso
+RESPUESTA: neutro
+
+EJEMPLO: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Hoy a dia 15 de septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, e gustara saber que pasa ,
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: La empresa lo devolvió sin previo aviso, era para Reyes. Un 0 no lo recomiendo en absoluto, decepciónado con el servicio.
+RESPUESTA: negativo
+
+EJEMPLO: Muy bonitas y el precio genial
+RESPUESTA: positivo
+
+EJEMPLO: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.
+RESPUESTA: negativo
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y lo volveré a comprar seguro
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.
+RESPUESTA: neutro
+
+EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar
+RESPUESTA: negativo
+
+EJEMPLO: Producto sencillo, barato y útil
+RESPUESTA: positivo
+
+EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.
+RESPUESTA: positivo
+
+EJEMPLO: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: Me llegó abierto todo parecía que hubiera sido usado y no funcionaba la vibración.
+RESPUESTA: negativo
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: Herramienta para llevar sin que pese ni ocupe mas de lo que acompañe una llave de tu casa. A lo mejor ni la usas...pero está ahi
+RESPUESTA: positivo
+
+EJEMPLO: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo
+RESPUESTA: neutro
+
+EJEMPLO: Queda muy bien y te protege el reloj
+RESPUESTA: positivo
+
+EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.
+RESPUESTA: neutro
+
+EJEMPLO: Muy bonitas y el precio genial
+RESPUESTA: positivo
+
+EJEMPLO: Son muy cómodos y tienen muy buen sonido
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ y me llegó muy rápido. En perfecto estado, sin ningn rasguo. A da de hoy no tengo ninguna pega. Adolfo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra
+RESPUESTA: neutro
+
+EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB
+RESPUESTA: neutro
+
+EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.
+RESPUESTA: neutro
+
+EJEMPLO: Ha llegado roto en la base del USB
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela
+RESPUESTA: neutro
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no funciona bien, se queda el azcar pegado a la máquina, sin llegar hacer el algodon
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Calidad y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Más pequeño de lo esperado
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz "especiado". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.
+RESPUESTA: neutro
+
+EJEMPLO: Buena calidad, mejor de lo esperado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No sirve para agua caliente se deforma
+RESPUESTA: negativo
+
+EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.
+RESPUESTA: positivo
+
+EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Muy fino, abriga poco
+RESPUESTA: neutro
+
+EJEMPLO: Se echa en falta otra pantalla adiccional.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative EJEMPLO: Se echa en falta otra pantalla adiccionada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Más pequeño de lo esperado
+RESPUESTA: neutro
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.
+RESPUESTA: neutro
+
+EJEMPLO: mas pequeño de lo esperado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutro EJEMPLO: s muy pequea y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy peque
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.
+RESPUESTA: neutro
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.
+RESPUESTA: positivo
+
+EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene decierre si no se retira con cuidado puede daar la pintura de
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.
+RESPUESTA: neutro
+
+EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.
+RESPUESTA: neutro
+
+EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.
+RESPUESTA: neutro
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Deja unas bordes porque no se puede bien en los lados, pero todos los protectores por estas precios les pasa lo mismo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: Producto sencillo, barato y útil
+RESPUESTA: positivo
+
+EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.
+RESPUESTA: positivo
+
+EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Entrega en plazos
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.
+RESPUESTA: neutro
+
+EJEMPLO: Plastico cutre, vienen con cinta adhesiva de mala calidad que he tenido que cambiar en todos.
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es monos, an ven de calidad, para lo que tiene que no puede pedir mucho mas
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo
+RESPUESTA: neutro
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: Es tan inhalámbrico que ni incluye el cable de alimentación.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es tan inhalámbrico que no incluye el cable de alimentación.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.
+RESPUESTA: negativo
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.
+RESPUESTA: neutro
+
+EJEMPLO: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y la libreto interior están en ingles, y no indican por
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Cómodo y muy bien la Calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Están muy bien ,calidad excelente
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+RESPUESTA: negativo
+
+EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas
+RESPUESTA: positivo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: Mi pedido aparece como entregado y aún no lo he recibido.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Bien para lo que cuesta
+RESPUESTA: neutro
+
+EJEMPLO: Todo perfecto por lo que vale.
+RESPUESTA: positivo
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: Es muí bonito igual que en la. Foto gracias
+RESPUESTA: positivo
+
+EJEMPLO: Pensé que era más grande
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Por qué era más grande?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido
+RESPUESTA: negativo
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: No me llegó el producto y ni el vendedor respondía los mensajes.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative EJEMPLO: No me llegó el producto y no el vendedor responda los mensajes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.
+RESPUESTA: negativo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB
+RESPUESTA: neutro
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Cumle perfectamente su funcion.Recomendable
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco
+RESPUESTA: positivo
+
+EJEMPLO: a mi parecer muy incómodo para jugar
+RESPUESTA: neutro
+
+EJEMPLO: Muy elegante y bonito
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Muy original para regalar
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: I am very original to jugar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.
+RESPUESTA: negativo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.
+RESPUESTA: negativo
+
+EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!
+RESPUESTA: negativo
+
+EJEMPLO: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.
+RESPUESTA: neutro
+
+EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.
+RESPUESTA: neutro
+
+EJEMPLO: Por el precio que tienen son simplemente perfectos.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutro EJEMPLO: Por precio que tienen son simplemente perfectos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Esta muy bien pero me defraudó la frontal ya que no reacciona bien la huella dactilar
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje
+RESPUESTA: negativo
+
+EJEMPLO: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Va bien y es más barato que otras marcas
+RESPUESTA: positivo
+
+EJEMPLO: Para llevarlo en la autocaravana para mi yorsay
+RESPUESTA: positivo
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es el recomendación que tiene en la descripción que servia para las máquinas BOSCH as es!! Va fenomenal. De hecho compre una segunda.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona
+RESPUESTA: negativo
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Producto con evidentes señales de uso
+RESPUESTA: negativo
+
+EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor
+RESPUESTA: negativo
+
+EJEMPLO: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: cumple con lo estipulado
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su función a la perfección
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.
+RESPUESTA: negativo
+
+EJEMPLO: Muy buena funda, todo perfecto!
+RESPUESTA: positivo
+
+EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.
+RESPUESTA: positivo
+
+EJEMPLO: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es un regalo para la profesora..todo perfecto!!
+RESPUESTA: positivo
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.
+RESPUESTA: negativo
+
+EJEMPLO: No eran las medidas que marcaban
+RESPUESTA: negativo
+
+EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.
+RESPUESTA: negativo
+
+EJEMPLO: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona
+RESPUESTA: negativo
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el comodidad y la buen funcionamiento, lo menos, que no guarde en una pequea memoria la posicion del switch, es necesario pasa + directo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.
+RESPUESTA: positivo
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎
+RESPUESTA: neutro
+
+EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.
+RESPUESTA: negativo
+
+EJEMPLO: Excelente material y rapidez en el envio. Recomiendo
+RESPUESTA: positivo
+
+EJEMPLO: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: Perfectes. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ah
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños
+RESPUESTA: neutro
+
+EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.
+RESPUESTA: positivo
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ o es de otro modelo o falta una pieza en el medio, un desastre y es muy incómodo. Bastante decepcionada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Buen arnés, buenos materiales, bien acabado y muy cómodo para el animal, se nota que va mucho mejor, quizás un pelín aparatoso, pero es lo que conlleva el diseño del propio arnés y sus mullidos.
+RESPUESTA: positivo
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido
+RESPUESTA: negativo
+
+EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: I compre para todos los adopportuniario y accesorios. Realmente hay poco de lo que pueda utilizar. Anzuelos muy grande y toscos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: cumple con lo estipulado
+RESPUESTA: neutro
+
+EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar
+RESPUESTA: negativo
+
+EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.
+RESPUESTA: negativo
+
+EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.
+RESPUESTA: negativo
+
+EJEMPLO: Muy mala experiencia. Te puedes tirar la vida, intentando q se sequen. Una mierda, vamos. 🤬🤬🤬
+RESPUESTA: negativo
+
+EJEMPLO: Demasiado endebles no enganchan bien
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero
+RESPUESTA: negativo
+
+EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO
+RESPUESTA: neutro
+
+EJEMPLO: Muy contento al ver la cara de mi mujeres...
+RESPUESTA: neutro
+
+EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.
+RESPUESTA: negativo
+
+EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete
+RESPUESTA: neutro
+
+EJEMPLO: Débil. Se mueve mucho la base.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el objetivo de clasificación de texto
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es suave y como de poner
+RESPUESTA: positivo
+
+EJEMPLO: Para mi es complicada de usar. No pesa bien y no trae unas instrucciones claras para calibrarla bien y poder pesar con ella. No estoy contento con la compra me parece complicada de usar.
+RESPUESTA: neutro
+
+EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida
+RESPUESTA: neutro
+
+EJEMPLO: En la pagina pone que se envian 2 pares y solo llega uno.
+RESPUESTA: neutro
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es cómoda y fácil de conectar, pequeo y manejable. El sonido regular y se oye bastante flojito. No lo volvera a comprar.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.
+RESPUESTA: negativo
+
+EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.
+RESPUESTA: neutro
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es de grande tamao, y en la mesita te caben más cosas; es muy til ya que te dice hasta la temperatura que hace en ese
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Nunca llegué a recibirlo!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...
+RESPUESTA: neutro
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Las planté pero no creció nada!
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: No eran las medidas que marcaban
+RESPUESTA: negativo
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Perfecto para la medida del cajon
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Calidad y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.
+RESPUESTA: negativo
+
+EJEMPLO: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ en el móvil de lado de casa por un precio similar 15 €
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la
+RESPUESTA: negativo
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: Cumple con lo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el plancha funciona bien, pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta ltima indicada en la prop
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...
+RESPUESTA: neutro
+
+EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero
+RESPUESTA: negativo
+
+EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.
+RESPUESTA: negativo
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no ha llegado an q
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene un tono amarillo
+RESPUESTA: neutro
+
+EJEMPLO: Su precio al que lo coji bastante bueno
+RESPUESTA: positivo
+
+EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.
+RESPUESTA: neutro
+
+EJEMPLO: Ahorro con respecto al precio en tiendas
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutro
+
+
+PARSE RESULT
+
+ ['neutro']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,
+RESPUESTA: negativo
+
+EJEMPLO: De las seis compradas, una me llegó así. Roto el cristal de raíz. No se bien donde escribir para la devolución o sustitucion de solo una de las seis, por eso escribo por aquí. Un saludo. Todo lo demás correcto, el resto funcionando perfectamente.
+RESPUESTA: neutro
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: Nunca llegué a recibirlo!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Queda muy bien y te protege el reloj
+RESPUESTA: positivo
+
+EJEMPLO: Llegó con una semana de retraso,lo demás todo bien
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el regalo y calculé para que llegara de sobra, pero el envo no ha llegado todo lo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas
+RESPUESTA: negativo
+
+EJEMPLO: Está muy bien a mí hijo le encantó
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: I am very happy to have gotten my text
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].
+Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.
+RESPUESTA: positivo
+
+EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan
+RESPUESTA: positivo
+
+EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color
+RESPUESTA: positivo
+
+EJEMPLO: El color es el que esperaba aunque la calidad y el remate es muy normalito
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ color
+
+
+PARSE RESULT
+
+ ['']
+
+
+
+
[75]:
+
+
+
sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[75]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_64_1.png +
+
+
+
+

Prueba 3#

+
+
[76]:
+
+
+
prompt='''
+TEMPLATE:
+    "Necesito que me ayudes en una tarea de clasificación de texto.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    ""
+
+
+PROMPT_LABELS:
+    ""
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    ""
+
+
+ANSWER_FORMAT:
+    ""
+'''
+
+
+
+
+
[77]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'es',
+    model_name           = 'google/flan-t5-small',
+    model_provider_name  = 'hf_pipeline',
+    prompt_domain        = 'opiniones de productos',
+    prompt_labels        = ['positivo','negativo','neutro'],
+    selector_k           = 10,
+    verbose              = True
+)
+
+model.task.prompt.read_prompt(prompt)
+
+model.train(
+    examples = train_reviews,
+    annotations = train_targets,
+)
+
+pred_targets = model.predict(test_reviews)
+
+
+
+
+
+
+
+
+Token indices sequence length is longer than the specified maximum sequence length for this model (975 > 512). Running this sequence through the model will result in indexing errors
+/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )
+  warnings.warn(
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho
+RESPUESTA: positivo
+
+EJEMPLO: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: I have a gift for my mother who uses the bike to ride and this encantada with them, además de ser bastante resistentes, tienen más de un ao y están muy bien
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.
+RESPUESTA: neutro
+
+EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: La facil instalacion y la calidad del mismo
+RESPUESTA: positivo
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Calidad precio muy bien Color bonito pero se ensucia en seguida La pega fue que el protector de pantalla - cristal es muy fino y me llego quebrado. una vez puesto resistente, pero no es de agrado poner algo nuevo y que se vea ya una raya en la pantalla.
+RESPUESTA: neutro
+
+EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.
+RESPUESTA: negativo
+
+EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Por qué es el tarea de clasificación de texto?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.
+RESPUESTA: positivo
+
+EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.
+RESPUESTA: negativo
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje
+RESPUESTA: negativo
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...
+RESPUESTA: neutro
+
+EJEMPLO: No asusta palomas. No sirve para lo que pone.
+RESPUESTA: negativo
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No sé si aportará todas las propiedades que auncia, pero como ducha aumentará la presión y las tres variantes de chorro son agradables
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: No eran las medidas que marcaban
+RESPUESTA: negativo
+
+EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete
+RESPUESTA: neutro
+
+EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.
+RESPUESTA: neutro
+
+EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.
+RESPUESTA: positivo
+
+EJEMPLO: Va bien y es más barato que otras marcas
+RESPUESTA: positivo
+
+EJEMPLO: Tiene un tono amarillo
+RESPUESTA: neutro
+
+EJEMPLO: No asusta palomas. No sirve para lo que pone.
+RESPUESTA: negativo
+
+EJEMPLO: No tiene mucha potencia
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.
+RESPUESTA: neutro
+
+EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.
+RESPUESTA: negativo
+
+EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados
+RESPUESTA: negativo
+
+EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.
+RESPUESTA: negativo
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación
+RESPUESTA: negativo
+
+EJEMPLO: Es un poco endeble sobretodo en los botones
+RESPUESTA: neutro
+
+EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo
+RESPUESTA: neutro
+
+EJEMPLO: No trae ruedas, no de puede llegar, la tela de mancha fácilmente
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una tarea de clasificación de texto. EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Llegó en el plazo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: No me llegó lo que pedí y me vino incompleto
+RESPUESTA: negativo
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.
+RESPUESTA: negativo
+
+EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.
+RESPUESTA: positivo
+
+EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.
+RESPUESTA: negativo
+
+EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,
+RESPUESTA: negativo
+
+EJEMPLO: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El juego estar genial, no importa tanto el hecho de que está de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonor
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+RESPUESTA: negativo
+
+EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO
+RESPUESTA: negativo
+
+EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....
+RESPUESTA: neutro
+
+EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.
+RESPUESTA: negativo
+
+EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f
+RESPUESTA: positivo
+
+EJEMPLO: Nunca llegué a recibirlo!!!!
+RESPUESTA: negativo
+
+EJEMPLO: La forma en la que viene embalado el artículo provoca que la alfombrilla quede doblada. He intentado darle forma poniéndola del revés pero no queda del todo recta...
+RESPUESTA: neutro
+
+EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días
+RESPUESTA: neutro
+
+EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto
+RESPUESTA: neutro
+
+EJEMPLO: Aún no he recibido el artículo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos. RESPUESTA: negativo EJEMPLO: El articulo ha
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.
+RESPUESTA: negativo
+
+EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.
+RESPUESTA: neutro
+
+EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe
+RESPUESTA: neutro
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.
+RESPUESTA: neutro
+
+EJEMPLO: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Cómo se encuentra el cable?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura
+RESPUESTA: negativo
+
+EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6
+RESPUESTA: negativo
+
+EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.
+RESPUESTA: neutro
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: No funciona lo he devuelto, no hace nada
+RESPUESTA: negativo
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.
+RESPUESTA: negativo
+
+EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.
+RESPUESTA: negativo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: No ha llegado a aún....
+RESPUESTA: negativo
+
+EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas
+RESPUESTA: positivo
+
+EJEMPLO: Llegó en el plazo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución
+RESPUESTA: neutro
+
+EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.
+RESPUESTA: positivo
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: Llegaron sin los agujeros para que saliera el agua para regar
+RESPUESTA: negativo
+
+EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+RESPUESTA: negativo
+
+EJEMPLO: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ a alguien le ha llegado? A m me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo ped han modificado la
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación
+RESPUESTA: negativo
+
+EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.
+RESPUESTA: negativo
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: No me ha gustado para nada el producto ya que las burbujas que hace se quedan y no se quitan como dicen en la descripción (pasadas 48 horas ) No lo recomiendo para nada
+RESPUESTA: negativo
+
+EJEMPLO: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El reloj necesitara otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: No es lo que esperaba. Buscaba un aspirador y no un filtro, pues con éste necesito adicionalmente un aspirador lo que lo hace incomodísimo de utilizar de forma habitual
+RESPUESTA: negativo
+
+EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Compré dos y los dos dejaron de funcionar a los 5 minutos. Además emite un pitido bastante molesto. Una decepción con el producto.
+RESPUESTA: negativo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: No sirve para agua caliente se deforma
+RESPUESTA: negativo
+
+EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.
+RESPUESTA: positivo
+
+EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.
+RESPUESTA: neutro
+
+EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.
+RESPUESTA: positivo
+
+EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?
+RESPUESTA: negativo
+
+EJEMPLO: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el vendedor en el anuncio acerca de inducción es una salida y acompaada porque el vendedor en el anuncio acer
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes
+RESPUESTA: negativo
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: A los pocos meses se ha puesto negra. No es plata
+RESPUESTA: negativo
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.
+RESPUESTA: neutro
+
+EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.
+RESPUESTA: positivo
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz
+RESPUESTA: neutro
+
+EJEMPLO: No es lo que esperaba no luce los metros que dice el vendedor
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no es lo que esperaba no luce los metros que dice el vendedor
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color
+RESPUESTA: positivo
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto
+RESPUESTA: positivo
+
+EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara
+RESPUESTA: positivo
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días
+RESPUESTA: neutro
+
+EJEMPLO: Calidad precio muy bien Color bonito pero se ensucia en seguida La pega fue que el protector de pantalla - cristal es muy fino y me llego quebrado. una vez puesto resistente, pero no es de agrado poner algo nuevo y que se vea ya una raya en la pantalla.
+RESPUESTA: neutro
+
+EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas
+RESPUESTA: negativo
+
+EJEMPLO: Pedí un collar rojo y me vino en color verde. Pero por lo demás el producto promete. Las luces tienen tres posiciones y es fácil de adaptar al cuello del perro.
+RESPUESTA: neutro
+
+EJEMPLO: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ te te te te te te te te te te te te te te te te te te te te te
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.
+RESPUESTA: positivo
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.
+RESPUESTA: positivo
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso es el objeto de clasificación de texto. EJEMPLO: El material no es de muy buena calidad. es que la ventana es muy oscura
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.
+RESPUESTA: negativo
+
+EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.
+RESPUESTA: positivo
+
+EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas
+RESPUESTA: neutro
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ además viene en milmetros y no en centmetros.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Diseño poco innovador
+RESPUESTA: neutro
+
+EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...
+RESPUESTA: negativo
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Funciona perfectamente para unos repetidores que tengo.
+RESPUESTA: positivo
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso
+RESPUESTA: neutro
+
+EJEMPLO: Es un regalo para la profesora..todo perfecto!!
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena funda, todo perfecto!
+RESPUESTA: positivo
+
+EJEMPLO: Perfecto para personas mayores
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ perfecto para unos resueltos que tengo.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Práctica pero le falta que el suelo sea rígido.
+RESPUESTA: neutro
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA
+RESPUESTA: neutro
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: Todo lo que sea dragon ball siempre me gusta, lo que no me gusta es que llegue arrugado y sucio, y más artículos de colección. Es una putada muy grande
+RESPUESTA: negativo
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Hola, se me descarga la batería en 1 hora, como puedo contactar con el vendedor?
+RESPUESTA: neutro
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Una pena que la duración de la batería sea escasa
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Una pena que la duración de la batera está escasa
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno
+RESPUESTA: positivo
+
+EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.
+RESPUESTA: neutro
+
+EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.
+RESPUESTA: neutro
+
+EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.
+RESPUESTA: neutro
+
+EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.
+RESPUESTA: negativo
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo
+RESPUESTA: neutro
+
+EJEMPLO: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la nica pega es que el plástico es muy dur
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros
+RESPUESTA: neutro
+
+EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f
+RESPUESTA: positivo
+
+EJEMPLO: Esta bien eso si el producto no tiene el diámetro que indican no es de 41 si no de 36
+RESPUESTA: neutro
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor
+RESPUESTA: negativo
+
+EJEMPLO: De las seis compradas, una me llegó así. Roto el cristal de raíz. No se bien donde escribir para la devolución o sustitucion de solo una de las seis, por eso escribo por aquí. Un saludo. Todo lo demás correcto, el resto funcionando perfectamente.
+RESPUESTA: neutro
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.
+RESPUESTA: positivo
+
+EJEMPLO: Rápido y confiable, muy recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.
+RESPUESTA: neutro
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas
+RESPUESTA: negativo
+
+EJEMPLO: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo es bastante bonita y se ajusta bastante bien al tlf muy bien recomendable
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No ha durado ni un año y medio practicamente sin uso...
+RESPUESTA: negativo
+
+EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido
+RESPUESTA: negativo
+
+EJEMPLO: Muy fino, abriga poco
+RESPUESTA: neutro
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.
+RESPUESTA: negativo
+
+EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.
+RESPUESTA: negativo
+
+EJEMPLO: Es un rollo para ponerlo en marcha...
+RESPUESTA: neutro
+
+EJEMPLO: Producto sencillo, barato y útil
+RESPUESTA: positivo
+
+EJEMPLO: A mi personalmente no me hicieron nada, incluso tomando 2
+RESPUESTA: negativo
+
+EJEMPLO: pero este me salió malo...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros
+RESPUESTA: neutro
+
+EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.
+RESPUESTA: negativo
+
+EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.
+RESPUESTA: negativo
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO
+RESPUESTA: negativo
+
+EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: aunque en el anuncio pone precio final luego al pagar te cobran el transporte.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ en el anuncio pone precio final luego al pagar te cobran el transporte.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.
+RESPUESTA: neutro
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Qué compre estando embarazada y la verdad k ni sabria decir si funciona o no pk tuve la suerte de no salirme es el t
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.
+RESPUESTA: positivo
+
+EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.
+RESPUESTA: positivo
+
+EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.
+RESPUESTA: negativo
+
+EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente
+RESPUESTA: positivo
+
+EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.
+RESPUESTA: neutro
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.
+RESPUESTA: neutro
+
+EJEMPLO: Por observaciones previas pensaba que incluia cristal templado y no lo incluye
+RESPUESTA: neutro
+
+EJEMPLO: Nunca llegó. SERVICIO NEFASTO. Ni os molestéis en comprarlo. Lo pedí el día 5 de Marzo, me comunique con ellos y no hubo respuesta.
+RESPUESTA: negativo
+
+EJEMPLO: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ 3/5
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Ya en la primera carga no duró ni dos horas
+RESPUESTA: negativo
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias
+RESPUESTA: negativo
+
+EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.
+RESPUESTA: neutro
+
+EJEMPLO: Queda muy bien y te protege el reloj
+RESPUESTA: positivo
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: Aun lo pruebo, a ver como me va
+RESPUESTA: neutro
+
+EJEMPLO: Para llevarlo en la autocaravana para mi yorsay
+RESPUESTA: positivo
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: No me valen para mí Honda y se vendo como que si
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el mercado es tan efectivo como dicen.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos
+RESPUESTA: positivo
+
+EJEMPLO: De facil lectura es una interesante propuesta de actividades para que en especial los niños disfruten de un verano lleno de originales actividades que le hagan crecer divirtiéndose. También interesante propuesta para nosotros los adultos para conectar con ese niño que llevamos dentro.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho
+RESPUESTA: positivo
+
+EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse
+RESPUESTA: positivo
+
+EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.
+RESPUESTA: negativo
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Muy bonitas y el precio genial
+RESPUESTA: positivo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: Buenas actividades para niño de 4 años
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: Compre este vapeador para un amigo y es perfecto pero a las primeras de uso ya estaba goteando y le a perdido mucho líquido. 2 botes en un día. Voy a tener que devolverlo.
+RESPUESTA: negativo
+
+EJEMPLO: A los pocos meses se ha puesto negra. No es plata
+RESPUESTA: negativo
+
+EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?
+RESPUESTA: negativo
+
+EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución
+RESPUESTA: neutro
+
+EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,
+RESPUESTA: negativo
+
+EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: No he podido usarla porque no funcionaba el mando a distancia
+RESPUESTA: negativo
+
+EJEMPLO: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso no lo volvera a comprar, no lo encontrado ninguna utilidad, no lo lo esperaba, yo dira que no funciona, quizá ser inutilidad ma, per
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: Comoda, y de buena calidad, recomendada
+RESPUESTA: positivo
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos
+RESPUESTA: positivo
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Funciona perfectamente para unos repetidores que tengo.
+RESPUESTA: positivo
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.
+RESPUESTA: positivo
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.
+RESPUESTA: neutro
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.
+RESPUESTA: neutro
+
+EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.
+RESPUESTA: positivo
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El abrigo cumple, es caliente, tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.
+RESPUESTA: negativo
+
+EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.
+RESPUESTA: positivo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.
+RESPUESTA: positivo
+
+EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.
+RESPUESTA: neutro
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.
+RESPUESTA: negativo
+
+EJEMPLO: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el acabado de los tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación
+RESPUESTA: negativo
+
+EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Descripcion buena. Muy rapido y fiable. Gracias
+RESPUESTA: positivo
+
+EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.
+RESPUESTA: neutro
+
+EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ vivo una dirección nica todos los datos bien puestos buzón nico por más que me pongo en contacto no me contesta para darme una explicación
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.
+RESPUESTA: negativo
+
+EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.
+RESPUESTA: neutro
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: no me llego el pedido
+RESPUESTA: negativo
+
+EJEMPLO: Me he tenido que comprar tornillos, porque los que vienen no sirven para Samsung. Por lo demas ok
+RESPUESTA: neutro
+
+EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.
+RESPUESTA: neutro
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.
+RESPUESTA: negativo
+
+EJEMPLO: Poner una estrella por poner algo, pero ya es la tercera y vez que llamo a amazon para reclamar por garantía el reloj, y con el tiempo no se si por el calor por lo uso cada día para eso está para usarlo, pero salen muy malos se agrieta la pantalla sin darle ningun golpe, salen malos, ya me canso de reclamarle hasta la ultima llamada me enfade,
+RESPUESTA: negativo
+
+EJEMPLO: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ao de amazón , me vino lleno de pesa o pelos , y con la caja de un philips, lo devolv al segundo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Calidad y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Comoda, y de buena calidad, recomendada
+RESPUESTA: positivo
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.
+RESPUESTA: positivo
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.
+RESPUESTA: neutro
+
+EJEMPLO: Producto de buena calidad
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.
+RESPUESTA: negativo
+
+EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS
+RESPUESTA: neutro
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Llegó en el plazo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Poner una estrella por poner algo, pero ya es la tercera y vez que llamo a amazon para reclamar por garantía el reloj, y con el tiempo no se si por el calor por lo uso cada día para eso está para usarlo, pero salen muy malos se agrieta la pantalla sin darle ningun golpe, salen malos, ya me canso de reclamarle hasta la ultima llamada me enfade,
+RESPUESTA: negativo
+
+EJEMPLO: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una tarea de clasificación de texto. EJEMPLO: Qué es el producto de acero? Qué es el producto de acero? Qu
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Es bonito, yo lo quería para una sección de fotos de embarazada y quedo bien
+RESPUESTA: neutro
+
+EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.
+RESPUESTA: neutro
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo
+RESPUESTA: negativo
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase
+RESPUESTA: neutro
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el producto sobre todo teniendo en cuenta la relacción calidad/price. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Tuve que devolver dos porque no me los reconocía la impresora
+RESPUESTA: negativo
+
+EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.
+RESPUESTA: neutro
+
+EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.
+RESPUESTA: negativo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: No funciona lo he devuelto, no hace nada
+RESPUESTA: negativo
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación
+RESPUESTA: negativo
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el servicio de devolución de AMAZON funcionó perfectamente.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Todavía no me se me ha ingresado dinero e. El Banco
+RESPUESTA: negativo
+
+EJEMPLO: Más pequeño de lo esperado
+RESPUESTA: neutro
+
+EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.
+RESPUESTA: negativo
+
+EJEMPLO: Bien para lo que cuesta
+RESPUESTA: neutro
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: Se ve bien el grabado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es bien el grabado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es muí bonito igual que en la. Foto gracias
+RESPUESTA: positivo
+
+EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura
+RESPUESTA: negativo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Demasiado altas, en la foto no lo parecen tanto. Buena calidad de la tela.
+RESPUESTA: neutro
+
+EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: No es el piloto que sale en la foto, en vez de ser rectangular es cuadrado con todas las luces pero diferente aspecto
+RESPUESTA: neutro
+
+EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo
+RESPUESTA: negativo
+
+EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO
+RESPUESTA: neutro
+
+EJEMPLO: No recomiendo su compra... no se parece a la foto... muy mala resolución
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative EJEMPLO: No recomiendo su compra... no parece a la foto... muy mala resolución
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor
+RESPUESTA: negativo
+
+EJEMPLO: No funciona lo he devuelto, no hace nada
+RESPUESTA: negativo
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.
+RESPUESTA: negativo
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.
+RESPUESTA: negativo
+
+EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución
+RESPUESTA: neutro
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.
+RESPUESTA: negativo
+
+EJEMPLO: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el resembolo de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. Era el resembolo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...
+RESPUESTA: negativo
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS
+RESPUESTA: positivo
+
+EJEMPLO: Te deja con la incertidumbre este tomo porque es justo donde queda el anime.
+RESPUESTA: positivo
+
+EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.
+RESPUESTA: positivo
+
+EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.
+RESPUESTA: positivo
+
+EJEMPLO: Es un regalo para la profesora..todo perfecto!!
+RESPUESTA: positivo
+
+EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.
+RESPUESTA: negativo
+
+EJEMPLO: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el papel se encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorrá
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Funciona perfectamente para unos repetidores que tengo.
+RESPUESTA: positivo
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.
+RESPUESTA: negativo
+
+EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.
+RESPUESTA: negativo
+
+EJEMPLO: Se llenan de agua y no nadan........
+RESPUESTA: negativo
+
+EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco
+RESPUESTA: positivo
+
+EJEMPLO: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ I have a terreno para regar de unos 80m2, y llega a rodas partes, until adolescentes
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.
+RESPUESTA: positivo
+
+EJEMPLO: Es tal y como aparece en las fotos
+RESPUESTA: positivo
+
+EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho
+RESPUESTA: positivo
+
+EJEMPLO: Te deja con la incertidumbre este tomo porque es justo donde queda el anime.
+RESPUESTA: positivo
+
+EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.
+RESPUESTA: neutro
+
+EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.
+RESPUESTA: neutro
+
+EJEMPLO: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará .
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no corresponde los das previstos de envio,y sin saber cuándo llegará .
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS
+RESPUESTA: positivo
+
+EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.
+RESPUESTA: neutro
+
+EJEMPLO: Queda muy bien y te protege el reloj
+RESPUESTA: positivo
+
+EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.
+RESPUESTA: positivo
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.
+RESPUESTA: neutro
+
+EJEMPLO: Todo perfecto por lo que vale.
+RESPUESTA: positivo
+
+EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene poco potencia tienes que darle tres veces al máximo para que seque
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es posible que tener tres veces al máximo para que se el eso
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Trapecio sobre todo para interior por la calidad de las cuerdas. En exterior no sé si será muy resistente. En casa da mucho juego y es un entretenimiento estupendo para la gente menuda. Aguanta mucho peso
+RESPUESTA: positivo
+
+EJEMPLO: Eran los zapatos que queria a un precio competitivo, lastima que las entregaran tarde, a pesar de la entrega garantizada en tal fecha...
+RESPUESTA: neutro
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: Muy cómoda la almohada
+RESPUESTA: positivo
+
+EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas
+RESPUESTA: negativo
+
+EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ni la encuentro cómoda, quizás esta mi culpa ya que ped el nmero que habitualmente calzo en deportivas y me queda
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje
+RESPUESTA: negativo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien
+RESPUESTA: neutro
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Me lo e puesto cuatro veces y esta descosido y me toca tirarlo una estafa
+RESPUESTA: negativo
+
+EJEMPLO: cumple con lo estipulado
+RESPUESTA: neutro
+
+EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz
+RESPUESTA: neutro
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: No ha durado ni un año y medio practicamente sin uso...
+RESPUESTA: negativo
+
+EJEMPLO: Todo correcto y acordé a lo anunciado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Todo correcto y acordo a lo anuncio
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Venia roto es de muy mala calidad
+RESPUESTA: negativo
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.
+RESPUESTA: neutro
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS
+RESPUESTA: neutro
+
+EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....
+RESPUESTA: neutro
+
+EJEMPLO: No ha llegado a aún....
+RESPUESTA: negativo
+
+EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.
+RESPUESTA: negativo
+
+EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto
+RESPUESTA: positivo
+
+EJEMPLO: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es de muy mala calidad
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.
+RESPUESTA: positivo
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: Me esperaba más unidades como aparecía en la foto, aunque después he comprobado que en la descripción pone "una hoja", con lo que, con más razón, me parece un poco caro para lo que es. Además me ha llegado rota, así que un fiasco, no lo voy a poder usar y además he tirado el dinero inútilmente. Una decepción.
+RESPUESTA: negativo
+
+EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse
+RESPUESTA: positivo
+
+EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.
+RESPUESTA: neutro
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el esforzamos a acerca de protección, porque cuando necesitas los tapones nunca los encuentras, pero no lo he echo porque el esforzamos mas com
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la
+RESPUESTA: negativo
+
+EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas
+RESPUESTA: neutro
+
+EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.
+RESPUESTA: negativo
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños
+RESPUESTA: neutro
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el precio es rompió la pieza de plástico central donde se enrollan las cuerdas a los tres aos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: No es que brillen un monton pero estan bien
+RESPUESTA: neutro
+
+EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!
+RESPUESTA: negativo
+
+EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.
+RESPUESTA: negativo
+
+EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.
+RESPUESTA: neutro
+
+EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.
+RESPUESTA: negativo
+
+EJEMPLO: No eran las medidas que marcaban
+RESPUESTA: negativo
+
+EJEMPLO: MUY BUENAS DURAN MÁS QUE LAS DURACELL
+RESPUESTA: positivo
+
+EJEMPLO: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ y yo saben unas ventosas más grande porque lleva ni agua con juguetes
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida
+RESPUESTA: neutro
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: Es un producto económico de plástico que cumple con su función y punto.
+RESPUESTA: neutro
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido
+RESPUESTA: negativo
+
+EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.
+RESPUESTA: positivo
+
+EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.
+RESPUESTA: neutro
+
+EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo
+RESPUESTA: negativo
+
+EJEMPLO: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de las sarten pero la calidad de este producto es
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Llegó en el plazo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.
+RESPUESTA: positivo
+
+EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.
+RESPUESTA: negativo
+
+EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros
+RESPUESTA: neutro
+
+EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.
+RESPUESTA: positivo
+
+EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución
+RESPUESTA: neutro
+
+EJEMPLO: Llego pronto pero se quiebra fácilmente se me rompió al instalarlo
+RESPUESTA: negativo
+
+EJEMPLO: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el mercado externo excelente, pero sus 200 g de peso parece que lleves otro mercado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.
+RESPUESTA: positivo
+
+EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.
+RESPUESTA: positivo
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Es genial este producto, desde que lo tengo no he vuelto a fregar los platos con las manos al descubierto. Tiene muchas ventajas, la primera a destacar es la higiene, si no quieres mancharte o mojarte las manos, este es el producto ideal. La segunda a destacar, es que puedes utilizarlo para fregar con agua fría si no quieres gastar agua caliente. Eso si, antes de utilizarlos, hay que lavarlos.
+RESPUESTA: positivo
+
+EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.
+RESPUESTA: positivo
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Calidad precio perfecto, llego a tiempo y en buen estado,la e puesto hace dos dias y de momento funciona correcta mente estoy muy contento lo recomiendo
+RESPUESTA: positivo
+
+EJEMPLO: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más "potentes", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ agravante EJEMPLO: No hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se commentan)... decir que son unos auriculares mu
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy comodo para cargar varios dispositivos a la vez sin necesidad de tener que utilizar ladrón de enchufe.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena funda, todo perfecto!
+RESPUESTA: positivo
+
+EJEMPLO: No se encendía de ninguna manera después de 3 horas enchufado. Lo enchufamos al día siguiente y funcionó pero perdió actualización y costó muchísimo resetearlo para volverlo a configurar. Ahora ya funciona, la única pega es que cuando se desenchufa o pierde la corriente, no se restablece correctamente y no se conecta a Internet.
+RESPUESTA: neutro
+
+EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?
+RESPUESTA: negativo
+
+EJEMPLO: Lo esperaba más compacto ( fallo mio ) dado que hoy en dia hay cargadores unificados para distintos aparatos. Calidad buena Servicio ràpido
+RESPUESTA: neutro
+
+EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas
+RESPUESTA: neutro
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse
+RESPUESTA: positivo
+
+EJEMPLO: Ya en la primera carga no duró ni dos horas
+RESPUESTA: negativo
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el encufe de lado es perfecto para poner en encufes dobles al ser estrecho no tapa el encufe de lado. Era lo que busca
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse
+RESPUESTA: positivo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: Comodo y facil de colocar.Muy estable.
+RESPUESTA: positivo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.
+RESPUESTA: negativo
+
+EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,
+RESPUESTA: negativo
+
+EJEMPLO: El colchon esta bien, el envío tardo más de dos Semanas en llegar
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El colchon esta bien, el envo más de dos Semanas en llegar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.
+RESPUESTA: neutro
+
+EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.
+RESPUESTA: negativo
+
+EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo
+RESPUESTA: negativo
+
+EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.
+RESPUESTA: negativo
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido
+RESPUESTA: negativo
+
+EJEMPLO: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me tenido que
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase
+RESPUESTA: neutro
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.
+RESPUESTA: neutro
+
+EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS
+RESPUESTA: neutro
+
+EJEMPLO: el articulo que me enviaron no era el mismo que yo pedi, y me cobraron por el precio del de la foto, y cuando me lo enviaron era mas pequeña y no era el mismo de la foto. La verdad que he pedido ya muchos productos pero en este en concreto me decepcione muchisimo,
+RESPUESTA: negativo
+
+EJEMPLO: Demasiado altas, en la foto no lo parecen tanto. Buena calidad de la tela.
+RESPUESTA: neutro
+
+EJEMPLO: Es tal y como aparece en las fotos
+RESPUESTA: positivo
+
+EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo
+RESPUESTA: negativo
+
+EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo
+RESPUESTA: negativo
+
+EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO
+RESPUESTA: neutro
+
+EJEMPLO: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative EJEMPLO: El producto es perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase RESPUESTA: neutro EJEMP
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.
+RESPUESTA: positivo
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias
+RESPUESTA: negativo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-(
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ RCA analógica nunca ha funcionado. Si me llego dar cuenta a la tempo lo hubiera devuelto:-(
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Van muy bien y son cómodos. La durabilidad es un poco corta en cuanto al material antideslizante. En un par de meses con un uso de 3 veces por semana, se van perdiendo los antideslizantes.
+RESPUESTA: neutro
+
+EJEMPLO: Para qué decir más...
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.
+RESPUESTA: positivo
+
+EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas
+RESPUESTA: neutro
+
+EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.
+RESPUESTA: neutro
+
+EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes
+RESPUESTA: negativo
+
+EJEMPLO: La empresa lo devolvió sin previo aviso, era para Reyes. Un 0 no lo recomiendo en absoluto, decepciónado con el servicio.
+RESPUESTA: negativo
+
+EJEMPLO: Muy cómoda la almohada
+RESPUESTA: positivo
+
+EJEMPLO: Cómodos, antideslizantes, ligeros para trabajar
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es muí bonito igual que en la. Foto gracias
+RESPUESTA: positivo
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara
+RESPUESTA: positivo
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO
+RESPUESTA: neutro
+
+EJEMPLO: Muy pequeña. Compra como mínimo dos tallas más de las que necesites.
+RESPUESTA: neutro
+
+EJEMPLO: He pedido estos colores y no son los de la foto menuda estafa le pongo una estrella por poner algo pero menudos impresentables
+RESPUESTA: negativo
+
+EJEMPLO: el articulo que me enviaron no era el mismo que yo pedi, y me cobraron por el precio del de la foto, y cuando me lo enviaron era mas pequeña y no era el mismo de la foto. La verdad que he pedido ya muchos productos pero en este en concreto me decepcione muchisimo,
+RESPUESTA: negativo
+
+EJEMPLO: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: I want to compré un poco grande y por eso se me caen Igual que en la foto. Ojo! Elegir bien la talla
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Para una cama de 1,35 son pequeñas no corresponden las medidas
+RESPUESTA: negativo
+
+EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.
+RESPUESTA: negativo
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.
+RESPUESTA: negativo
+
+EJEMPLO: No ha llegado a aún....
+RESPUESTA: negativo
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.
+RESPUESTA: negativo
+
+EJEMPLO: Es un poco endeble sobretodo en los botones
+RESPUESTA: neutro
+
+EJEMPLO: Una auténtica porquería.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Una auténtica porquera.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!
+RESPUESTA: negativo
+
+EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....
+RESPUESTA: neutro
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: Me lo e puesto cuatro veces y esta descosido y me toca tirarlo una estafa
+RESPUESTA: negativo
+
+EJEMPLO: Me llegó abierta la caja y faltaba una barritas! Un engaño total
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.
+RESPUESTA: neutro
+
+EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.
+RESPUESTA: positivo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.
+RESPUESTA: negativo
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida
+RESPUESTA: neutro
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el material es el mercado del mercado.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.
+RESPUESTA: neutro
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Como pata esta bien si tienes adaptador. Calidad buena.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ como te es el recomendador. Calidad buena.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6
+RESPUESTA: negativo
+
+EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.
+RESPUESTA: neutro
+
+EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.
+RESPUESTA: neutro
+
+EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.
+RESPUESTA: neutro
+
+EJEMPLO: No duran mucho tiempo (6 meses)
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative EJEMPLO: No tiene mucha calidad No tiene mucha calidad No tiene mucha calidad No tiene mucha calidad No tiene mucha calidad
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color
+RESPUESTA: positivo
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto
+RESPUESTA: positivo
+
+EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan
+RESPUESTA: positivo
+
+EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas
+RESPUESTA: negativo
+
+EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara
+RESPUESTA: positivo
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.
+RESPUESTA: negativo
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.
+RESPUESTA: neutro
+
+EJEMPLO: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color .
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ rallado el dibujo y el color naranja , no es lo que pone en la descripción o el color rosa y llega de otro color .
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.
+RESPUESTA: neutro
+
+EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo
+RESPUESTA: neutro
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.
+RESPUESTA: positivo
+
+EJEMPLO: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100%
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ 100%
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Diseño poco innovador
+RESPUESTA: neutro
+
+EJEMPLO: Utilizó la tarjeta de sonido para conectar un micro PC y sacar el sonido por los altavoces de una máquina de gimnasio. El resultado sonido perfecto y potente, sin necesidad de configurar nada. Perfecto.
+RESPUESTA: positivo
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.
+RESPUESTA: negativo
+
+EJEMPLO: No sirve para agua caliente se deforma
+RESPUESTA: negativo
+
+EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.
+RESPUESTA: neutro
+
+EJEMPLO: A mi personalmente no me hicieron nada, incluso tomando 2
+RESPUESTA: negativo
+
+EJEMPLO: a mi parecer muy incómodo para jugar
+RESPUESTA: neutro
+
+EJEMPLO: después de un mes, imposible conectar con ningún dispositivo....mala compra
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una tarea de clasificación de texto. EJEMPLO: Diseo poco innovador RESPUESTA: neutro EJEMPLO: Utiliza la tarjeta de sonido para conectar un micro
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio
+RESPUESTA: neutro
+
+EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.
+RESPUESTA: positivo
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Calidad y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.
+RESPUESTA: positivo
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Comencé a leer este relato con mucho interés y curiosidad, pues como lector aficionado a la historia, especialmente a la historia de España, he de reconocer con humildad que me queda mucho por leer y por conocer de no pocos capítulos de la nuestra historia, y ese era uno de ellos, la guerra de África. Luz para el olvido me ha sorprendido positivamente por su fácil y amena lectura de principio a fin, he disfrutado y he aprendido mucho, a la vez que el, capitán médico Luis María Alonso me ha sorprendido por su carácter, su fuerte personalidad, su confianza en sus principios y su fidelidad a los mismos, fue tanta su honestidad consigo mismo que le costó la vida. Considero que es una lección de historia recomendable para todos los españoles que quieran aprender y disfrutar con la lectura.
+RESPUESTA: positivo
+
+EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.
+RESPUESTA: neutro
+
+EJEMPLO: La patilla de las gafas se sale demasiado fácil de la cadena
+RESPUESTA: neutro
+
+EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS
+RESPUESTA: positivo
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ RECOMENDARA EL LIBOR A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBOR INTERESANTE Y BÉNÉILUSTRADO. EL TAMAO ES ADECUA
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: muy agradable y comoda
+RESPUESTA: positivo
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.
+RESPUESTA: positivo
+
+EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es lo que quiere mi hija. Lo espera con ilusión....as que....bueno. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomi
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: No me gusto porque se equivocaron de producto ,y estoy esperando a que vengan a por el ,y hace casi un mes y no a pasado nadie, me gustaría saber si al final tengo que ir a devolverlo a correos
+RESPUESTA: negativo
+
+EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.
+RESPUESTA: neutro
+
+EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco
+RESPUESTA: positivo
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el luz es perfecto y el color. luz es perfecto y el color. luz es perfecto y el color. luz es perfecto y
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.
+RESPUESTA: neutro
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.
+RESPUESTA: positivo
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS
+RESPUESTA: positivo
+
+EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.
+RESPUESTA: negativo
+
+EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela
+RESPUESTA: neutro
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Este era el ltimo libro que le faltaba a mi hermana de la triloga y por supuesto le encantó, Por lo que recomiendo mucho todos los
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.
+RESPUESTA: negativo
+
+EJEMPLO: Solo viene una en el paquete
+RESPUESTA: neutro
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.
+RESPUESTA: positivo
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes
+RESPUESTA: negativo
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Solo mencionar que un día de lluvia y la luz dejo de funcionar
+RESPUESTA: negativo
+
+EJEMPLO: Solo la he utilizado 1 una vez y se descosió la parte trasera que va al cinturón. De usar y tirar.
+RESPUESTA: negativo
+
+EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.
+RESPUESTA: negativo
+
+EJEMPLO: Solo encienden la mitad de los led
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ao de eso es el ao de eso es el ao de eso es el ao de eso es el
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy fino, abriga poco
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: muy agradable y comoda
+RESPUESTA: positivo
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena funda, todo perfecto!
+RESPUESTA: positivo
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: Descripcion buena. Muy rapido y fiable. Gracias
+RESPUESTA: positivo
+
+EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas
+RESPUESTA: neutro
+
+EJEMPLO: Queda muy bien y te protege el reloj
+RESPUESTA: positivo
+
+EJEMPLO: Muy fina, poca protección
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el nico resuelo RESPUESTA: neutro
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo
+RESPUESTA: neutro
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: Me lo esperaba un poco mas desahogado al ir por el puerto thunderbolt 2. Se calienta el adaptador, no excesivamente pero es algo a tener en cuenta .
+RESPUESTA: neutro
+
+EJEMPLO: Es muy comodo eso sin duda. La capacidad de succion es muy buena en modo turbo pero eso te da unos 10 minutos solo de autonomia y tienes que cambiar la bateria, y cargar. esperaba mas de un producto como esto y al precio que tiene. Le falta potencia en mi opinion.
+RESPUESTA: neutro
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en e cabezero porque la tela de saco es rigida
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No asusta palomas. No sirve para lo que pone.
+RESPUESTA: negativo
+
+EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Un mes de uso... y se me borran las letras... no entiendo nada...
+RESPUESTA: negativo
+
+EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: No funciona lo he devuelto, no hace nada
+RESPUESTA: negativo
+
+EJEMPLO: Consta como un cartucho vacío, no sirve para nada.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ como un cartucho vaco, no sirve para nada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso
+RESPUESTA: neutro
+
+EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA
+RESPUESTA: neutro
+
+EJEMPLO: Hasta ahora el gato mordía las bolsas de pienso para sacar la comida, ahora le controlo yo la alimentación, además el pienso está fresco más tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Chulísimo,a la niña del cumple le ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.
+RESPUESTA: negativo
+
+EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6
+RESPUESTA: negativo
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El pantalón destie, ha manchado las sábanas verdes en el primer uso
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas
+RESPUESTA: neutro
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.
+RESPUESTA: negativo
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.
+RESPUESTA: neutro
+
+EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.
+RESPUESTA: positivo
+
+EJEMPLO: Es un rollo para ponerlo en marcha...
+RESPUESTA: neutro
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños
+RESPUESTA: neutro
+
+EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Un mes de uso... y se me borran las letras... no entiendo nada...
+RESPUESTA: negativo
+
+EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.
+RESPUESTA: positivo
+
+EJEMPLO: Las veo un poco flojas para un perro grande..
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ veo un poco fácil para una gran gran esquina.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Es un rollo para ponerlo en marcha...
+RESPUESTA: neutro
+
+EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.
+RESPUESTA: neutro
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.
+RESPUESTA: negativo
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.
+RESPUESTA: neutro
+
+EJEMPLO: no se actualiza, no marca bien la distancia,se gasta muy pronto la bateria, con 3 semanas de uso se a partido la trabilla de garga, no lo recomiendo, la aplicacion del movil no actualiza
+RESPUESTA: negativo
+
+EJEMPLO: Da mucha luz para poder dormir en la habitación
+RESPUESTA: neutro
+
+EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.
+RESPUESTA: positivo
+
+EJEMPLO: Solo mencionar que un día de lluvia y la luz dejo de funcionar
+RESPUESTA: negativo
+
+EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.
+RESPUESTA: neutro
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: No es lo que esperaba. Buscaba un aspirador y no un filtro, pues con éste necesito adicionalmente un aspirador lo que lo hace incomodísimo de utilizar de forma habitual
+RESPUESTA: negativo
+
+EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente
+RESPUESTA: positivo
+
+EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas
+RESPUESTA: negativo
+
+EJEMPLO: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Gracias.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara
+RESPUESTA: negativo
+
+EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.
+RESPUESTA: negativo
+
+EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.
+RESPUESTA: positivo
+
+EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.
+RESPUESTA: negativo
+
+EJEMPLO: Funda bonita y ligera. La compré en color amarillo y queda muy bien. No le doy cinco estrellas porque es muy cara para ser una funda de tela.
+RESPUESTA: neutro
+
+EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.
+RESPUESTA: negativo
+
+EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.
+RESPUESTA: neutro
+
+EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas
+RESPUESTA: negativo
+
+EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color
+RESPUESTA: positivo
+
+EJEMPLO: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ejemploso es el ejemploso es el ejemploso es el ejemploso es el ejemploso es el
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.
+RESPUESTA: positivo
+
+EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO
+RESPUESTA: neutro
+
+EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..
+RESPUESTA: positivo
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.
+RESPUESTA: negativo
+
+EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.
+RESPUESTA: positivo
+
+EJEMPLO: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.
+RESPUESTA: positivo
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Muy contento al ver la cara de mi mujeres...
+RESPUESTA: neutro
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio
+RESPUESTA: neutro
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas
+RESPUESTA: neutro
+
+EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Mejor de lo que me esperaba un precio increible muy contento
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.
+RESPUESTA: negativo
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo
+RESPUESTA: negativo
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo de dos das más tarde de lo acordado si no que además tuve que
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: las he utilizado una vez, las he lavado en el lavavajillas y han salido oxidadas y eso que en la descripción pone que son de acero inoxidable... no las recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto
+RESPUESTA: neutro
+
+EJEMPLO: No corresponde con la descripción Se descarga rápido la batería He hecho reembolso del producto as de un mes y no me han devuelto el dinero
+RESPUESTA: negativo
+
+EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...
+RESPUESTA: neutro
+
+EJEMPLO: La idea es muy buena y facilita especialmente la cocción a baja temperatura en Crock Pot. Yo he utilizado la rejilla con el pollo asado y el pulled pork. El resultado era muy bueno pero al mes de utilizarlo han aparecido manchas de óxido. No recomiendo su compra por la corta duración. Debería ser de acero inoxidable.
+RESPUESTA: negativo
+
+EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.
+RESPUESTA: negativo
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.
+RESPUESTA: negativo
+
+EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no "pringas" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ La tecnologa llega a nosotros... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: La facil instalacion y la calidad del mismo
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe
+RESPUESTA: neutro
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona perfectamente con la nueva Z6 y sin duda el mejor precio...
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos
+RESPUESTA: positivo
+
+EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena relación calidad-precio , me solucionó el problema sin cables
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.
+RESPUESTA: negativo
+
+EJEMPLO: Solo la he utilizado 1 una vez y se descosió la parte trasera que va al cinturón. De usar y tirar.
+RESPUESTA: negativo
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio
+RESPUESTA: neutro
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).
+RESPUESTA: negativo
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el cierre está mal conseguido y es incómodo y los tiras son muy endebles, no creo que resisteran un tirón y si llevas peso te mol
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎
+RESPUESTA: neutro
+
+EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra
+RESPUESTA: neutro
+
+EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe
+RESPUESTA: neutro
+
+EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.
+RESPUESTA: negativo
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.
+RESPUESTA: neutro
+
+EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Me lo esperaba un poco mas desahogado al ir por el puerto thunderbolt 2. Se calienta el adaptador, no excesivamente pero es algo a tener en cuenta .
+RESPUESTA: neutro
+
+EJEMPLO: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el cable tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodami
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.
+RESPUESTA: negativo
+
+EJEMPLO: La cafetera ha tenido problemas de conectividad con el bluetooth dos veces, y Nespresso no admite al taller cafeteras con ese tipo de problema.
+RESPUESTA: negativo
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: Cargador compatible con iPhone , pero se calienta
+RESPUESTA: neutro
+
+EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo
+RESPUESTA: negativo
+
+EJEMPLO: En las imagenes parece indicar que es bluetooth 5.0, pero es 4.2, la batería no llega ni a dos horas.
+RESPUESTA: negativo
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien
+RESPUESTA: neutro
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El vendedor se queda en esta ocasión sin otra crtica positiva como todos los que tiene este producto por culpa de su mala praxis, que te lleguen
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra
+RESPUESTA: neutro
+
+EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos
+RESPUESTA: neutro
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: No funciona la carga, aunque si el audio
+RESPUESTA: negativo
+
+EJEMPLO: como se pone en marcha sin manual alguien me puede ayudar a ponerlo en funcionamiento
+RESPUESTA: neutro
+
+EJEMPLO: Me lo esperaba un poco mas desahogado al ir por el puerto thunderbolt 2. Se calienta el adaptador, no excesivamente pero es algo a tener en cuenta .
+RESPUESTA: neutro
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.
+RESPUESTA: positivo
+
+EJEMPLO: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo, el conectar a la toma auxiliar del coche y ya puede enviar la musica del movil, se emparja muy rapido y sin problemas, yo lo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy buena calidad. Envio rápido y correcto.
+RESPUESTA: positivo
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Su precio al que lo coji bastante bueno
+RESPUESTA: positivo
+
+EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos
+RESPUESTA: neutro
+
+EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio
+RESPUESTA: neutro
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: Estan bien por el precio, pero alguna me hace algun parpadeo rapido al encender, no siempre. A ver si no tengo que cambiar alguna, de momento, aceptable, ni bueno, ni malo.
+RESPUESTA: neutro
+
+EJEMPLO: Muy bonitas y el precio genial
+RESPUESTA: positivo
+
+EJEMPLO: Excelente material y rapidez en el envio. Recomiendo
+RESPUESTA: positivo
+
+EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Muy bueno. Estoy muy contenta por su rapidez y prestaciones
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días
+RESPUESTA: neutro
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente
+RESPUESTA: positivo
+
+EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!
+RESPUESTA: positivo
+
+EJEMPLO: Pedí un collar rojo y me vino en color verde. Pero por lo demás el producto promete. Las luces tienen tres posiciones y es fácil de adaptar al cuello del perro.
+RESPUESTA: neutro
+
+EJEMPLO: Duradera y limpia. Algo almohadillada. Perfecta para debajo de los fuegos
+RESPUESTA: positivo
+
+EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara
+RESPUESTA: positivo
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Funda bonita y ligera. La compré en color amarillo y queda muy bien. No le doy cinco estrellas porque es muy cara para ser una funda de tela.
+RESPUESTA: neutro
+
+EJEMPLO: Queda muy chula en el coche lo unico que en las especificaciones pone color blanco,,y es de color plateado,no se nota mucho
+RESPUESTA: neutro
+
+EJEMPLO: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ rosa
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.
+RESPUESTA: neutro
+
+EJEMPLO: Buen producto y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.
+RESPUESTA: neutro
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos
+RESPUESTA: positivo
+
+EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.
+RESPUESTA: positivo
+
+EJEMPLO: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ igual que el que venden en cualquier tienda, igual que instalación a buen precio.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Duradera y limpia. Algo almohadillada. Perfecta para debajo de los fuegos
+RESPUESTA: positivo
+
+EJEMPLO: Práctica pero le falta que el suelo sea rígido.
+RESPUESTA: neutro
+
+EJEMPLO: Comoda, y de buena calidad, recomendada
+RESPUESTA: positivo
+
+EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: Su precio al que lo coji bastante bueno
+RESPUESTA: positivo
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: No ha durado ni un año y medio practicamente sin uso...
+RESPUESTA: negativo
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Práctica y resistente. Bastante cómoda
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ neutro
+
+
+PARSE RESULT
+
+ ['neutro']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.
+RESPUESTA: positivo
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero
+RESPUESTA: negativo
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.
+RESPUESTA: positivo
+
+EJEMPLO: Trapecio sobre todo para interior por la calidad de las cuerdas. En exterior no sé si será muy resistente. En casa da mucho juego y es un entretenimiento estupendo para la gente menuda. Aguanta mucho peso
+RESPUESTA: positivo
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo!
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Cómo el ao y nada más bajar a dejarlo en el coche te haba pinchado la rueda y lo probamos, es muy resistente
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Cargador compatible con iPhone , pero se calienta
+RESPUESTA: neutro
+
+EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.
+RESPUESTA: positivo
+
+EJEMPLO: Cuando la adquirí, me gusto la idea de que también protegiera los márgenes de la pantalla sin cambiar el color del iPhone, pero con un golpe, adiós a la pantalla protectora. Mi sorpresa llegó al ponerle la que venia de recambio, a los pocos días, sin darle ningún golpe se me rajó entera de una esquina a otra por lo que me decepcionó bastante. Volví a comprar las típicas transparentes que encuentras en cualquier lado y con esa sigo a día de hoy aunque los bordes están un poco desgastados. ¿La recomendaría? No.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.
+RESPUESTA: negativo
+
+EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor
+RESPUESTA: negativo
+
+EJEMPLO: Ya en la primera carga no duró ni dos horas
+RESPUESTA: negativo
+
+EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.
+RESPUESTA: neutro
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El cargador has very good presencia, con a funda de protección (de lo que ya puedan tomar nota Apple) y is funcionando bien, tanto como el original.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.
+RESPUESTA: negativo
+
+EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.
+RESPUESTA: negativo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.
+RESPUESTA: neutro
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.
+RESPUESTA: negativo
+
+EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO
+RESPUESTA: neutro
+
+EJEMPLO: No es el piloto que sale en la foto, en vez de ser rectangular es cuadrado con todas las luces pero diferente aspecto
+RESPUESTA: neutro
+
+EJEMPLO: Demasiado altas, en la foto no lo parecen tanto. Buena calidad de la tela.
+RESPUESTA: neutro
+
+EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara
+RESPUESTA: positivo
+
+EJEMPLO: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Qué te ao a tener un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.
+RESPUESTA: negativo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.
+RESPUESTA: neutro
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: Se llenan de agua y no nadan........
+RESPUESTA: negativo
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Cómo es un regalo y al nio es encanto Vino en su pack sin estrenar,con lengueta que demostran que no tiene usado la parte electronica
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara
+RESPUESTA: negativo
+
+EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.
+RESPUESTA: negativo
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.
+RESPUESTA: neutro
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: No me ha gustado para nada el producto ya que las burbujas que hace se quedan y no se quitan como dicen en la descripción (pasadas 48 horas ) No lo recomiendo para nada
+RESPUESTA: negativo
+
+EJEMPLO: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el tarea de clasificación de texto. EJEMPLO: no es tamén funcionara bien, pero ha sido una pesadilla. Amazon me dijo que la i
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No funciona la carga, aunque si el audio
+RESPUESTA: negativo
+
+EJEMPLO: buen articulo, viene muy bien y se pone con gran facilidad mirando algun tutorial en youtube, y vienen 2 para tener de repuesto
+RESPUESTA: positivo
+
+EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz "especiado". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.
+RESPUESTA: neutro
+
+EJEMPLO: La facil instalacion y la calidad del mismo
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.
+RESPUESTA: positivo
+
+EJEMPLO: En las imagenes parece indicar que es bluetooth 5.0, pero es 4.2, la batería no llega ni a dos horas.
+RESPUESTA: negativo
+
+EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.
+RESPUESTA: neutro
+
+EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona
+RESPUESTA: negativo
+
+EJEMPLO: No lleva conector spdif, ni óptico que ya se ve en la foto, ni coaxial! Es para un proyector y tengo que sacar el audio a unos altavoces (no me vale que salga por el HDMI)
+RESPUESTA: negativo
+
+EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.
+RESPUESTA: positivo
+
+EJEMPLO: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El software que trae es penoso, la calidad de video y la audio son bastante deficientes si comparas con otros marcas.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.
+RESPUESTA: negativo
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...
+RESPUESTA: negativo
+
+EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.
+RESPUESTA: neutro
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: Funciona eso es lo importante
+RESPUESTA: positivo
+
+EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).
+RESPUESTA: negativo
+
+EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.
+RESPUESTA: positivo
+
+EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.
+RESPUESTA: neutro
+
+EJEMPLO: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No es necesario que me ayudar en una tarea de clasificación de texto. EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.
+RESPUESTA: neutro
+
+EJEMPLO: Muy básico. Poco recomendable hay opciones mejores.
+RESPUESTA: negativo
+
+EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno
+RESPUESTA: positivo
+
+EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: El tiempo de entrega insuperable, pero que el artículo venga desde almacén sin ningún tipo de envoltorio no me ha gustado nada, ni siquiera un mínimo plástico para proteger la caja, sin cinta de sellado en las aperturas.En este caso mi opinión es que el despacho de mi pedido a sido pésimo en el aspecto de embalaje.
+RESPUESTA: neutro
+
+EJEMPLO: No sirve para agua caliente se deforma
+RESPUESTA: negativo
+
+EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.
+RESPUESTA: positivo
+
+EJEMPLO: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas
+RESPUESTA: negativo
+
+EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz
+RESPUESTA: neutro
+
+EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.
+RESPUESTA: negativo
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco
+RESPUESTA: positivo
+
+EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo
+RESPUESTA: negativo
+
+EJEMPLO: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es un poco endeble sobretodo en los botones
+RESPUESTA: neutro
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: a mi parecer muy incómodo para jugar
+RESPUESTA: neutro
+
+EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.
+RESPUESTA: neutro
+
+EJEMPLO: Llegó en el plazo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Es un rollo para ponerlo en marcha...
+RESPUESTA: neutro
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: A los pocos meses se ha puesto negra. No es plata
+RESPUESTA: negativo
+
+EJEMPLO: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z z z z
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.
+RESPUESTA: neutro
+
+EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida
+RESPUESTA: neutro
+
+EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo
+RESPUESTA: negativo
+
+EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.
+RESPUESTA: positivo
+
+EJEMPLO: Muy bueno, cumple perfectamente su cometido
+RESPUESTA: positivo
+
+EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.
+RESPUESTA: neutro
+
+EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.
+RESPUESTA: positivo
+
+EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños
+RESPUESTA: neutro
+
+EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.
+RESPUESTA: neutro
+
+EJEMPLO: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchsima facilidad, simplemente usando los tenedores que incluye.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: cumple con lo estipulado
+RESPUESTA: neutro
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: El estampador no sirve, no se pega ningún esmalte. Mi mujer ha tenido que comprar otro a parte.
+RESPUESTA: neutro
+
+EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien
+RESPUESTA: neutro
+
+EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Lo que se esperaba, cumple su fucnion
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.
+RESPUESTA: neutro
+
+EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....
+RESPUESTA: neutro
+
+EJEMPLO: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la de
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.
+RESPUESTA: positivo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.
+RESPUESTA: neutro
+
+EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse
+RESPUESTA: positivo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas
+RESPUESTA: negativo
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien
+RESPUESTA: neutro
+
+EJEMPLO: Este producto me pone entregado y no me ha llegado
+RESPUESTA: negativo
+
+EJEMPLO: Unos de los mejores champu que e provado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ayuda
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.
+RESPUESTA: positivo
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: No me ha gustado para nada el producto ya que las burbujas que hace se quedan y no se quitan como dicen en la descripción (pasadas 48 horas ) No lo recomiendo para nada
+RESPUESTA: negativo
+
+EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.
+RESPUESTA: positivo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ lindo producto, pero la segunda vez que el uso se le salió una goma y no lo puede usar más
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Nunca llegué a recibirlo!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Para llevarlo en la autocaravana para mi yorsay
+RESPUESTA: positivo
+
+EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.
+RESPUESTA: negativo
+
+EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.
+RESPUESTA: negativo
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: Lo volvería a comprar
+RESPUESTA: positivo
+
+EJEMPLO: cumple con lo estipulado
+RESPUESTA: neutro
+
+EJEMPLO: Un mes de uso... y se me borran las letras... no entiendo nada...
+RESPUESTA: negativo
+
+EJEMPLO: Va bien y es más barato que otras marcas
+RESPUESTA: positivo
+
+EJEMPLO: Nunca me llegó la sudadera
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negativo
+
+
+PARSE RESULT
+
+ ['negativo']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.
+RESPUESTA: neutro
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.
+RESPUESTA: negativo
+
+EJEMPLO: El plastico chirriaba, se abrian y cerraban con ruido. Una gran decepcion, esperaba mas de oakley. una gran marca, pero este producto un desastre.
+RESPUESTA: negativo
+
+EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.
+RESPUESTA: neutro
+
+EJEMPLO: Buena botella de agua, tal y como se ve en las fotos. Amplia capacidad, 2,2 litros. Con su asa de plástico para cogerla, su tapón ajustable y su correa arriba para que no se le pierda el tapón. La compré para mi padre, quería una botella que fuera de buen material y duradera. Y ésta es libre de BPA, es decir, bisfenol A, producto tóxico que se suele usar para endurecer el plástico. Así se la puede llevar al campo y dejarla al sol en el coche sin que suelte residuos tóxicos, como las botellas convencionales o reutilizadas y sin que sea de cristal y se rompa fácilmente. Me ha durado poco, se ve que el plástico no resiste mucho los golpes, se me rompió al caerse a un palmo del suelo, se hizo pedazos.
+RESPUESTA: neutro
+
+EJEMPLO: Excelente material y rapidez en el envio. Recomiendo
+RESPUESTA: positivo
+
+EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎
+RESPUESTA: neutro
+
+EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.
+RESPUESTA: positivo
+
+EJEMPLO: Es una hucha electrónica, con lo que no podemos pedirle mucho más. Los plásticos no denotan calidad y el mecanismo de funcionamiento no es lo sencillo que podría parecer.
+RESPUESTA: neutro
+
+EJEMPLO: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de manguera para diferentes opciones muy fácil
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es tal y como aparece en las fotos
+RESPUESTA: positivo
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura
+RESPUESTA: negativo
+
+EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara
+RESPUESTA: positivo
+
+EJEMPLO: Me esperaba más unidades como aparecía en la foto, aunque después he comprobado que en la descripción pone "una hoja", con lo que, con más razón, me parece un poco caro para lo que es. Además me ha llegado rota, así que un fiasco, no lo voy a poder usar y además he tirado el dinero inútilmente. Una decepción.
+RESPUESTA: negativo
+
+EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo
+RESPUESTA: negativo
+
+EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS
+RESPUESTA: neutro
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ tuvo tal y como aparece en las fotos
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca
+RESPUESTA: positivo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Es facil de usar pero muy sensible y con los baches se desconecta
+RESPUESTA: neutro
+
+EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..
+RESPUESTA: positivo
+
+EJEMPLO: Por observaciones previas pensaba que incluia cristal templado y no lo incluye
+RESPUESTA: neutro
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el tarea de texto no funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente diferente.Mala compra,no pue
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?
+RESPUESTA: negativo
+
+EJEMPLO: No funciona. No he conseguido hacer que funcione. Lo he probado en varios mecheros de coches diferentes y no se llega a encender en ninguno de ellos.
+RESPUESTA: negativo
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas
+RESPUESTA: positivo
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+RESPUESTA: negativo
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución
+RESPUESTA: neutro
+
+EJEMPLO: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no recomendo para nada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.
+RESPUESTA: positivo
+
+EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio
+RESPUESTA: neutro
+
+EJEMPLO: No me gusta las pocas especificaciones del producto y las etiquetas arrancadas, eso no me ha gustado.
+RESPUESTA: neutro
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero)
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Pense que se quedaria mas cerrado, y aunque aun no lo probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me da vergüenza escribir esta opinión, puesto que estoy esperando este artículo desde el mes de Agosto y estamos en Octubre. siempre Amazon me ha atendido bien, pero no tengo por menos de indicar que een este pedido, que aun no HE RECIBIDO ha fallado, bien sea Amazón ço el Proveedor, pero en cualquier caso yo lo HE COMPRADO A AMAZON.
+RESPUESTA: negativo
+
+EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete
+RESPUESTA: neutro
+
+EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.
+RESPUESTA: negativo
+
+EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca
+RESPUESTA: positivo
+
+EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.
+RESPUESTA: negativo
+
+EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.
+RESPUESTA: positivo
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: La patilla de las gafas se sale demasiado fácil de la cadena
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS
+RESPUESTA: positivo
+
+EJEMPLO: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el juego de tarea de clasificación de texto. EJEMPLO: Me da vergüenza escribir esta opinión, puesto que estoy esperando este artculo desde
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.
+RESPUESTA: negativo
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: Muy fino, abriga poco
+RESPUESTA: neutro
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: Lo volvería a comprar
+RESPUESTA: positivo
+
+EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar
+RESPUESTA: negativo
+
+EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.
+RESPUESTA: neutro
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: Demasiado altas, en la foto no lo parecen tanto. Buena calidad de la tela.
+RESPUESTA: neutro
+
+EJEMPLO: Demasiado aparatosa.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas
+RESPUESTA: negativo
+
+EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno
+RESPUESTA: positivo
+
+EJEMPLO: Muy pequeña. Compra como mínimo dos tallas más de las que necesites.
+RESPUESTA: neutro
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: En tarima flotante de 11mm los cortes longitudinales fue imposible hacerlos, en cambio en los cortes a lo ancho aunque costaba un poco los hizo bien.
+RESPUESTA: neutro
+
+EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.
+RESPUESTA: negativo
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...
+RESPUESTA: neutro
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el tallaje no corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequea.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz
+RESPUESTA: neutro
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días
+RESPUESTA: neutro
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Es tal y como aparece en las fotos
+RESPUESTA: positivo
+
+EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación
+RESPUESTA: negativo
+
+EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños
+RESPUESTA: neutro
+
+EJEMPLO: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Qué escuchas msica conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple con su propósito perfectamente , dispongo de un portátil bastante fino que no dispone de suficientes puertos USB ni de HDMI , con este hub solucionado , va bien rápido tiene buenos materiales y es pequeño. La verdad que muy contento con el producto
+RESPUESTA: positivo
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien
+RESPUESTA: neutro
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: Me lo esperaba un poco mas desahogado al ir por el puerto thunderbolt 2. Se calienta el adaptador, no excesivamente pero es algo a tener en cuenta .
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Es muy comodo eso sin duda. La capacidad de succion es muy buena en modo turbo pero eso te da unos 10 minutos solo de autonomia y tienes que cambiar la bateria, y cargar. esperaba mas de un producto como esto y al precio que tiene. Le falta potencia en mi opinion.
+RESPUESTA: neutro
+
+EJEMPLO: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el ordenador es el objeto portátil y el objeto es el objeto portátil y el objeto portátil y el objeto portát
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.
+RESPUESTA: neutro
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para arreglar el cristal de mi móvil. Pues bien, cuando lo puse (lo seque con la máquina de secado UV la recomendada). Cuando encendí el móvil, el pegamento había dejado unas manchas horrorosas donde se veía el pegamento y al poco rato me dejo de funcionar la pantalla LCD. Chicos no lo compréis si no queréis joder vuestro teléfono móvil. Horrible el producto.
+RESPUESTA: negativo
+
+EJEMPLO: Van muy bien y son cómodos. La durabilidad es un poco corta en cuanto al material antideslizante. En un par de meses con un uso de 3 veces por semana, se van perdiendo los antideslizantes.
+RESPUESTA: neutro
+
+EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Buen protector 3D. Muy discreto, la gente flipa cuando lo ven porque no parece para nada que lleve protector. Es lo que buscaba. recomendable 100% Llego antes de lo previsto.
+RESPUESTA: positivo
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase
+RESPUESTA: neutro
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Regular, no han cumplido mis espectativas... cuando te las pones mojado se resbala el pie hacia todos sitios.
+RESPUESTA: neutro
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.
+RESPUESTA: neutro
+
+EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Me ha gustado. Muy útil
+RESPUESTA: positivo
+
+EJEMPLO: Hace su función, pero para mi gusto huele a azufre, osea, regular...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es el objeto de clasificación de texto. EJEMPLO: Funciona bien, pero a veces apretando se suelta. RESPUESTA: positivo EJEMPLO:
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: No leí comentarios y mi sorpresa al intentar encenderlo es que no encendia, al leer comentarios no era el único, así que lo devolví inmediatamente y no se me ocurrirá volver a comprarlo por aqui
+RESPUESTA: negativo
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.
+RESPUESTA: negativo
+
+EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz
+RESPUESTA: neutro
+
+EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,
+RESPUESTA: negativo
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.
+RESPUESTA: negativo
+
+EJEMPLO: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No funciona la carga, aunque si el audio
+RESPUESTA: negativo
+
+EJEMPLO: No es compatible con iphone x, a los 2 minutos te salta el mensaje y deja de funcionar.. no lo compreis no sirve para nada.
+RESPUESTA: negativo
+
+EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.
+RESPUESTA: positivo
+
+EJEMPLO: Cuando una marca de prestigio pone un producto al mercado uno espera un mínimo de calidad, Samsung Galaxy Fit e , no lo és. Tiene varios problemas, pero el más significativo es que a la hora de deslizar las pantallas con el dedo te das cuenta que no funciona o que lo hace aveces, creo que Samsung no ha estado a la altura de lo que de ellos se espera. El único consuelo que nos queda es que estos fallos puedan ser corregidos por una actualización, y así disfrutar y no desesperarse de esta pulsera que por diseño merecería un mejor trato de su fabricante.
+RESPUESTA: negativo
+
+EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo
+RESPUESTA: neutro
+
+EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz "especiado". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.
+RESPUESTA: neutro
+
+EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.
+RESPUESTA: neutro
+
+EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.
+RESPUESTA: positivo
+
+EJEMPLO: Cargador compatible con iPhone , pero se calienta
+RESPUESTA: neutro
+
+EJEMPLO: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo es que el audio tiene un diseo atractivo, se emparjan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.
+RESPUESTA: negativo
+
+EJEMPLO: Es suave y como de poner
+RESPUESTA: positivo
+
+EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.
+RESPUESTA: positivo
+
+EJEMPLO: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!!
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el móvil no tiene el reloj.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños
+RESPUESTA: neutro
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.
+RESPUESTA: negativo
+
+EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.
+RESPUESTA: neutro
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.
+RESPUESTA: negativo
+
+EJEMPLO: De facil lectura es una interesante propuesta de actividades para que en especial los niños disfruten de un verano lleno de originales actividades que le hagan crecer divirtiéndose. También interesante propuesta para nosotros los adultos para conectar con ese niño que llevamos dentro.
+RESPUESTA: positivo
+
+EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños
+RESPUESTA: neutro
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el compré para mi sobrino de 4 aos y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Cómodo y muy bien la Calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Envio rápido y correcto.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: La relación calidad precio es correcta. Un modelo para principiantes en esta afición. En general correcto
+RESPUESTA: neutro
+
+EJEMPLO: Excelente material y rapidez en el envio. Recomiendo
+RESPUESTA: positivo
+
+EJEMPLO: Estan bien por el precio, pero alguna me hace algun parpadeo rapido al encender, no siempre. A ver si no tengo que cambiar alguna, de momento, aceptable, ni bueno, ni malo.
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos
+RESPUESTA: positivo
+
+EJEMPLO: es perfecto muy práctico y no provocan molestias al llevarlos. llego correcto y bien embalado en la fecha prevista, buena calidad - precio. buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: buena relación precio calidad,envio rápido
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.
+RESPUESTA: positivo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.
+RESPUESTA: negativo
+
+EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona
+RESPUESTA: negativo
+
+EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.
+RESPUESTA: neutro
+
+EJEMPLO: No me gusta las pocas especificaciones del producto y las etiquetas arrancadas, eso no me ha gustado.
+RESPUESTA: neutro
+
+EJEMPLO: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.
+RESPUESTA: neutro
+
+EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela
+RESPUESTA: neutro
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: No sale ni una gota con las dos que no vienen numeradas. Con la del número 2 que tenía en casa si pasan los cereales, y con las otras dos que son el número 4, no hay manera. Estoy por abrirle con una cuchilla.... Dinero tirado a la basura.
+RESPUESTA: negativo
+
+EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete
+RESPUESTA: neutro
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo
+RESPUESTA: neutro
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Qué es el disco de 125, pues bien el disco no mandan, es una nmero no decirlo ya que llama equivocación, si llam
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto
+RESPUESTA: neutro
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto por lo que vale.
+RESPUESTA: positivo
+
+EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación
+RESPUESTA: negativo
+
+EJEMPLO: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el vendedor y yo sigue sin darme ninguna solución.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: No me la han enviado y me lo confirmaron 40 días más tarde y porque yo me preocupé. Mal servicio y atención
+RESPUESTA: negativo
+
+EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.
+RESPUESTA: positivo
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.
+RESPUESTA: negativo
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: Una de las copas está rota y he pedido doce, no me da la opción de reembolso de una caja de 6 y tengo que devolver las 12
+RESPUESTA: negativo
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Qué es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primer
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.
+RESPUESTA: neutro
+
+EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.
+RESPUESTA: neutro
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: Máscaras muy sencillas, pero hacen su función, la parte de los ojos difícil de ver con ella puesta.
+RESPUESTA: neutro
+
+EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.
+RESPUESTA: negativo
+
+EJEMPLO: es perfecto muy práctico y no provocan molestias al llevarlos. llego correcto y bien embalado en la fecha prevista, buena calidad - precio. buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.
+RESPUESTA: negativo
+
+EJEMPLO: Es un regalo para la profesora..todo perfecto!!
+RESPUESTA: positivo
+
+EJEMPLO: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ a tarea de clasificación de texto
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Cumple con lo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.
+RESPUESTA: positivo
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas
+RESPUESTA: negativo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Es suave y como de poner
+RESPUESTA: positivo
+
+EJEMPLO: Es genial este producto, desde que lo tengo no he vuelto a fregar los platos con las manos al descubierto. Tiene muchas ventajas, la primera a destacar es la higiene, si no quieres mancharte o mojarte las manos, este es el producto ideal. La segunda a destacar, es que puedes utilizarlo para fregar con agua fría si no quieres gastar agua caliente. Eso si, antes de utilizarlos, hay que lavarlos.
+RESPUESTA: positivo
+
+EJEMPLO: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ c) c) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d)
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.
+RESPUESTA: neutro
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.
+RESPUESTA: positivo
+
+EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,
+RESPUESTA: negativo
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.
+RESPUESTA: neutro
+
+EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ M
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.
+RESPUESTA: neutro
+
+EJEMPLO: no me llego el pedido
+RESPUESTA: negativo
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,
+RESPUESTA: negativo
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero
+RESPUESTA: negativo
+
+EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación
+RESPUESTA: negativo
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.
+RESPUESTA: positivo
+
+EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.
+RESPUESTA: neutro
+
+EJEMPLO: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso es tu tarea de clasificación de texto. EJEMPLO: No esperaba que funcionara tan bien,te salvar en cualquier sitio de comer caliente
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Cómodo y muy bien la Calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.
+RESPUESTA: positivo
+
+EJEMPLO: Calidad y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Muy bonitas y el precio genial
+RESPUESTA: positivo
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Bien calidad precio.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Qué calidad precio?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: Chulísimo,a la niña del cumple le ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños
+RESPUESTA: neutro
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: Es un rollo para ponerlo en marcha...
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños
+RESPUESTA: neutro
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho
+RESPUESTA: positivo
+
+EJEMPLO: Todo biem lo compre para una fiesta de niños
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es asequible y tiene muchas piezas para entretener con los imanes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.
+RESPUESTA: neutro
+
+EJEMPLO: Se limpia bien pero las plantillas que incluye son pegatinas, vamos que tienen pocos usos, deberían ser de otro material más resistente
+RESPUESTA: neutro
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para fijar una alfombra al suelo. Adhiere bien a la baldosa, pero no se pega completamente a la parte engomada de la alfombra. De todas formas, por el precio que tienen los 8 metros, no me arrepiento de la compra. Si veo que se mueve, lo coseré a la alfombra y problema resuelto. La entrega rápida y sin problemas.
+RESPUESTA: neutro
+
+EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.
+RESPUESTA: neutro
+
+EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.
+RESPUESTA: neutro
+
+EJEMPLO: El estampador no sirve, no se pega ningún esmalte. Mi mujer ha tenido que comprar otro a parte.
+RESPUESTA: neutro
+
+EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltimo precio de la cantidad de pegatinas que ofrece. Hace ao compré una pegatina para el coche y costaba prácticamente lo mismo, mientras
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.
+RESPUESTA: positivo
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso es lo que es que es que es que es que es que es que es que es que es que es que es que es que es que e
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es un rollo para ponerlo en marcha...
+RESPUESTA: neutro
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.
+RESPUESTA: positivo
+
+EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien
+RESPUESTA: neutro
+
+EJEMPLO: Lo volvería a comprar
+RESPUESTA: positivo
+
+EJEMPLO: En la pagina pone que se envian 2 pares y solo llega uno.
+RESPUESTA: neutro
+
+EJEMPLO: Venía roto, tuve que pegar la cenefa con cola blanca porque venía rota además es super endeble.no recomiendo la compra
+RESPUESTA: negativo
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Aun lo pruebo, a ver como me va
+RESPUESTA: neutro
+
+EJEMPLO: En el primer viaje se le ha roto una rueda.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ en el primer viaje se le ha roto una rueda.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.
+RESPUESTA: neutro
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.
+RESPUESTA: neutro
+
+EJEMPLO: Estan bien por el precio, pero alguna me hace algun parpadeo rapido al encender, no siempre. A ver si no tengo que cambiar alguna, de momento, aceptable, ni bueno, ni malo.
+RESPUESTA: neutro
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas
+RESPUESTA: neutro
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.
+RESPUESTA: neutro
+
+EJEMPLO: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra
+RESPUESTA: neutro
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: No lleva conector spdif, ni óptico que ya se ve en la foto, ni coaxial! Es para un proyector y tengo que sacar el audio a unos altavoces (no me vale que salga por el HDMI)
+RESPUESTA: negativo
+
+EJEMPLO: Me he tenido que comprar tornillos, porque los que vienen no sirven para Samsung. Por lo demas ok
+RESPUESTA: neutro
+
+EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe
+RESPUESTA: neutro
+
+EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo
+RESPUESTA: neutro
+
+EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.
+RESPUESTA: neutro
+
+EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien
+RESPUESTA: neutro
+
+EJEMPLO: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Por qué es el objeto de clasificación de texto?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: La relación calidad precio es correcta. Un modelo para principiantes en esta afición. En general correcto
+RESPUESTA: neutro
+
+EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados
+RESPUESTA: negativo
+
+EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Calidad precio perfecto, llego a tiempo y en buen estado,la e puesto hace dos dias y de momento funciona correcta mente estoy muy contento lo recomiendo
+RESPUESTA: positivo
+
+EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.
+RESPUESTA: positivo
+
+EJEMPLO: es perfecto muy práctico y no provocan molestias al llevarlos. llego correcto y bien embalado en la fecha prevista, buena calidad - precio. buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No me llegó lo que pedí y me vino incompleto
+RESPUESTA: negativo
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos
+RESPUESTA: neutro
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto
+RESPUESTA: neutro
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.
+RESPUESTA: neutro
+
+EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero
+RESPUESTA: negativo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso es el tarea de texto.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Hice pan y la verdad es que va muy bien!
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.
+RESPUESTA: positivo
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.
+RESPUESTA: neutro
+
+EJEMPLO: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Por qué espacio para montar los componentes y con ellas hay que hacer virgueras para poder ensamblar todo...
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Firmware verde. No lo he podido configurar con Movistar. Sin Triple Vlan de momento y Router siempre sin conexión a internet. Restaurado sin éxito
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: Lo he probado en un Mac con sistema operativo High Sierra y al instalar los drivers me ha bloqueado el ordenador. He mirado en la página del fabricante y no tienen soporte actualizado para la última versión del SO de Mac.
+RESPUESTA: negativo
+
+EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.
+RESPUESTA: neutro
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: No se encendía de ninguna manera después de 3 horas enchufado. Lo enchufamos al día siguiente y funcionó pero perdió actualización y costó muchísimo resetearlo para volverlo a configurar. Ahora ya funciona, la única pega es que cuando se desenchufa o pierde la corriente, no se restablece correctamente y no se conecta a Internet.
+RESPUESTA: neutro
+
+EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe
+RESPUESTA: neutro
+
+EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.
+RESPUESTA: neutro
+
+EJEMPLO: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.
+RESPUESTA: neutro
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: Lo volvería a comprar
+RESPUESTA: positivo
+
+EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: Un mes de uso... y se me borran las letras... no entiendo nada...
+RESPUESTA: negativo
+
+EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien
+RESPUESTA: neutro
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio
+RESPUESTA: neutro
+
+EJEMPLO: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el primer da, no la volveré a utilizar para cubrir el sofá. No la recomendo, para nada.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+RESPUESTA: negativo
+
+EJEMPLO: El reloj está bien l, lo que pasa que cada 2-3 días se adelanta un min y hay que estar ajustándolo y es un poco molesto
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: la hebilla no enganchaba en cuanto te lo ponías al de unos segundos se soltaba tenia un cinturon viejo y le puse la hebilla y funcionaba perfectamente no lo cambie por eso pero desde luego mal muy mal no volveré a comprar de ese proveedor
+RESPUESTA: negativo
+
+EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso
+RESPUESTA: neutro
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: Una de las copas está rota y he pedido doce, no me da la opción de reembolso de una caja de 6 y tengo que devolver las 12
+RESPUESTA: negativo
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.
+RESPUESTA: negativo
+
+EJEMPLO: No funciona lo he devuelto, no hace nada
+RESPUESTA: negativo
+
+EJEMPLO: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Hoy a dia 15 de Septiembre, todavia no recibido el importe del reembolso que me hicieron el dia 5, e gustara saber que pasa , porque
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: La empresa lo devolvió sin previo aviso, era para Reyes. Un 0 no lo recomiendo en absoluto, decepciónado con el servicio.
+RESPUESTA: negativo
+
+EJEMPLO: Muy bonitas y el precio genial
+RESPUESTA: positivo
+
+EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo
+RESPUESTA: neutro
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: Cómodo y muy bien la Calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas
+RESPUESTA: neutro
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No acuerdo el peso del Tom Tom.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.
+RESPUESTA: negativo
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.
+RESPUESTA: negativo
+
+EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan
+RESPUESTA: positivo
+
+EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas
+RESPUESTA: negativo
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color
+RESPUESTA: positivo
+
+EJEMPLO: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y lo volveré a comprar seguro
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.
+RESPUESTA: neutro
+
+EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.
+RESPUESTA: negativo
+
+EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar
+RESPUESTA: negativo
+
+EJEMPLO: Producto sencillo, barato y útil
+RESPUESTA: positivo
+
+EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.
+RESPUESTA: positivo
+
+EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.
+RESPUESTA: neutro
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Es genial este producto, desde que lo tengo no he vuelto a fregar los platos con las manos al descubierto. Tiene muchas ventajas, la primera a destacar es la higiene, si no quieres mancharte o mojarte las manos, este es el producto ideal. La segunda a destacar, es que puedes utilizarlo para fregar con agua fría si no quieres gastar agua caliente. Eso si, antes de utilizarlos, hay que lavarlos.
+RESPUESTA: positivo
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.
+RESPUESTA: negativo
+
+EJEMPLO: Me llegó abierto todo parecía que hubiera sido usado y no funcionaba la vibración.
+RESPUESTA: negativo
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: Herramienta para llevar sin que pese ni ocupe mas de lo que acompañe una llave de tu casa. A lo mejor ni la usas...pero está ahi
+RESPUESTA: positivo
+
+EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.
+RESPUESTA: negativo
+
+EJEMPLO: Para mi es complicada de usar. No pesa bien y no trae unas instrucciones claras para calibrarla bien y poder pesar con ella. No estoy contento con la compra me parece complicada de usar.
+RESPUESTA: neutro
+
+EJEMPLO: No me gusta las pocas especificaciones del producto y las etiquetas arrancadas, eso no me ha gustado.
+RESPUESTA: neutro
+
+EJEMPLO: Tuve que devolver dos porque no me los reconocía la impresora
+RESPUESTA: negativo
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative EJEMPLO: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no me han podido usar.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo
+RESPUESTA: neutro
+
+EJEMPLO: Queda muy bien y te protege el reloj
+RESPUESTA: positivo
+
+EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.
+RESPUESTA: neutro
+
+EJEMPLO: Muy bonitas y el precio genial
+RESPUESTA: positivo
+
+EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.
+RESPUESTA: positivo
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: muy agradable y comoda
+RESPUESTA: positivo
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Son muy cómodos y tienen muy buen sonido
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es muy cómodos y tienen muy buen sonido
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra
+RESPUESTA: neutro
+
+EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB
+RESPUESTA: neutro
+
+EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.
+RESPUESTA: neutro
+
+EJEMPLO: Cumple con su propósito perfectamente , dispongo de un portátil bastante fino que no dispone de suficientes puertos USB ni de HDMI , con este hub solucionado , va bien rápido tiene buenos materiales y es pequeño. La verdad que muy contento con el producto
+RESPUESTA: positivo
+
+EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros
+RESPUESTA: neutro
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: No ha llegado a aún....
+RESPUESTA: negativo
+
+EJEMPLO: Venía roto, tuve que pegar la cenefa con cola blanca porque venía rota además es super endeble.no recomiendo la compra
+RESPUESTA: negativo
+
+EJEMPLO: Ha llegado roto en la base del USB
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ tuve que pegar la cenefa con cola blanca porque vena rota además es super endeble.no recomendo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: bien te lo traen a casa y listo a funcionar
+RESPUESTA: neutro
+
+EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela
+RESPUESTA: neutro
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.
+RESPUESTA: negativo
+
+EJEMPLO: El estampador no sirve, no se pega ningún esmalte. Mi mujer ha tenido que comprar otro a parte.
+RESPUESTA: neutro
+
+EJEMPLO: No funciona lo he devuelto, no hace nada
+RESPUESTA: negativo
+
+EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.
+RESPUESTA: neutro
+
+EJEMPLO: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable. Gracias RESPUESTA
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Calidad y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Más pequeño de lo esperado
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz "especiado". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.
+RESPUESTA: neutro
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.
+RESPUESTA: positivo
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Buena calidad, mejor de lo esperado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No sirve para agua caliente se deforma
+RESPUESTA: negativo
+
+EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.
+RESPUESTA: positivo
+
+EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Muy fino, abriga poco
+RESPUESTA: neutro
+
+EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.
+RESPUESTA: positivo
+
+EJEMPLO: Da mucha luz para poder dormir en la habitación
+RESPUESTA: neutro
+
+EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas
+RESPUESTA: negativo
+
+EJEMPLO: El protector de pantalla llegó un poco roto.
+RESPUESTA: neutro
+
+EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.
+RESPUESTA: negativo
+
+EJEMPLO: Se echa en falta otra pantalla adiccional.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es el adiccionario del adiccionario.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Más pequeño de lo esperado
+RESPUESTA: neutro
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.
+RESPUESTA: neutro
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+RESPUESTA: negativo
+
+EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio
+RESPUESTA: neutro
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: mas pequeño de lo esperado
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es muy pequea y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeo. RESPUEST
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.
+RESPUESTA: neutro
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.
+RESPUESTA: positivo
+
+EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias
+RESPUESTA: neutro
+
+EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo
+RESPUESTA: negativo
+
+EJEMPLO: Para llevarlo en la autocaravana para mi yorsay
+RESPUESTA: positivo
+
+EJEMPLO: Cuando la adquirí, me gusto la idea de que también protegiera los márgenes de la pantalla sin cambiar el color del iPhone, pero con un golpe, adiós a la pantalla protectora. Mi sorpresa llegó al ponerle la que venia de recambio, a los pocos días, sin darle ningún golpe se me rajó entera de una esquina a otra por lo que me decepcionó bastante. Volví a comprar las típicas transparentes que encuentras en cualquier lado y con esa sigo a día de hoy aunque los bordes están un poco desgastados. ¿La recomendaría? No.
+RESPUESTA: neutro
+
+EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.
+RESPUESTA: neutro
+
+EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas
+RESPUESTA: negativo
+
+EJEMPLO: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ recopilatorio sin más, decoración de caja y cd sencilla. The transparente that has a certain condition if not retira con cuidado puede daar la pintura de la caja de cart
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.
+RESPUESTA: neutro
+
+EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.
+RESPUESTA: neutro
+
+EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.
+RESPUESTA: neutro
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio
+RESPUESTA: neutro
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio
+RESPUESTA: neutro
+
+EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).
+RESPUESTA: negativo
+
+EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.
+RESPUESTA: positivo
+
+EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.
+RESPUESTA: positivo
+
+EJEMPLO: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Deja unas bordes porque no se puede bien en los lados, pero todos los protectores por estas precios les pasa lo mismo
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: Producto sencillo, barato y útil
+RESPUESTA: positivo
+
+EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.
+RESPUESTA: positivo
+
+EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.
+RESPUESTA: positivo
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ entrega en plazos
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.
+RESPUESTA: neutro
+
+EJEMPLO: Plastico cutre, vienen con cinta adhesiva de mala calidad que he tenido que cambiar en todos.
+RESPUESTA: negativo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: Calidad regular pero cumple las espectativas
+RESPUESTA: neutro
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.
+RESPUESTA: positivo
+
+EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.
+RESPUESTA: negativo
+
+EJEMPLO: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es monos, eso es el apertura de la base, el eso es fácil que el apertura de la base, es fácil que el
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo
+RESPUESTA: neutro
+
+EJEMPLO: Magnífico cable recibe la señal perfectamente.
+RESPUESTA: positivo
+
+EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.
+RESPUESTA: neutro
+
+EJEMPLO: El edredón no está mal, pero esperaba mayor calidad en el tejido.Práctico para lavar, pues es fino. En invierno veré si abriga lo suficiente
+RESPUESTA: neutro
+
+EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas
+RESPUESTA: neutro
+
+EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.
+RESPUESTA: positivo
+
+EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.
+RESPUESTA: negativo
+
+EJEMPLO: Es tan inhalámbrico que ni incluye el cable de alimentación.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es tan inhalámbrico que no incluye el cable de alimentación.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.
+RESPUESTA: negativo
+
+EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.
+RESPUESTA: positivo
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.
+RESPUESTA: neutro
+
+EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.
+RESPUESTA: negativo
+
+EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.
+RESPUESTA: positivo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!
+RESPUESTA: negativo
+
+EJEMPLO: Llego en el tiempo previsto
+RESPUESTA: neutro
+
+EJEMPLO: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y la libreto interior están en ingles, y no indican por
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Cómodo y muy bien la Calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.
+RESPUESTA: positivo
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Calidad regular pero cumple las espectativas
+RESPUESTA: neutro
+
+EJEMPLO: Están muy bien ,calidad excelente
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Qué es el tarea de clasificación de texto?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.
+RESPUESTA: negativo
+
+EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas
+RESPUESTA: positivo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.
+RESPUESTA: neutro
+
+EJEMPLO: Más pequeño de lo esperado
+RESPUESTA: neutro
+
+EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución
+RESPUESTA: neutro
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: Mi pedido aparece como entregado y aún no lo he recibido.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ reembolso
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Bien para lo que cuesta
+RESPUESTA: neutro
+
+EJEMPLO: Todo perfecto por lo que vale.
+RESPUESTA: positivo
+
+EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...
+RESPUESTA: positivo
+
+EJEMPLO: Es muí bonito igual que en la. Foto gracias
+RESPUESTA: positivo
+
+EJEMPLO: No eran las medidas que marcaban
+RESPUESTA: negativo
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.
+RESPUESTA: positivo
+
+EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.
+RESPUESTA: neutro
+
+EJEMPLO: Muy elegante y bonito
+RESPUESTA: positivo
+
+EJEMPLO: Pensé que era más grande
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es el nico es que era más grande
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido
+RESPUESTA: negativo
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: Es genial este producto, desde que lo tengo no he vuelto a fregar los platos con las manos al descubierto. Tiene muchas ventajas, la primera a destacar es la higiene, si no quieres mancharte o mojarte las manos, este es el producto ideal. La segunda a destacar, es que puedes utilizarlo para fregar con agua fría si no quieres gastar agua caliente. Eso si, antes de utilizarlos, hay que lavarlos.
+RESPUESTA: positivo
+
+EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias
+RESPUESTA: negativo
+
+EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.
+RESPUESTA: neutro
+
+EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.
+RESPUESTA: negativo
+
+EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.
+RESPUESTA: positivo
+
+EJEMPLO: No me llegó el producto y ni el vendedor respondía los mensajes.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative EJEMPLO: No me llegó el producto y no el vendedor responda los mensajes.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.
+RESPUESTA: negativo
+
+EJEMPLO: la tela no es la que esperaba
+RESPUESTA: neutro
+
+EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB
+RESPUESTA: neutro
+
+EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.
+RESPUESTA: positivo
+
+EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.
+RESPUESTA: neutro
+
+EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo
+RESPUESTA: negativo
+
+EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.
+RESPUESTA: positivo
+
+EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.
+RESPUESTA: neutro
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.
+RESPUESTA: positivo
+
+EJEMPLO: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Cumle perfectamente su funcionamiento.Recomendable
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco
+RESPUESTA: positivo
+
+EJEMPLO: a mi parecer muy incómodo para jugar
+RESPUESTA: neutro
+
+EJEMPLO: Muy elegante y bonito
+RESPUESTA: positivo
+
+EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.
+RESPUESTA: negativo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: Lo volvería a comprar
+RESPUESTA: positivo
+
+EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho
+RESPUESTA: positivo
+
+EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Muy original para regalar
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.
+RESPUESTA: negativo
+
+EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.
+RESPUESTA: positivo
+
+EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.
+RESPUESTA: negativo
+
+EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.
+RESPUESTA: neutro
+
+EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.
+RESPUESTA: neutro
+
+EJEMPLO: Me encanto. Ya los he comprado varias veces.
+RESPUESTA: positivo
+
+EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.
+RESPUESTA: neutro
+
+EJEMPLO: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative EJEMPLO: El product venia defectuoso y no funcionaba, ademas parece que estaba usado.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.
+RESPUESTA: neutro
+
+EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.
+RESPUESTA: neutro
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.
+RESPUESTA: positivo
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Muy bonitas y el precio genial
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto por lo que vale.
+RESPUESTA: positivo
+
+EJEMPLO: Por el precio que tienen son simplemente perfectos.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Esta muy bien pero me defraudó la frontal ya que no reacciona bien la huella dactilar
+RESPUESTA: neutro
+
+EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje
+RESPUESTA: negativo
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: es de mala calidad y no funciona bien
+RESPUESTA: negativo
+
+EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: No funciona lo he devuelto, no hace nada
+RESPUESTA: negativo
+
+EJEMPLO: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Va bien y es más barato que otras marcas
+RESPUESTA: positivo
+
+EJEMPLO: Para llevarlo en la autocaravana para mi yorsay
+RESPUESTA: positivo
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: No asusta palomas. No sirve para lo que pone.
+RESPUESTA: negativo
+
+EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto
+RESPUESTA: neutro
+
+EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.
+RESPUESTA: neutro
+
+EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos
+RESPUESTA: negativo
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es el recomendación que tiene en la descripción que servia para las máquinas BOSCH as es!! Va fenomenal. De hecho compre una segunda.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.
+RESPUESTA: neutro
+
+EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona
+RESPUESTA: negativo
+
+EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.
+RESPUESTA: positivo
+
+EJEMPLO: Producto con evidentes señales de uso
+RESPUESTA: negativo
+
+EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor
+RESPUESTA: negativo
+
+EJEMPLO: Comoda, y de buena calidad, recomendada
+RESPUESTA: positivo
+
+EJEMPLO: Al principio perfecta pero a las pocas semanas se me fastidió el selector. La pude devolver sin problemas como siempre Amazon y su ejemplar servicio atencion al cliente.
+RESPUESTA: negativo
+
+EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido
+RESPUESTA: negativo
+
+EJEMPLO: No me gusta las pocas especificaciones del producto y las etiquetas arrancadas, eso no me ha gustado.
+RESPUESTA: neutro
+
+EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.
+RESPUESTA: negativo
+
+EJEMPLO: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora
+RESPUESTA: neutro
+
+EJEMPLO: cumple con lo estipulado
+RESPUESTA: neutro
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Muy bueno, cumple perfectamente su cometido
+RESPUESTA: positivo
+
+EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la
+RESPUESTA: negativo
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple con lo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: Cumple su función a la perfección
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.
+RESPUESTA: negativo
+
+EJEMPLO: Muy buena funda, todo perfecto!
+RESPUESTA: positivo
+
+EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.
+RESPUESTA: positivo
+
+EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.
+RESPUESTA: neutro
+
+EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.
+RESPUESTA: positivo
+
+EJEMPLO: Para llevarlo en la autocaravana para mi yorsay
+RESPUESTA: positivo
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO
+RESPUESTA: negativo
+
+EJEMPLO: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ Por qué trabajo, qué es trabajo?
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es un regalo para la profesora..todo perfecto!!
+RESPUESTA: positivo
+
+EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.
+RESPUESTA: positivo
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.
+RESPUESTA: positivo
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.
+RESPUESTA: neutro
+
+EJEMPLO: Rápido y confiable, muy recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: Muy buena funda, todo perfecto!
+RESPUESTA: positivo
+
+EJEMPLO: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero
+RESPUESTA: negativo
+
+EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos
+RESPUESTA: positivo
+
+EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.
+RESPUESTA: negativo
+
+EJEMPLO: No eran las medidas que marcaban
+RESPUESTA: negativo
+
+EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.
+RESPUESTA: negativo
+
+EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la
+RESPUESTA: negativo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: Más pequeño de lo esperado
+RESPUESTA: neutro
+
+EJEMPLO: La esfera es azul marino y pone negra ami no me guata la verdad aparte de eso no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...
+RESPUESTA: positivo
+
+EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona
+RESPUESTA: negativo
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas
+RESPUESTA: neutro
+
+EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema
+RESPUESTA: negativo
+
+EJEMPLO: Descripcion buena. Muy rapido y fiable. Gracias
+RESPUESTA: positivo
+
+EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).
+RESPUESTA: negativo
+
+EJEMPLO: Funciona eso es lo importante
+RESPUESTA: positivo
+
+EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.
+RESPUESTA: neutro
+
+EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio
+RESPUESTA: neutro
+
+EJEMPLO: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ No need to use a texting clasificación de texto. EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.
+RESPUESTA: positivo
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎
+RESPUESTA: neutro
+
+EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.
+RESPUESTA: negativo
+
+EJEMPLO: Excelente material y rapidez en el envio. Recomiendo
+RESPUESTA: positivo
+
+EJEMPLO: es perfecto muy práctico y no provocan molestias al llevarlos. llego correcto y bien embalado en la fecha prevista, buena calidad - precio. buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: Práctica pero le falta que el suelo sea rígido.
+RESPUESTA: neutro
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: Perfecto para uso común donde admita uso de aceite con silicona
+RESPUESTA: positivo
+
+EJEMPLO: El edredón no está mal, pero esperaba mayor calidad en el tejido.Práctico para lavar, pues es fino. En invierno veré si abriga lo suficiente
+RESPUESTA: neutro
+
+EJEMPLO: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto.  RESPUESTA: positivo EJEMPLO: es perfecto muy
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.
+RESPUESTA: neutro
+
+EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.
+RESPUESTA: negativo
+
+EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños
+RESPUESTA: neutro
+
+EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.
+RESPUESTA: positivo
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.
+RESPUESTA: neutro
+
+EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.
+RESPUESTA: negativo
+
+EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.
+RESPUESTA: negativo
+
+EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.
+RESPUESTA: neutro
+
+EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.
+RESPUESTA: positivo
+
+EJEMPLO: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ o es decir, o es decir, o es decir, o es decir, o es decir, o es decir, o es decir, o es decir
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Muy buena calidad. Lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Buen arnés, buenos materiales, bien acabado y muy cómodo para el animal, se nota que va mucho mejor, quizás un pelín aparatoso, pero es lo que conlleva el diseño del propio arnés y sus mullidos.
+RESPUESTA: positivo
+
+EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...
+RESPUESTA: neutro
+
+EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido
+RESPUESTA: negativo
+
+EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.
+RESPUESTA: positivo
+
+EJEMPLO: A los pocos meses se ha puesto negra. No es plata
+RESPUESTA: negativo
+
+EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.
+RESPUESTA: positivo
+
+EJEMPLO: Compre este vapeador para un amigo y es perfecto pero a las primeras de uso ya estaba goteando y le a perdido mucho líquido. 2 botes en un día. Voy a tener que devolverlo.
+RESPUESTA: negativo
+
+EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.
+RESPUESTA: positivo
+
+EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.
+RESPUESTA: positivo
+
+EJEMPLO: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO: I am compreendo a todos los aos y accesorios. Realmente hay poco de lo que pueda usar. Anzuelos muy grande y toscos.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: cumple con lo estipulado
+RESPUESTA: neutro
+
+EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar
+RESPUESTA: negativo
+
+EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.
+RESPUESTA: negativo
+
+EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.
+RESPUESTA: negativo
+
+EJEMPLO: Muy mala experiencia. Te puedes tirar la vida, intentando q se sequen. Una mierda, vamos. 🤬🤬🤬
+RESPUESTA: negativo
+
+EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.
+RESPUESTA: positivo
+
+EJEMPLO: No es que brillen un monton pero estan bien
+RESPUESTA: neutro
+
+EJEMPLO: Es un poco endeble sobretodo en los botones
+RESPUESTA: neutro
+
+EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete
+RESPUESTA: neutro
+
+EJEMPLO: La patilla de las gafas se sale demasiado fácil de la cadena
+RESPUESTA: neutro
+
+EJEMPLO: Demasiado endebles no enganchan bien
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero
+RESPUESTA: negativo
+
+EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO
+RESPUESTA: neutro
+
+EJEMPLO: Muy contento al ver la cara de mi mujeres...
+RESPUESTA: neutro
+
+EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.
+RESPUESTA: negativo
+
+EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete
+RESPUESTA: neutro
+
+EJEMPLO: Solo vale 1 de las 2 entradas
+RESPUESTA: negativo
+
+EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros
+RESPUESTA: neutro
+
+EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).
+RESPUESTA: negativo
+
+EJEMPLO: cumple con lo estipulado
+RESPUESTA: neutro
+
+EJEMPLO: Te deja con la incertidumbre este tomo porque es justo donde queda el anime.
+RESPUESTA: positivo
+
+EJEMPLO: Débil. Se mueve mucho la base.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ eso es el tarea de clasificación de texto.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es suave y como de poner
+RESPUESTA: positivo
+
+EJEMPLO: Para mi es complicada de usar. No pesa bien y no trae unas instrucciones claras para calibrarla bien y poder pesar con ella. No estoy contento con la compra me parece complicada de usar.
+RESPUESTA: neutro
+
+EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida
+RESPUESTA: neutro
+
+EJEMPLO: En la pagina pone que se envian 2 pares y solo llega uno.
+RESPUESTA: neutro
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra
+RESPUESTA: positivo
+
+EJEMPLO: Comodo y facil de colocar.Muy estable.
+RESPUESTA: positivo
+
+EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.
+RESPUESTA: neutro
+
+EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo
+RESPUESTA: neutro
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es cómoda y fácil de conectar, pequeo y manejable. El sonido regular y se oye bastante flojito. No lo volvera a comprar.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.
+RESPUESTA: positivo
+
+EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.
+RESPUESTA: negativo
+
+EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.
+RESPUESTA: neutro
+
+EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui
+RESPUESTA: negativo
+
+EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.
+RESPUESTA: neutro
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..
+RESPUESTA: positivo
+
+EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata
+RESPUESTA: neutro
+
+EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.
+RESPUESTA: positivo
+
+EJEMPLO: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ es perfecto y además va por pilas
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.
+RESPUESTA: positivo
+
+EJEMPLO: Nunca llegué a recibirlo!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...
+RESPUESTA: neutro
+
+EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original
+RESPUESTA: negativo
+
+EJEMPLO: Encaja a la perfección
+RESPUESTA: positivo
+
+EJEMPLO: La esfera es azul marino y pone negra ami no me guata la verdad aparte de eso no lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso
+RESPUESTA: neutro
+
+EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.
+RESPUESTA: negativo
+
+EJEMPLO: No eran las medidas que marcaban
+RESPUESTA: negativo
+
+EJEMPLO: Las planté pero no creció nada!
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ negative
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: No eran las medidas que marcaban
+RESPUESTA: negativo
+
+EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.
+RESPUESTA: positivo
+
+EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.
+RESPUESTA: neutro
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas
+RESPUESTA: negativo
+
+EJEMPLO: Práctica pero le falta que el suelo sea rígido.
+RESPUESTA: neutro
+
+EJEMPLO: Solo viene una en el paquete
+RESPUESTA: neutro
+
+EJEMPLO: Es un regalo para la profesora..todo perfecto!!
+RESPUESTA: positivo
+
+EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.
+RESPUESTA: negativo
+
+EJEMPLO: Perfecto para la medida del cajon
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el lder perfecto
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado
+RESPUESTA: positivo
+
+EJEMPLO: Calidad y buen precio
+RESPUESTA: neutro
+
+EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.
+RESPUESTA: neutro
+
+EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.
+RESPUESTA: negativo
+
+EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor
+RESPUESTA: negativo
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.
+RESPUESTA: positivo
+
+EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.
+RESPUESTA: positivo
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ en el lugar de la casa por un precio similar 15 €
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la
+RESPUESTA: negativo
+
+EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño
+RESPUESTA: neutro
+
+EJEMPLO: Cumple con lo indicado
+RESPUESTA: positivo
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.
+RESPUESTA: positivo
+
+EJEMPLO: Funciona eso es lo importante
+RESPUESTA: positivo
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.
+RESPUESTA: positivo
+
+EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.
+RESPUESTA: negativo
+
+EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio
+RESPUESTA: positivo
+
+EJEMPLO: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha.
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ltima indicada en la propia plancha.
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD
+RESPUESTA: neutro
+
+EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...
+RESPUESTA: neutro
+
+EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero
+RESPUESTA: negativo
+
+EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.
+RESPUESTA: negativo
+
+EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.
+RESPUESTA: negativo
+
+EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.
+RESPUESTA: positivo
+
+EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.
+RESPUESTA: neutro
+
+EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños
+RESPUESTA: neutro
+
+EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.
+RESPUESTA: negativo
+
+EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.
+RESPUESTA: positivo
+
+EJEMPLO: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q...
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ no ha llegado an q
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.
+RESPUESTA: positivo
+
+EJEMPLO: Tiene un tono amarillo
+RESPUESTA: neutro
+
+EJEMPLO: Su precio al que lo coji bastante bueno
+RESPUESTA: positivo
+
+EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.
+RESPUESTA: neutro
+
+EJEMPLO: Sirve, pero no tiene mucha calidad
+RESPUESTA: neutro
+
+EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.
+RESPUESTA: positivo
+
+EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban
+RESPUESTA: neutro
+
+EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.
+RESPUESTA: neutro
+
+EJEMPLO: Perfecto a un precio increíble
+RESPUESTA: positivo
+
+EJEMPLO: Ahorro con respecto al precio en tiendas
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ ahorro con respecto al precio en tiendas
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos
+RESPUESTA: positivo
+
+EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo
+RESPUESTA: negativo
+
+EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%
+RESPUESTA: positivo
+
+EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable
+RESPUESTA: neutro
+
+EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.
+RESPUESTA: neutro
+
+EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.
+RESPUESTA: neutro
+
+EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.
+RESPUESTA: neutro
+
+EJEMPLO: Rápido y confiable, muy recomendable.
+RESPUESTA: positivo
+
+EJEMPLO: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,
+RESPUESTA: negativo
+
+EJEMPLO: De las seis compradas, una me llegó así. Roto el cristal de raíz. No se bien donde escribir para la devolución o sustitucion de solo una de las seis, por eso escribo por aquí. Un saludo. Todo lo demás correcto, el resto funcionando perfectamente.
+RESPUESTA: neutro
+
+EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.
+RESPUESTA: negativo
+
+EJEMPLO: Nunca llegué a recibirlo!!!!
+RESPUESTA: negativo
+
+EJEMPLO: Queda muy bien y te protege el reloj
+RESPUESTA: positivo
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Llegó en el plazo indicado
+RESPUESTA: positivo
+
+EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo
+RESPUESTA: negativo
+
+EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.
+RESPUESTA: negativo
+
+EJEMPLO: Más pequeño de lo esperado
+RESPUESTA: neutro
+
+EJEMPLO: Llegó con una semana de retraso,lo demás todo bien
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ el plazo indicado y se trataba de unregalo y calculé para que llegara de sobra, pero el envo no ha dejado bien o no es tan efectivo como
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada
+RESPUESTA: positivo
+
+EJEMPLO: Està bien para el precio que tiene
+RESPUESTA: neutro
+
+EJEMPLO: Está muy bien, corren y saltan detrás de ellos.
+RESPUESTA: positivo
+
+EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.
+RESPUESTA: neutro
+
+EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas
+RESPUESTA: negativo
+
+EJEMPLO: Ya en la primera carga no duró ni dos horas
+RESPUESTA: negativo
+
+EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.
+RESPUESTA: negativo
+
+EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.
+RESPUESTA: neutro
+
+EJEMPLO: Funciona bien, pero a veces apretando se suelta.
+RESPUESTA: neutro
+
+EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.
+RESPUESTA: neutro
+
+EJEMPLO: Está muy bien a mí hijo le encantó
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ positive EJEMPLO:
+
+
+PARSE RESULT
+
+ ['']
+
+
+PROMPT INPUT
+
+  Necesito que me ayudes en una tarea de clasificación de texto.
+
+
+EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores
+RESPUESTA: positivo
+
+EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.
+RESPUESTA: positivo
+
+EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.
+RESPUESTA: positivo
+
+EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan
+RESPUESTA: positivo
+
+EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color
+RESPUESTA: positivo
+
+EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.
+RESPUESTA: neutro
+
+EJEMPLO: es de mala calidad y no funciona bien
+RESPUESTA: negativo
+
+EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.
+RESPUESTA: positivo
+
+EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.
+RESPUESTA: neutro
+
+EJEMPLO: Queda muy chula en el coche lo unico que en las especificaciones pone color blanco,,y es de color plateado,no se nota mucho
+RESPUESTA: neutro
+
+EJEMPLO: El color es el que esperaba aunque la calidad y el remate es muy normalito
+RESPUESTA:
+
+
+MODEL OUTPUT
+
+ color
+
+
+PARSE RESULT
+
+ ['']
+
+
+
+
[78]:
+
+
+
sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[78]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_04_test_flant5_classification_prompts_68_1.png +
+
+
+
+
+

Conclusiones#

+
    +
  • Parece que con el modelo Flan-t5-small, el mejor resultado se obtiene añadiendo más ejemplot y quitando la instrucción del prompt

  • +
  • Parece que muchas veces los textos inyectados hacen que supere el tamaño del prompt. Sería bueno añadir algo que te permitiese controlar el número de textos máximos según el tamaño del prompt que admite el modelo seleccionado

  • +
+
+
+ +
+
+ +
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/notebooks/04_test_flant5_classification_prompts.ipynb b/notebooks/04_test_flant5_classification_prompts.ipynb new file mode 100644 index 0000000..69ef162 --- /dev/null +++ b/notebooks/04_test_flant5_classification_prompts.ipynb @@ -0,0 +1,70314 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "73d808a5-a4dd-4ec5-b4bc-438f1dd5596f", + "metadata": {}, + "source": [ + "# Flan-t5-Small - Test Classification Prompts" + ] + }, + { + "cell_type": "markdown", + "id": "7ffd3703-20b9-46b6-8ad3-502ec27d2e49", + "metadata": {}, + "source": [ + "In this notebook we are going to use the **Amazon Review Dataset** to test Promptmeteo in the sentiment analysis task" + ] + }, + { + "cell_type": "markdown", + "id": "dad1d69f-59bf-4f34-9000-46e5851d99f6", + "metadata": {}, + "source": [ + "## 1. Data Preparation - EN - Build sentiment dataset." + ] + }, + { + "cell_type": "markdown", + "id": "7993f034-cdd6-4424-b6d1-5917b0638583", + "metadata": {}, + "source": [ + "The dataset contains reviews from Amazon in English collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.). The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language." + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "d2c9f56c-4717-42a8-b9d4-cfcc20215f99", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 2)
REVIEWTARGET
strstr
"I reuse my Nes…"positive"
"Fits great kin…"positive"
"Movie freezes …"negative"
"This is my thi…"positive"
"For the money,…"neutral"
" + ], + "text/plain": [ + "shape: (5, 2)\n", + "┌───────────────────────────────────┬──────────┐\n", + "│ REVIEW ┆ TARGET │\n", + "│ --- ┆ --- │\n", + "│ str ┆ str │\n", + "╞═══════════════════════════════════╪══════════╡\n", + "│ I reuse my Nespresso capsules an… ┆ positive │\n", + "│ Fits great kinda expensive but i… ┆ positive │\n", + "│ Movie freezes up. Can't watch it… ┆ negative │\n", + "│ This is my third G-shock as I ha… ┆ positive │\n", + "│ For the money, it's a good buy..… ┆ neutral │\n", + "└───────────────────────────────────┴──────────┘" + ] + }, + "execution_count": 1, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import polars as pl\n", + "import sys; sys.path.append('..')\n", + "\n", + "data = pl.read_parquet('../data/amazon_reviews_en/amazon_reviews_multi-test.parquet')\n", + "sql = pl.SQLContext()\n", + "sql.register('data', data)\n", + "\n", + "sentiment_data = sql.execute(\"\"\"\n", + " SELECT\n", + " review_body as REVIEW,\n", + " CASE\n", + " WHEN stars=1 THEN 'negative'\n", + " WHEN stars=3 THEN 'neutral'\n", + " WHEN stars=5 THEN 'positive'\n", + " ELSE null\n", + " END AS TARGET,\n", + " FROM data\n", + " WHERE stars!=2 AND stars!=4;\n", + " \"\"\").collect().sample(fraction=1.0, shuffle=True, seed=0)\n", + "\n", + "train_reviews = sentiment_data.head(500).select('REVIEW').to_series().to_list()\n", + "train_targets = sentiment_data.head(500).select('TARGET').to_series().to_list()\n", + "\n", + "test_reviews = sentiment_data.tail(200).select('REVIEW').to_series().to_list()\n", + "test_targets = sentiment_data.tail(200).select('TARGET').to_series().to_list()\n", + "\n", + "sentiment_data.head()" + ] + }, + { + "cell_type": "markdown", + "id": "34b211cc-0fcf-47a9-ad80-edd70577648b", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "6f43c63d-b523-418b-bee8-6faf65186e61", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "37078106-46f9-4f2b-8719-199fef2aad51", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "51e6344e-549f-4c33-8ba9-6256e47c2c09", + "metadata": {}, + "source": [ + "## 2. EN - Sin entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "9153b637-b41b-42a0-8cb5-2f7d273ee842", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "98ff2491-70ae-48b4-a887-e1f81c33ef8a", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Please provide a step-by-step argument for your answer, explain why you\n", + " believe your final choice is justified, and make sure to conclude your\n", + " explanation with the name of the class you have selected as the correct\n", + " one, in lowercase and without punctuation.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class as a single word, in\n", + " lowercase, without punctuation, and without adding any other statements or\n", + " words.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "b491bbff-68ae-4265-a08a-56108ed94fdb", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: It keeps the litter box smelling nice. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Installed this on our boat and am very happy with the results. Great product! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Easy to install, but very thin \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: It was dried out when I opened package. Was very disappointed with this product. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Corner of pop socket is faded I would like a new one! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This Christmas window sticker receive very small, not look like the picture.z \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The low volume is quite good just a little louder than expected but that’s okay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Lights are not very bright \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Works good; Never mind expire date, those are contrived. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Just like you would get at the dollar store. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Product is of lower quality \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund ! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [['positive', 'negative', 'positive']]\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Really, really thin. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Does the job, but wish I had ordered the stand \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: On first use it didn't heat up and now it doesn't work at all \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The nozzle broke after a week and I reached out to the seller but got no response \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include \"new driver\" for when people graduate out of being a student driver. (for use after you pass the road test, etc.) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Much smaller than anticipated. More like a notepad size than a book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: My cats have no problem eating this . I put it in their food . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Amazon never deliver the items. Horrible customer service. Considering new purchase choices. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great price. Good quality. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Seal was already broken when I opened the container and it looked like someone had used it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Good quality and price. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Does what it says, works great. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This item is smaller than I thought it would be but it works great! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a \"full charge\" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The outer packing was rotten by the time it arrived and it can not be returned. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: not what i exspected! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: washes out very quickly \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: way smaller than exspected \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Only 6 of the 12 lights were included... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4\" and it's bit bit long. I just knotted the corners of the bottom hem...that works. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Peeled off very quickly. Looked good for a short while; maybe a day. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Finger print scanned does not work with it on \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Love these rollers! Very compact and easy to travel with! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [['negative', 'negative', 'positive']]\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Very breathable and easy to put on. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: never received my order \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great story, characters and everything else. I can not recommend this more! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: My girls love them, but the ball that lights up busted as soon as I removed from the package. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: well built for the price \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I'm almost done with this book, but its a little too wordy and not intense enough for me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Fit as expected to replace broken cover \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This item takes 2 AA batteries not 2 C batteries like it says \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Came with 2 pens missing from the box. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Adhesive is good. Easy to apply. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Was not delivered!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This thing is EXACTLY what is described, 10/10 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I ordered this phone for my daughter and the \"unlocked dual phone \" is misleading as it came LOCKED & in Chinese!😡 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Have not used at night yet \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I like everything about this book and the fine expert author who also provides vital information on T.V. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product.. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I have returned it. Did not like it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: this was sent back, because I did not need it \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Works well, was great for my Injustice 2 Harley Quinn cosplay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Does not dry like it is supposed to. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Right earbud has given our after less than 6 months of use. Do not buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: one bag was torn when it's delivered \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: ear holes are smaller so i can hurt after long use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Not happy. Not what we were hoping for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The top part of the cover does not stay on. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Last me only couple of week \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I not going to buy it again \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Very cute short curtains just what I was looking for for my new farmhouse style decor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Just as good as the other speck phone cases. It is just prettier \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE? \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Was OK but not wonderful \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: They were exactly what I was looking for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great,just what I want \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great fit... very warm.. very comfortable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I was disappointed with these. I thought they would be heavier. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I liked the color but the product don't stay latched or closed after putting any cards in the slots \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Very thin, see-through material. The front is much longer than the back. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Didnt get our bones at all \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Easy to install. Looks good. Works well. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: They don’t even work. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: These are good Ukulele picks, but I still perfer to use my own fingers. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [['positive', 'negative', 'positive']]\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I don't think we have seen much difference. Maybe we aren't doing it right. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Listed to fit 2019 Subaru Forester. It doesn't fit 2019. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [['negative', 'negative', 'neutral']]\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: pretty case doesnt have any protection on front of phone so you will need an additional screen protector \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Everyone got a good laugh \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Honestly this says 10oz my bottles I received wore a 4oz bottle \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great lite when plugged in, but light is much dimmer when used on battery mode. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I love that it keeps the wine cold. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Easy to install and keep my threadripper nice and cool! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: My dog is loving her new toy. She has torn up others very quick, so far so good here. L \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Tip broke after a few weeks of use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " [['negative', 'negative', 'positive']]\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I have been using sea salt and want to mix this in for the iodine. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: NOT ENOUGH CHEESE PUFFS \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: They were beautiful and worked great for the agape items I needed them for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "Input text: Great product. Good look. JUST a little tough to remove. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 0,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "2be899fa-c6ad-4191-a9fa-410ce5a72a40", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 5, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "76722bfe-f1b9-47fe-9f87-2bc9f97062ca", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "id": "349e834b-a836-4093-b705-210ccc618c90", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Think step by step you answer.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class predicted.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "988735fe-a05b-4c01-a4a4-4c262f28add1", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: It keeps the litter box smelling nice. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Installed this on our boat and am very happy with the results. Great product! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Easy to install, but very thin \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: It was dried out when I opened package. Was very disappointed with this product. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Corner of pop socket is faded I would like a new one! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This Christmas window sticker receive very small, not look like the picture.z \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The low volume is quite good just a little louder than expected but that’s okay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Lights are not very bright \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Works good; Never mind expire date, those are contrived. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Just like you would get at the dollar store. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Product is of lower quality \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund ! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Really, really thin. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Does the job, but wish I had ordered the stand \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: On first use it didn't heat up and now it doesn't work at all \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The nozzle broke after a week and I reached out to the seller but got no response \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include \"new driver\" for when people graduate out of being a student driver. (for use after you pass the road test, etc.) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Much smaller than anticipated. More like a notepad size than a book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: My cats have no problem eating this . I put it in their food . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Amazon never deliver the items. Horrible customer service. Considering new purchase choices. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great price. Good quality. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Seal was already broken when I opened the container and it looked like someone had used it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Good quality and price. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Does what it says, works great. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This item is smaller than I thought it would be but it works great! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a \"full charge\" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The outer packing was rotten by the time it arrived and it can not be returned. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: not what i exspected! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: washes out very quickly \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: way smaller than exspected \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Only 6 of the 12 lights were included... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4\" and it's bit bit long. I just knotted the corners of the bottom hem...that works. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Peeled off very quickly. Looked good for a short while; maybe a day. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Finger print scanned does not work with it on \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Love these rollers! Very compact and easy to travel with! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Very breathable and easy to put on. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: never received my order \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great story, characters and everything else. I can not recommend this more! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: My girls love them, but the ball that lights up busted as soon as I removed from the package. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: well built for the price \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I'm almost done with this book, but its a little too wordy and not intense enough for me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Fit as expected to replace broken cover \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This item takes 2 AA batteries not 2 C batteries like it says \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Came with 2 pens missing from the box. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Adhesive is good. Easy to apply. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Was not delivered!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This thing is EXACTLY what is described, 10/10 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I ordered this phone for my daughter and the \"unlocked dual phone \" is misleading as it came LOCKED & in Chinese!😡 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Have not used at night yet \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I like everything about this book and the fine expert author who also provides vital information on T.V. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product.. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I have returned it. Did not like it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: this was sent back, because I did not need it \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Works well, was great for my Injustice 2 Harley Quinn cosplay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Does not dry like it is supposed to. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Right earbud has given our after less than 6 months of use. Do not buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: one bag was torn when it's delivered \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: ear holes are smaller so i can hurt after long use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Not happy. Not what we were hoping for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The top part of the cover does not stay on. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Last me only couple of week \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I not going to buy it again \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Very cute short curtains just what I was looking for for my new farmhouse style decor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Just as good as the other speck phone cases. It is just prettier \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE? \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Was OK but not wonderful \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: They were exactly what I was looking for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great,just what I want \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great fit... very warm.. very comfortable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I was disappointed with these. I thought they would be heavier. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I liked the color but the product don't stay latched or closed after putting any cards in the slots \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Very thin, see-through material. The front is much longer than the back. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Didnt get our bones at all \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Easy to install. Looks good. Works well. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: They don’t even work. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: These are good Ukulele picks, but I still perfer to use my own fingers. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I don't think we have seen much difference. Maybe we aren't doing it right. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Listed to fit 2019 Subaru Forester. It doesn't fit 2019. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: pretty case doesnt have any protection on front of phone so you will need an additional screen protector \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Everyone got a good laugh \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Honestly this says 10oz my bottles I received wore a 4oz bottle \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great lite when plugged in, but light is much dimmer when used on battery mode. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I love that it keeps the wine cold. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Easy to install and keep my threadripper nice and cool! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: My dog is loving her new toy. She has torn up others very quick, so far so good here. L \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Tip broke after a few weeks of use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I have been using sea salt and want to mix this in for the iodine. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: NOT ENOUGH CHEESE PUFFS \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: They were beautiful and worked great for the agape items I needed them for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "Input text: Great product. Good look. JUST a little tough to remove. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 0,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "72e3901c-78c7-4661-85ea-740dcdc46456", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 8, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "f4d90c0d-2e7c-4b4c-8042-2ac1b7c57c04", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "0b321800-3b21-47f3-b8dc-233f4856722d", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 16, + "id": "162cfb3f-d20e-4575-8e1a-93b29a5440dc", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: It keeps the litter box smelling nice. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Installed this on our boat and am very happy with the results. Great product! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Easy to install, but very thin \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: It was dried out when I opened package. Was very disappointed with this product. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Corner of pop socket is faded I would like a new one! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This Christmas window sticker receive very small, not look like the picture.z \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The low volume is quite good just a little louder than expected but that’s okay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Lights are not very bright \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Works good; Never mind expire date, those are contrived. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Just like you would get at the dollar store. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Product is of lower quality \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund ! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Really, really thin. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Does the job, but wish I had ordered the stand \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: On first use it didn't heat up and now it doesn't work at all \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The nozzle broke after a week and I reached out to the seller but got no response \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include \"new driver\" for when people graduate out of being a student driver. (for use after you pass the road test, etc.) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Much smaller than anticipated. More like a notepad size than a book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: My cats have no problem eating this . I put it in their food . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Amazon never deliver the items. Horrible customer service. Considering new purchase choices. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great price. Good quality. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Seal was already broken when I opened the container and it looked like someone had used it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Good quality and price. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Does what it says, works great. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This item is smaller than I thought it would be but it works great! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a \"full charge\" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The outer packing was rotten by the time it arrived and it can not be returned. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: not what i exspected! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: washes out very quickly \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: way smaller than exspected \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Only 6 of the 12 lights were included... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4\" and it's bit bit long. I just knotted the corners of the bottom hem...that works. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Peeled off very quickly. Looked good for a short while; maybe a day. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Finger print scanned does not work with it on \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Love these rollers! Very compact and easy to travel with! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Very breathable and easy to put on. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: never received my order \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great story, characters and everything else. I can not recommend this more! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: My girls love them, but the ball that lights up busted as soon as I removed from the package. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: well built for the price \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I'm almost done with this book, but its a little too wordy and not intense enough for me. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Fit as expected to replace broken cover \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This item takes 2 AA batteries not 2 C batteries like it says \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Came with 2 pens missing from the box. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Adhesive is good. Easy to apply. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Was not delivered!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This thing is EXACTLY what is described, 10/10 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I ordered this phone for my daughter and the \"unlocked dual phone \" is misleading as it came LOCKED & in Chinese!😡 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Have not used at night yet \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I like everything about this book and the fine expert author who also provides vital information on T.V. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product.. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I have returned it. Did not like it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: this was sent back, because I did not need it \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Works well, was great for my Injustice 2 Harley Quinn cosplay \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Does not dry like it is supposed to. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Right earbud has given our after less than 6 months of use. Do not buy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: one bag was torn when it's delivered \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: ear holes are smaller so i can hurt after long use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Not happy. Not what we were hoping for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The top part of the cover does not stay on. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Last me only couple of week \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I not going to buy it again \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Very cute short curtains just what I was looking for for my new farmhouse style decor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Just as good as the other speck phone cases. It is just prettier \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE? \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Was OK but not wonderful \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: They were exactly what I was looking for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great,just what I want \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great fit... very warm.. very comfortable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I was disappointed with these. I thought they would be heavier. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I liked the color but the product don't stay latched or closed after putting any cards in the slots \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Very thin, see-through material. The front is much longer than the back. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Didnt get our bones at all \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Easy to install. Looks good. Works well. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: They don’t even work. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: These are good Ukulele picks, but I still perfer to use my own fingers. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I don't think we have seen much difference. Maybe we aren't doing it right. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Listed to fit 2019 Subaru Forester. It doesn't fit 2019. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: pretty case doesnt have any protection on front of phone so you will need an additional screen protector \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Everyone got a good laugh \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Honestly this says 10oz my bottles I received wore a 4oz bottle \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great lite when plugged in, but light is much dimmer when used on battery mode. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I love that it keeps the wine cold. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Easy to install and keep my threadripper nice and cool! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: My dog is loving her new toy. She has torn up others very quick, so far so good here. L \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Tip broke after a few weeks of use. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I have been using sea salt and want to mix this in for the iodine. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: NOT ENOUGH CHEESE PUFFS \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: They were beautiful and worked great for the agape items I needed them for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + " \n", + "\n", + "Input text: Great product. Good look. JUST a little tough to remove. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 0,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "id": "1e9e883b-9e4a-468c-86dd-0f8900ea1544", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 17, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "c703c30f-d696-4379-84a3-c536a6d7f565", + "metadata": {}, + "source": [ + "## 3. EN - Con entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "71ce3032-eaa0-4ba9-b7ff-2f455f57a66f", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "id": "ef488d68-63b3-4f15-8e4c-d56633ddb147", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Please provide a step-by-step argument for your answer, explain why you\n", + " believe your final choice is justified, and make sure to conclude your\n", + " explanation with the name of the class you have selected as the correct\n", + " one, in lowercase and without punctuation.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class as a single word, in\n", + " lowercase, without punctuation, and without adding any other statements or\n", + " words.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "id": "172c20d7-cecb-44ef-9fff-82d075b1d53f", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really can't say because cat refused to try it. I gave it to someone else to try\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It keeps the litter box smelling nice.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Installed this on our boat and am very happy with the results. Great product!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (610 > 512). Running this sequence through the model will result in indexing errors\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to install, but very thin\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great beginning to vampire series. It is nice to have a background upon which a series is based. I look forward to reading this series\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was dried out when I opened package. Was very disappointed with this product.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This is the second one of these that I have purchased. It is an excellent platform for a foam or conventional mattress. It is totally sturdy, and looks nice. I highly recommend it. There are many frames out there that will cost you much more, but this does the trick.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The description of this product indicated that it would have a cosmetic flaw only. This pendant is missing the socket. There is no place to put the light bulb.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Corner of pop socket is faded I would like a new one!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The product did not work properly, after having it installed the check engine light came back on\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It doesn’t stick to my car and it’s to big\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This Christmas window sticker receive very small, not look like the picture.z\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect size and good quality. Great for cupcakes\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The filters arrived on time. The quality is as expected.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The low volume is quite good just a little louder than expected but that’s okay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lights are not very bright\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: this item and the replacement were both 6 weeks past the expiration date\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works good; Never mind expire date, those are contrived.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just like you would get at the dollar store.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product is of lower quality\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Hair is perfect for low temp curling but not realistic. This is a tiny head from the movie Beatle juice . Not for advanced cutting class\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Range is not too great\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund !\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: asian size is too small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really, really thin.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I can't wear these all day. Snug around the toes.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too big and awkward for your counter\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does the job, but wish I had ordered the stand\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: On first use it didn't heat up and now it doesn't work at all\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is at least the 4th hose I've tried. I had high hopes, but the metal parts are cheap and it leaks from the connector. The \"fabric??\" of the hose retains water and stays wet for hours or days depending on how hot - or not - the weather is. I do not recommend this product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The nozzle broke after a week and I reached out to the seller but got no response\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not worth your time. PASS.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include \"new driver\" for when people graduate out of being a student driver. (for use after you pass the road test, etc.)\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than anticipated. More like a notepad size than a book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My cats have no problem eating this . I put it in their food .\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Amazon never deliver the items. Horrible customer service. Considering new purchase choices.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product! No complaints!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great price. Good quality.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Seal was already broken when I opened the container and it looked like someone had used it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: the quality is okay. i would give 3 start rating for this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Good quality and price.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does what it says, works great.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This item is smaller than I thought it would be but it works great!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: FIRE HAZARD DO NOT PURCHASE. Used once as instructed wires melted and caught fire!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this just about 6 months agi and is already broken. Just does not charge the computer and is as good as stone. Would not recommend this and instead buy the original from he Mac store. This product is not worth the price.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a \"full charge\" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The outer packing was rotten by the time it arrived and it can not be returned.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: past is not enough strong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: not what i exspected!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never bought this product so why the hell isn't showing up in my order history\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, do not think this is quality stainless steel. The leafs of the steamer were sticking together and not opening smoothly. Poor quality in comparison to the Pyrex brand I had for 15 years. Returned.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: washes out very quickly\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a very helpful book. Easy to understand and follow. Much rather follow these steps than take prescription meds. There used to be an app that worked as a daily checklist from the books suggestions, but now I cannot find the app anymore. Hope it comes back or gets updated.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: A bit taller than expected. I’m 5’11 & use these at the shortest adjustment. Would be nice to shorten for going up hill. They do extend for going down hill.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: way smaller than exspected\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: These raw cashews are delicious and fresh.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Super cute and would be effective for the average chewer. My dog had the east of in less than a minute. I liked that when the limbs were removed, the stuffing wasn't exposed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Water pump works perfectly and arrived as promised.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I am very upset and disappointed, a month ago I bought this axial and the second time I went to use it, the control stopped working, the car did not roll or move the direction to any side, I took it to check with a technician and made several tests connecting different controls to the car and it worked perfect but when we put back the control that brought the car did not work, very annoying since in theory this is one of the best cars and brands that are in the market\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: did not work, spit out fog oil ,must have got a bad one\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Only 6 of the 12 lights were included...\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: There are no pockets for organization inside this bag. There are flat divided areas on the outside but not convenient. The material is good and has been durable thus far.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4\" and it's bit bit long. I just knotted the corners of the bottom hem...that works.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Peeled off very quickly. Looked good for a short while; maybe a day.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Finger print scanned does not work with it on\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I just got these in the mail. Work for like a minute and than gives me the accessory is not supported by this iPhone. I have the iPhone 7. It’s really wack for a deal of two of them\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love these rollers! Very compact and easy to travel with!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very breathable and easy to put on.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: never received my order\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this modem/router about two years ago. At the start it seemed to be ok but for the last year plus I’ve had problems with it dropping the internet. This happens on all my devices both Wi-Fi and wired. The only way to restore service was to do a AC power reset. This was happening once or twice a day. Comcast came out, ran a new coax line from the pedestal to the house and boosted the signal level. Same problem. The Arris Tech guys were great but could not solve the problem. Additionally, I lost the 5G service on three occasions. I had to do a factory reset to restore this. I cannot recommend this modem/router based upon my experiences. I purchased a Netgear AC1900 modem/router. It’s fantastic. I’v Had it for over a week with no problems. It’s faster and the range is greater than the Arris. I read online that other people have had problems with the Arris modem/router connected to Comcast. If you have Comcast internet I do not recommend this Arris modem/router. Get the Netgear, its much more reliable.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When we received the scoreboard it was broken. We called for support and left our number for a call back. 3 days later no call. Terrible service!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great story, characters and everything else. I can not recommend this more!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really Like this ring light! It is wonderful for the price and it gets the job done! The only issue is the light bulb heats up too fast and the light goes out, so I have to turn it off wait for a while then turn it back on. I don't think that is supposed to happen...I don't know if I have a defective light or what, but it is a very nice ring light besides the overheating.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My girls love them, but the ball that lights up busted as soon as I removed from the package.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: well built for the price\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Enjoyable but at times confusing and difficult to follow.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I'm almost done with this book, but its a little too wordy and not intense enough for me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fit as expected to replace broken cover\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These rings are dainty & adorable! Can be worn alone or stacked. The craftsmanship put into these rings, is very evident! I will definitely be buying more!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item takes 2 AA batteries not 2 C batteries like it says\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My paper towels kept falling off\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Came with 2 pens missing from the box.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product will recomend\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was very easy to install on my laptop.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Adhesive is good. Easy to apply.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Solid performer until the last quart of oil was being drawn out, then it started to spray oil out of the top.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Item description says \"pack of 3\" but I only received 1\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Item was used/damaged when I received it. Seal on the box was broken so I checked everything before install and it looks like the power/data connections are burnt. Returning immediately.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This system is not as simple & straight-forward to program as one with fewer tech capabilities. The voice quality of the Caller ID announcement is poor & there are multiple steps to use Call Block and to access, then erase, Messages. However, the large capacity to store Blocked Calls is a major reason for the purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Was not delivered!!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thought this was a magnetic sticker, I was mistaken.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Pretty dam good cutters\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This thing is EXACTLY what is described, 10/10\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Belt loops were not fastened upon opening. They were not stitched.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not worth your time. PASS.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This is a nice headset but I had a hard time trying to switch the language on it to English\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered this phone for my daughter and the \"unlocked dual phone \" is misleading as it came LOCKED & in Chinese!😡\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Use at your own risk. My wife and I both had burning sensation and skin reactions. No history of sensitive skin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Have not used at night yet\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this series. The main characters are unusual and very damaged from a terrible childhood. Will is an excellent investigator but due to a disability he believes he is illiterate. Slaughter does a very good job showing how people with dyslexia learn ways to hide their limitations. It will be interesting to see how these characters play out in the future. I understand that Slaughter brings some of the characters from the Grant County series to this series. The crimes are brutal. I'm sure this is a good representation of what police come across in their career. The procedural is well done and kept me interested from start to finish. I'm looking forward to reading more of this series soon.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great book for daily living\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like everything about this book and the fine expert author who also provides vital information on T.V.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product is a good deal as far as price and the amount of softgels. I also like that it has a high EPA and DHA formula. The only thing I don't like is the fish burps. Maybe they need to add more lemon to the formula\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first time I bought it the smell was barely noticeable, this time however it smells terrible. Not sure why the smell change if the formula didn't change but the smell makes it hard to use. I guess I would rather it smell bad than be sick though...\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product..\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have returned it. Did not like it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results .\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: this was sent back, because I did not need it\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Works good but wears up fast.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works well, was great for my Injustice 2 Harley Quinn cosplay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Does not dry like it is supposed to.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These earbuds are really good.. I bought them for my wife and she is really impressed.. good sound quality.. no problem connecting to her phone.. and they look really good.. i like how the charging box looks as well.. i really think these are as good as the name brand buds.. would recommend to anyone..\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Right earbud has given our after less than 6 months of use. Do not buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: one bag was torn when it's delivered\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Total crap wouldn't even plug into the phone the pins were bent before I even tried to use it\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: ear holes are smaller so i can hurt after long use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Remote does work well, however the batteries do not last long. Disappointing.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can't wait for the next book to be published.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: don't like it, too lumpy\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not happy. Not what we were hoping for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The screen protector moves around and doesn't stick so it pops off or slides around\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The top part of the cover does not stay on.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Smell doesn't last as long as I would like. When first opened, it smells great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Last me only couple of week\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Will continue to buy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I not going to buy it again\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I reuse my Nespresso capsules and these fit perfectly and keep all coffee grounds out.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cute short curtains just what I was looking for for my new farmhouse style decor\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I mean the case looks cool. I don’t know anything about functionality but they sent me a iPhone 8 Plus case. The title says 6 plus, I ordered a 6 plus and there was no option on selecting another iPhone size beside 6 and 6 plus so I’m very disappointed in the service\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just as good as the other speck phone cases. It is just prettier\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: There was some question on as to whether or not these were solid stainless steel or not on the listing. Since the seller made a point of saying they were solid, I decided to give it a shot. The bad news: my grill was 1/2\" too wide, so I had to saw off the nubs on the end of the grates to fit. The good news: they are definitely solid stainless as advertised, so I am not worried about these grates de-laminating like my old factory grates. Glad I bought these. They look great, well-constructed and feel heavy duty. Can't wait to fire up the grill!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Our family does a game night most weeks and I got this thinking it would be fun to play. And it was. We played it 3 times (2 adults and 2 kids, 11 and 10) before we figured out how to win every time. Even the \"more challenging\" level is just more flooding, which, once solved, isn't much of a challenge. I was hoping for re-playability, but we've taken this one out of the rotation. Fun and interesting the first couple of times through, though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not all the colors of beads were included with my kit\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just got the product and tested over the weekend for a big party. It turned out great for the 8lb ribs my hubby cooked. Got lots of compliments from the guests!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE?\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Did not fit very well\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Was OK but not wonderful\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were exactly what I was looking for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My son Loves it for his 6 years old birthday! The package including everything you need. Highly recommend\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great,just what I want\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great fit... very warm.. very comfortable\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: After I gave it to my pet bunny, she didn't like it as much.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is definitely the shampoo the Stars use. My hair is never smelt better or felt softer in my entire life. I felt like a model walking down the street with my hair bouncing and blowing in the wind. I highly recommend this product. I did not use it for a drug test, I just wanted to see if it would clean out the impurities from my hair which it seems to have done.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: 3 1/2 Stars Remedy is a brothers best friend romance as well as a second chance romance mixed into one. It's a unique story, and the hero (Grady) has to do everything to get Collins back and prove he's the guy for her. Three years ago, Grady and Collins had an amazing night together. Collins thought she was finally getting everything she dreamed of, her brothers best friend... but when she woke up alone the next morning, and never heard from her, things definitely changed. Now Grady is back, and he's not leaving, and he's doing everything in his power to prove to her why he left, and that he's not giving her up this time around. While I loved the premise of this story, and at times Grady, he really got on my nerves. I totally understand his reasoning for leaving that night, but to not even send a letter to Collins explaining himself? To leave her wondering and hurt for all those years, and then expect her to welcome him back with open arms? Was he delusional?! Collins was right to be upset, angry, hurt, etc. She was right to put up a fight with him when he wanted her back and to move forward. I admire her will power, because Grady was persistent. I loved Collins in this book, she was strong, and she guarded her heart, and I admired her for that. Sure she loved Grady, but she was scared, and hesitant to let him back in her life, who wouldn't be after what he did to her? Her character was definitely my favorite out of the two. She definitely let things go at the pace she wanted, and when she was ready to listen, she listened. There is a lot of angst in this book, and I did enjoy watching these two reconnect when Collins started to forgive Grady, I just wish Grady would have not come off as so whiney and would have been a little more understanding. He kept saying he understood, but at times he was a little too pushy to me, and then he was sweet towards the end. I ended up loving him just as much as Collins, but in the beginning of the book, I had a hard time reading his points of view because I couldn't connect with his character. The first part of this book, was not my favorite, but he second part? I adored, hence my rating. If you like second chance, and brothers best friend romances, you may really enjoy this book, I just had a hard time with Grady at first and how he handled some of the things he did.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My husband is in law enforcement and loves this bag.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does not give out that much light\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought these for a Nerf battle birthday party for my son. We put buckets of these bullets out on the battlefield and they worked great! Highly recommend!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was disappointed with these. I thought they would be heavier.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I liked the color but the product don't stay latched or closed after putting any cards in the slots\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very thin, see-through material. The front is much longer than the back.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4\"\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Didnt get our bones at all\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install. Looks good. Works well.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: they stopped working\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They don’t even work.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are good Ukulele picks, but I still perfer to use my own fingers.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Never noticed a big difference than a normal brush.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't think we have seen much difference. Maybe we aren't doing it right.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The small wrench was worthless. Ended up having to buy a new blender.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Listed to fit 2019 Subaru Forester. It doesn't fit 2019.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I read a review from someone stating that this case had a lip on it to protect the screen. That person is mentally insane because there is zero lip what so ever. very annoyed\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: pretty case doesnt have any protection on front of phone so you will need an additional screen protector\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Everyone got a good laugh\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I'm really pissed off about this tiny brush that was sent with the bottle. This has to be a joke. I've purchased smaller water bottles and received a brush bigger/better than this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Honestly this says 10oz my bottles I received wore a 4oz bottle\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Didn't expect much for the price, and that's about what I got. It covers and protects my table, just have to live with a grid of folds from packaging. Seller advised to use a hair dryer to flatten out the wrinkles, but it was a very painstakingly slow process that only took some of the sharp edges off of the folds, didn't make much difference. Going to invest in something better (and much more expensive) for daily use, this is OK for what it does.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not give out that much light\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great lite when plugged in, but light is much dimmer when used on battery mode.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love that it keeps the wine cold.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Disappointed. There's this pink discoloration all over the back of the shirt. It's like someone already wore this\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to install and keep my threadripper nice and cool!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The beige mat looked orange on my beige flooring so I returned it and ordered a gray mat from another company that was $7 less to be safe on the color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My dog is loving her new toy. She has torn up others very quick, so far so good here. L\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Tip broke after a few weeks of use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Don't buy this game the physics are terrible and I am so mad at this game because probably there are about 40 hackers on every single game and the game. Don't doesn't even do anything about it you know they just let the hackers do whatever they want and then they do know that the game is terrible but they're doing absolutely nothing about it and the game keeps on doing updates about their characters really what they should be updating is the physics because it's terrible don't buy this game the physics are terrible and mechanics are terrible the people that obviously the people that built this game was high or something because it's one of the worst games I've honestly ever played in my life I would rather play Pixel Games in this crap it's one of the worst games don't buy\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have been using sea salt and want to mix this in for the iodine.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product exceeded my expectations. I am not good about cleaning my make up brushes. In fact when I received this cleaner it had been months since I last cleaned them. So I figured at best they should be a little better off. It was better than that! My brushes are like new! A couple I needed to clean two times, but considering how much build up on them there was, was completely warranted. I’m so excited that I discovered this product as I finally have a reason to buy nicer brushes! Clean up was easy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have three of these linked together. As many of the other reviews said, the legs are weak and prone to breakage even with careful use. It is best to provide some other means of support and not use the legs. Also the gaskets at the fittings do not seal well. I used RTV silicone sealant when assembling the water fittings to stop the leakage. These units are doing a good job heating my pool.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: NOT ENOUGH CHEESE PUFFS\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Quality product. I just wish there were choices for the cover, it's hideous.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Loved the dress fitted like a glove nice material and it feels great\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were beautiful and worked great for the agape items I needed them for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Please provide a step-by-step argument for your answer, explain why you believe your final choice is justified, and make sure to conclude your explanation with the name of the class you have selected as the correct one, in lowercase and without punctuation. In your response, include only the name of the class as a single word, in lowercase, without punctuation, and without adding any other statements or words.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product. Good look. JUST a little tough to remove.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 5,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "id": "3464d7f9-51c4-4645-87e2-bd519298003c", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 26, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAf8AAAGiCAYAAADp4c+XAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8pXeV/AAAACXBIWXMAAA9hAAAPYQGoP6dpAAAo3ElEQVR4nO3dfVxUdf738fegMKACCip4k8mWJd7Woj9FyzajWK9+pcl296s0182t0Fbplq4K7UZau9H1J2J5mVSba7q7Vlbqryi1EryhtTKLUjEsZRQVEIThbq4/vC5qDlhMO3HGc17PHvN4xDmHcz6zO4/efD7nOzMOj8fjEQAAsI0gswsAAABti/AHAMBmCH8AAGyG8AcAwGYIfwAAbIbwBwDAZgh/AABshvAHAMBmCH8AAGyG8AcAwGYIfwAAAsh3332nm2++WdHR0QoLC9PgwYO1Y8eOpv0ej0ePPPKIevToobCwMCUlJenrr7/26RqEPwAAAeL48eMaPXq0goODtW7dOu3evVvPPPOMunTp0nTMvHnztHDhQi1ZskRbt25Vx44dlZycrJqamlZfx8EX+wAAEBgeeOABffTRR/rggw9a3O/xeNSzZ0/dfffduueeeyRJ5eXliomJUU5Ojm644YZWXYfOHwCAX5Db7VZFRYXXw+12t3jsG2+8oWHDhunaa69V9+7ddeGFF2rp0qVN+4uKilRSUqKkpKSmbZGRkRoxYoTy8vJaXVP7n/90/Css+WmzS0AAcb2eZnYJCCAV1fVml4AA07tLyC96/rALp/vtXPeP76o5c+Z4bcvIyNDs2bObHbtv3z5lZ2crLS1NDz74oLZv36677rpLISEhmjx5skpKSiRJMTExXr8XExPTtK81Aib8AQAIGA7/DcbT09OVlubd0DidzhaPbWxs1LBhwzR37lxJ0oUXXqhdu3ZpyZIlmjx5st9qYuwPAMAvyOl0KiIiwutxuvDv0aOHBgwY4LUtPj5excXFkqTY2FhJksvl8jrG5XI17WsNwh8AACOHw38PH4wePVqFhYVe27766iudffbZkqS4uDjFxsYqNze3aX9FRYW2bt2qxMTEVl+HsT8AAEZ+HPv7YtasWRo1apTmzp2r6667Ttu2bdPzzz+v559//lRZDodmzpypxx9/XP369VNcXJwefvhh9ezZUxMmTGj1dQh/AACMfOzY/WX48OFas2aN0tPT9eijjyouLk4LFizQTTfd1HTMfffdp6qqKk2bNk1lZWW66KKLtH79eoWGhrb6OgHzPn9W++OHWO2PH2K1P4x+8dX+w/3336Dq7c/67Vz+QucPAICRSWP/tkL4AwBgZNLYv61Y+08bAADQDJ0/AABGjP0BALAZxv4AAMBK6PwBADBi7A8AgM0w9gcAAFZC5w8AgBFjfwAAbMbiY3/CHwAAI4t3/tZ+dgAAoBk6fwAAjCze+RP+AAAYBVn7nr+1/7QBAADN0PkDAGDE2B8AAJux+Fv9rP2nDQAAaIbOHwAAI8b+AADYDGN/AABgJXT+AAAYMfYHAMBmLD72J/wBADCyeOdv7WcHAACaofMHAMCIsT8AADbD2B8AAFgJnT8AAEaM/QEAsBnG/gAAwEro/AEAMLJ450/4AwBgZPF7/tb+0wYAADRD5w8AgBFjfwAAbMbiY3/CHwAAI4t3/tZ+dgAAoBk6fwAAjBj7AwBgLw6Lhz9jfwAAbIbOHwAAA6t3/oQ/AABG1s5+xv4AANgNnT8AAAaM/QEAsBmrhz9jfwAAbIbOHwAAA6t3/oR/G/vfN4/SQ7eM8tpWeOCoLvjDcknShnnXa8zQs7z2L31rp+5a+G6b1QhzLV/2vN7PfUffFO2T0xmqIRdcqOkz71bfvnFmlwaTHDns0tKs+dqW96Hc7hr16n2W7n3ocZ0fP9Ds0iyL8Ifffb6/VFc+sKrp5/oGj9f+ZW9/osde+qjp55Pu+jarDeb7eMd2XXv9f2nAwEFqaGjQ4v+erxm3T9Wqf76psA4dzC4PbexERbn+NG2SLkgYrifnZyuySxd9d6BY4eERZpdmbdbOfu75m6G+oVGu4yebHkcrqr32V7vrvfafOFlrUqUww39nL9VV46/ROef203nn91fGo5kqOXRIX3zxudmlwQQrX35B3WJidd/Dj6v/wMHq0bO3ho0YpZ69z/rpX8YZZ/bs2XI4HF6P/v37N+2vqalRamqqoqOj1alTJ6WkpMjlcvl8HZ87/9LSUr3wwgvKy8tTSUmJJCk2NlajRo3Srbfeqm7duvlchN2c26uL9q24XTW19dr6xUE98sIHOnDkRNP+6y+N1w1j4+U6flJv5+9V5oo8VdP921Zl5anXRkREpMmVwAxbPtio4SNHac6Dafr0XwXq2q27rp54va6c8DuzS7M0M8f+AwcO1Lvvfn+rt33776N61qxZeuutt7R69WpFRkZq+vTpmjhxoj766KOWTnVaPoX/9u3blZycrA4dOigpKUnnnXeeJMnlcmnhwoV68skntWHDBg0bNuxHz+N2u+V2u722eRrr5Qiy/l2I7V8e0rSn1+mrb48pNqqT/vfNiXr3mRuV8Mflqqyu06vvf6HiwxU6dLRSg+O66fGpY3Re7y664bE3zC4dJmhsbNSz8zI19IJf69x+55ldDkxw6OC3euOfq/S7GyfpvybfpsIvdmnR/CfVPjhYyVeON7s8y/Jn+LeUeU6nU06ns8Xj27dvr9jY2Gbby8vLtWzZMq1YsUJjx46VJC1fvlzx8fHKz8/XyJEjW12TT2k7Y8YMXXvttVqyZEmz/2E8Ho9uv/12zZgxQ3l5eT96nszMTM2ZM8drW7tfXa7gc6/wpZwz0v/sKGr6911Fpdr+5SEVvjxNKWPO14sbdumFdZ827f98f6kOHavU+nnXK65HpIoOlZtRMkw0b+6j2rv3ay3NecXsUmAST2OjzosfqD/c8SdJUr/z47V/7x6tXbOK8D9DtJR5GRkZmj17dovHf/311+rZs6dCQ0OVmJiozMxM9enTRwUFBaqrq1NSUlLTsf3791efPn2Ul5fnU/j7dM//k08+0axZs1r8i8jhcGjWrFnauXPnT54nPT1d5eXlXo/2vxrrSymWUV7l1p5vj+ucnl1a3L/9y1O3Vk63H9Y1b+5j+mDzJmUvfVExMc27ANhDVNduOrvvOV7b+vT9lQ67SkyqyB6M993/nUdLmZeent7idUeMGKGcnBytX79e2dnZKioq0sUXX6wTJ06opKREISEh6ty5s9fvxMTENN2Gby2fOv/Y2Fht27bNa/HBD23btk0xMTE/eZ6Wxh12GPm3pGNosOJ6Rqokt7LF/UPPObWGouRYy/thPR6PR09lPq6N772rJcteVK/evc0uCSYaNOQCHSje77Xt2wP7FRPbw5yCbMKfY/8fG/EbjRs3runfhwwZohEjRujss8/WqlWrFBYW5reafErce+65R9OmTVNBQYEuu+yypqB3uVzKzc3V0qVL9fTTT/utOCvKvO0SvZW/V8WHK9QzupMeumWUGho8WrXxS8X1iNT1l8Zrw7YiHT1RrcFx3TTvj5fqg08PaFdRqdmlo438ee6j2rDuLT29YJE6dOyo0tIjkqROncIVGhpqcnVoayk3TNJdt92iV3KW6jeXJevL3Z/prdf+oVkPPGJ2aWgDnTt31nnnnac9e/bo8ssvV21trcrKyry6f5fL1eIagR/jU/inpqaqa9eumj9/vhYvXqyGhgZJUrt27ZSQkKCcnBxdd911PhVgN726huul9P9UVHioSsurteXz73TJzFdUWl6t0JD2Gnvh2Zp+TYI6hgbr2yMn9NqHX+nJv+WbXTba0D9WrZQk3T51stf2Rx6dq6vGX2NGSTBR/wGDNOfPC7Qse4FefmGJevTopTtn3qek3/6n2aVZW4C8z7+yslJ79+7VLbfcooSEBAUHBys3N1cpKSmSpMLCQhUXFysxMdGn8zo8Ho/npw9rrq6uTqWlp7rRrl27Kjg4+OecpklYMhMDfM/1eprZJSCAVFTzVld4690l5Bc9f9dbV/rtXKU5N7T62HvuuUdXXXWVzj77bB08eFAZGRnauXOndu/erW7duumOO+7Q22+/rZycHEVERGjGjBmSpC1btvhU08++0R4cHKwePbjnBACAv3z77be68cYbdfToUXXr1k0XXXSR8vPzmz5DZ/78+QoKClJKSorcbreSk5O1ePFin6/zszt/f6Pzxw/R+eOH6Pxh9Et3/t2mvOq3cx1Zfr3fzuUv9lxiDwDAj+CLfQAAsBtrZz9f7AMAgN3Q+QMAYMDYHwAAm7F6+DP2BwDAZuj8AQAwsHrnT/gDAGBg9fBn7A8AgM3Q+QMAYGTtxp/wBwDAiLE/AACwFDp/AAAMrN75E/4AABgQ/gAA2I21s597/gAA2A2dPwAABoz9AQCwGauHP2N/AABshs4fAAADq3f+hD8AAAZWD3/G/gAA2AydPwAARtZu/Al/AACMGPsDAABLofMHAMDA6p0/4Q8AgIHFs5/wBwDAyOqdP/f8AQCwGTp/AAAMLN74E/4AABgx9gcAAJZC5w8AgIHFG3/CHwAAo6Aga6c/Y38AAGyGzh8AAAPG/gAA2Ayr/QEAgKXQ+QMAYGDxxp/wBwDAyOpjf8IfAAADq4c/9/wBALAZOn8AAAws3vgT/gAAGDH2BwAAlkLnDwCAgcUbf8IfAAAjxv4AAMBS6PwBADCweONP+AMAYMTYHwAAtLknn3xSDodDM2fObNpWU1Oj1NRURUdHq1OnTkpJSZHL5fL53IQ/AAAGDof/Hj/H9u3b9dxzz2nIkCFe22fNmqW1a9dq9erV2rRpkw4ePKiJEyf6fH7CHwAAA4fD4beHryorK3XTTTdp6dKl6tKlS9P28vJyLVu2TM8++6zGjh2rhIQELV++XFu2bFF+fr5P1yD8AQAw8Gfn73a7VVFR4fVwu92nvXZqaqquvPJKJSUleW0vKChQXV2d1/b+/furT58+ysvL8+n5BcyCv18NG/LTB8E2Qtrzdym+l7lxr9klIMBkXRNvdgmtlpmZqTlz5nhty8jI0OzZs5sdu3LlSn388cfavn17s30lJSUKCQlR586dvbbHxMSopKTEp5oCJvwBAAgU/lztn56errS0NK9tTqez2XEHDhzQn/70J73zzjsKDQ312/VbQvgDAGDgz3f6OZ3OFsPeqKCgQIcPH9avf/3rpm0NDQ3avHmzFi1apA0bNqi2tlZlZWVe3b/L5VJsbKxPNRH+AAAEgMsuu0yfffaZ17YpU6aof//+uv/++3XWWWcpODhYubm5SklJkSQVFhaquLhYiYmJPl2L8AcAwMCMD/kJDw/XoEGDvLZ17NhR0dHRTdunTp2qtLQ0RUVFKSIiQjNmzFBiYqJGjhzp07UIfwAADAL1A/7mz5+voKAgpaSkyO12Kzk5WYsXL/b5PIQ/AAABauPGjV4/h4aGKisrS1lZWf/WeQl/AAAMrP7Z/oQ/AAAGVg9/PkkFAACbofMHAMDA4o0/4Q8AgJHVx/6EPwAABhbPfu75AwBgN3T+AAAYMPYHAMBmLJ79jP0BALAbOn8AAAyCLN76E/4AABhYPPsZ+wMAYDd0/gAAGLDaHwAAmwmydvYT/gAAGFm98+eePwAANkPnDwCAgcUbf8IfAAAjh6yd/oz9AQCwGTp/AAAMWO0PAIDNsNofAABYCp0/AAAGFm/8CX8AAIys/q1+jP0BALAZOn8AAAws3vgT/gAAGFl9tT/hDwCAgcWzn3v+AADYDZ0/AAAGVl/tT/gDAGBg7ehn7A8AgO3Q+QMAYMBqfwAAbMbq3+rH2B8AAJuh8wcAwICxPwAANmPx7GfsDwCA3dD5AwBgwNgfAACbsfpqf8IfAAADq3f+3PMHAMBm6PwBADCwdt9P+AMA0IzVv9WPsT8AADZD5w8AgIHFG3/CHwAAI1b7AwAAS6HzN9kfxvTVrOTz9PJH3+jJtwslSRnj4zXynGh1j3DqZG2DdhaX6dn1X6mo9KTJ1aItrVzxil5cvkylpUd03vn99cCDD2vwkCFml4Vf2MVxnXVxXBdFdQiWJB064da6L0u121UlSWof5NDEwd2V0DtCwUFB2u2q1KuflOiEu8HMsi3H4o0/nb+ZBvWK0LXDz1LhoRNe23cfrNBD//xcVy34SNNyCuSQtHRKguU/cQrfW7/ubT09L1N/vDNVK1ev0fnn99cdf5yqo0ePml0afmHHq+v1+ueH9ef3izRv4359deSk/jjyLPUID5Ek/W5wjAbHhmvZ1u80/4NvFBnWXreN6G1y1dYT5HD47RGICH+TdAhppz9fN1gZr32u8uo6r32rt3+ngv3HdbCsRl8cPKGF7+xRj85h6tUlzKRq0dZefnG5Jv7uOk24JkXnnHuuHsqYo9DQUL32z3+YXRp+YbtKKvW5q0pHqup0uLJWa3cfkbu+UX2jwhTaPkiJfTvrn5+59FXpSR0oq9FfCw7pnOgO6tsl1OzS4QfZ2dkaMmSIIiIiFBERocTERK1bt65pf01NjVJTUxUdHa1OnTopJSVFLpfL5+sQ/iZ56Kp4bS4sVf7eYz96XFhwO12T0EsHjp1USXlNG1UHM9XV1uqL3Z9rZOKopm1BQUEaOXKUPv3kXyZWhrbmkJTQK0Ih7RwqOlatPp1D1T7IoS+PVDUd46qs1bGTdYqL6mBeoRbkcPjv4YvevXvrySefVEFBgXbs2KGxY8dq/Pjx+vzzzyVJs2bN0tq1a7V69Wpt2rRJBw8e1MSJE31+fqbc83e73XK73V7bGutrFdQ+xIxy2ty4wbGK7xmu67O3nvaYG0acpbuT+6mDs732HanSbcsLVNfgacMqYZbjZcfV0NCg6Ohor+3R0dEqKtpnUlVoSz0jnLrnkr5qH+SQu75RS7d+q5ITteodGaq6hkZV1zV6HV9RU6+I0HYmVWtN/lzt31LmOZ1OOZ3OZsdeddVVXj8/8cQTys7OVn5+vnr37q1ly5ZpxYoVGjt2rCRp+fLlio+PV35+vkaOHNnqmvze+R84cEC///3vf/SYzMxMRUZGej1Kt7zq71ICUmykUw/85/m6f9Vnqq1vPO1xb+48pJSsfE1aul3flFbpmRuGKqQ9gxrADlwn3Mp8b5+e2rRfHxQd1y0JPRUbbo/mKFAE+fHRUuZlZmb+ZA0NDQ1auXKlqqqqlJiYqIKCAtXV1SkpKanpmP79+6tPnz7Ky8vz6fn5vfM/duyYXnzxRb3wwgunPSY9PV1paWle20Y8sdnfpQSkAT0j1LWTU6tTv/8LrX27IA3r20U3jjxLF2a8q0aPVOmuV6W7XsVHT+rTA2Xa8tBYJQ3orrc/LTGxerSFLp27qF27ds0W9x09elRdu3Y1qSq0pQaPdKSqTlKdDpTV6OwuYbr0nCgVfFuh4HZBCgsO8ur+I0Lbq6KG1f6BqqXMa6nr//8+++wzJSYmqqamRp06ddKaNWs0YMAA7dy5UyEhIercubPX8TExMSop8S0bfA7/N95440f379v302PJlsYddhn55+89pvF/2eK17YmUgdp3pErLNu9X42km+w5JIe3o/O0gOCRE8QMGamt+nsZeduov/MbGRm3dmqcbbrzZ5OpgBofj1Fv8istqVN/o0fndOmrnwVPvEureKURRHYJVdIy3AvuTP8f+pxvxn87555+vnTt3qry8XH//+981efJkbdq0yW/1SD8j/CdMmCCHwyGP5/T3n63+yUj/jpO1DdpzuLLZtvKTddpzuFK9u4Tpt4NjtWVPqY5X1Skm0qk/jImTu75Bm78qNalqtLVbJk/Rww/er4EDB2nQ4CH668svqrq6WhOu8X1hD84sVw/opt2uSh2rrldo+yAN6x2hfl07KOujA6qpb1Te/jKlDI5RVW2Dauobdd2QGO07elL7j7Mg2J/MfGt1SEiIzj33XElSQkKCtm/frr/85S+6/vrrVVtbq7KyMq/u3+VyKTY21qdr+Bz+PXr00OLFizV+/PgW9+/cuVMJCQm+nhb/j7u+UQl9O+uW0X0UGRqs0spaFew/rpue26ZjVbVml4c28ttx/0vHjx3T4kULVVp6ROf3j9fi5/6Pohn7W164s70mJfRURGh71dQ36rtyt7I+OtC0wv/vn7nUKI9uG9Fb7YMc+uJwpV7dye1AK2tsbJTb7VZCQoKCg4OVm5urlJQUSVJhYaGKi4uVmJjo0zl9Dv+EhAQVFBScNvx/aiqA5qYs29H070dOuHXHS7ydC9KNN92sG29izG83r/zr0I/ur2/0aNUnLq36xPf3dqP1zOr809PTNW7cOPXp00cnTpzQihUrtHHjRm3YsEGRkZGaOnWq0tLSFBUVpYiICM2YMUOJiYk+rfSXfkb433vvvaqqqjrt/nPPPVfvv/++r6cFACBgmHX7+vDhw5o0aZIOHTqkyMhIDRkyRBs2bNDll18uSZo/f76CgoKUkpIit9ut5ORkLV682Ofr+Bz+F1988Y/u79ixoy655BKfCwEAwO6WLVv2o/tDQ0OVlZWlrKysf+s6fLEPAAAGVv8uFcIfAAADq79pjTeOAwBgM3T+AAAYBOpX8foL4Q8AgIHVx+KEPwAABhZv/C3/xw0AADCg8wcAwIB7/gAA2IzFs5+xPwAAdkPnDwCAAZ/wBwCAzVj9nj9jfwAAbIbOHwAAA4s3/oQ/AABGVr/nz9gfAACbofMHAMDAIWu3/oQ/AAAGVh/7E/4AABhYPfy55w8AgM3Q+QMAYOCw+Hv9CH8AAAwY+wMAAEuh8wcAwMDiU3/CHwAAI77YBwAAWAqdPwAABlZf8Ef4AwBgYPGpP2N/AADshs4fAACDIL7YBwAAe7H62J/wBwDAwOoL/rjnDwCAzdD5AwBgYPUP+SH8AQAwsHj2M/YHAMBu6PwBADBg7A8AgM1YPPsZ+wMAYDd0/gAAGFi9Myb8AQAwcFh87m/1P24AAIABnT8AAAbW7vsJfwAAmuGtfgAA2Iy1o597/gAA2A6dPwAABhaf+hP+AAAY8VY/AABgKXT+AAAYWL0ztvrzAwDAZw6Hw28PX2RmZmr48OEKDw9X9+7dNWHCBBUWFnodU1NTo9TUVEVHR6tTp05KSUmRy+Xy6TqEPwAAAWLTpk1KTU1Vfn6+3nnnHdXV1emKK65QVVVV0zGzZs3S2rVrtXr1am3atEkHDx7UxIkTfboOY38AAAzMWu63fv16r59zcnLUvXt3FRQUaMyYMSovL9eyZcu0YsUKjR07VpK0fPlyxcfHKz8/XyNHjmzVdQh/AAAM/Lna3+12y+12e21zOp1yOp0/+bvl5eWSpKioKElSQUGB6urqlJSU1HRM//791adPH+Xl5Z154Z/3cNJPHwTbqK1vNLsEBJAXHs0yuwQEmKxrFpldQqtlZmZqzpw5XtsyMjI0e/bsH/29xsZGzZw5U6NHj9agQYMkSSUlJQoJCVHnzp29jo2JiVFJSUmrawqY8AcAIFD4c0Fcenq60tLSvLa1putPTU3Vrl279OGHH/qxmlMIfwAADPw59m/tiP+Hpk+frjfffFObN29W7969m7bHxsaqtrZWZWVlXt2/y+VSbGxsq8/Pan8AAAwcfnz4wuPxaPr06VqzZo3ee+89xcXFee1PSEhQcHCwcnNzm7YVFhaquLhYiYmJrb4OnT8AAAEiNTVVK1as0Ouvv67w8PCm+/iRkZEKCwtTZGSkpk6dqrS0NEVFRSkiIkIzZsxQYmJiqxf7SYQ/AADNmPXR/tnZ2ZKk3/zmN17bly9frltvvVWSNH/+fAUFBSklJUVut1vJyclavHixT9ch/AEAMAgy6Z3+Ho/nJ48JDQ1VVlaWsrJ+/rtguOcPAIDN0PkDAGBg8W/0JfwBADBymPYBv22DsT8AADZD5w8AgAFjfwAAbMas1f5thbE/AAA2Q+cPAIABY38AAGyG8AcAwGZ4qx8AALAUOn8AAAyCrN34E/4AABgx9gcAAJZC5w8AgAGr/QEAsBnG/gAAwFLo/AEAMGC1PwAANsPYHwAAWAqdPwAABqz2BwDAZiye/YQ/AABGQRZv/bnnDwCAzdD5AwBgYO2+n/AHAKA5i6c/Y38AAGyGzh8AAAOrf8gP4Q8AgIHFF/sz9gcAwG7o/AEAMLB440/4AwDQjMXTn7E/AAA2Q+cPAIABq/0BALAZq6/2J/wBADCwePZzzx8AALuh8wcAwMjirT/hDwCAgdUX/DH2BwDAZuj8AQAwYLU/AAA2Y/HsZ+wPAIDd0PkDAGBk8daf8AcAwIDV/gAAwFLo/AEAMGC1PwAANmPx7Cf8AQBoxuLpT/ibbPmy5/V+7jv6pmifnM5QDbngQk2febf69o0zuzSYhNcEenaL1ON/Gq8rRg9Uh9Bg7T1Qqj/O/qs+3l3cdMzDd1ypKdeMUufwMOV9sk93zX1Ve4uPmFg1ziQs+DPZxzu269rr/0svvLxSi55bpvr6Os24faqqT540uzSYhNeEvXUOD9N7OWmqq2/UhOmLdWHKE3rg2X/qeMX3///ffWuS7rzxEt01d6XGTHpaVdW1WpuVKmcI/Zy/OPz4TyByeDwej9lFSFJFTaPZJQSE48eO6YpLR+u5F17SrxOGm10OAgCvCSkm8S6zS2gzj911tRKH/kpJUxec9ph9//OEFr78nha8nCtJiugUqm/ezdS0jL9q9YaCNqrUXNX/WvSLnn/3wSq/nWtAz46tPnbz5s166qmnVFBQoEOHDmnNmjWaMGFC036Px6OMjAwtXbpUZWVlGj16tLKzs9WvXz+faqLzDzCVlSckSRERkSZXgkDBa8JerrxksD7eXaxX5v1e3+RmKu9v92vKNaOa9vftFa0e3SL13tYvm7ZVVNZo+679GjGkrwkVw5+qqqo0dOhQZWVltbh/3rx5WrhwoZYsWaKtW7eqY8eOSk5OVk1NjU/XYUYUQBobG/XsvEwNveDXOrffeWaXgwDAa8J+4np11W3XXqyFf31P85b9jxIGnq1n7vudausb9MrarYrtGiFJOnzshNfvHT56QjHREWaUbElmDevHjRuncePGtbjP4/FowYIFeuihhzR+/HhJ0ksvvaSYmBi99tpruuGGG1p9HZ/Dv7q6WgUFBYqKitKAAQO89tXU1GjVqlWaNGnSj57D7XbL7XZ7b/MEy+l0+lqOpcyb+6j27v1aS3NeMbsUBAheE/YTFOTQx7uLlbForSTpk8JvNfDcHrrtdxfplbVbTa7ORvyY/i1lntPp9DnzioqKVFJSoqSkpKZtkZGRGjFihPLy8nwKf5/G/l999ZXi4+M1ZswYDR48WJdccokOHTrUtL+8vFxTpkz5yfNkZmYqMjLS6/HsU0/6UorlzJv7mD7YvEnZS19UTEys2eUgAPCasKeS0gp9sa/Ea9uXRSU6K7ZL035J6h4V7nVM9+hwuY5WtE2R8ElLmZeZmenzeUpKTr0uYmJivLbHxMQ07Wstn8L//vvv16BBg3T48GEVFhYqPDxco0ePVnFx8U//8g+kp6ervLzc65F27wM+ncMqPB6P5s19TBvfe1fZS5erV+/eZpcEk/GasLe8nft03tndvbb169NdxYeOSZL2f3dUh46U69IR5zftD+8YquGD+mrrp/vbslRL8+dq/5YyLz093dTn59PYf8uWLXr33XfVtWtXde3aVWvXrtWdd96piy++WO+//746dmzdisaWxh12Xe3/57mPasO6t/T0gkXq0LGjSktPvU+3U6dwhYaGmlwdzMBrwt7++6/v6f2cu3Xv76/QP975WMMH9tXvU0Zr+mN/azoma8X7uv8Pv9We4iPa/91RZdx5pQ4dKdcb739iYuXW4s+P9/05I/6WxMaemgC6XC716NGjabvL5dIFF1zg07l8Cv/q6mq1b//9rzgcDmVnZ2v69Om65JJLtGLFCp8uDukfq1ZKkm6fOtlr+yOPztVV468xoySYjNeEvRXsLtb1dy/VozOu1oPTxmn/d0d171P/0Mp1O5qOeSbnXXUIc2rRQzeqc3iYtuzcq6tTF8tdW29i5filxcXFKTY2Vrm5uU1hX1FRoa1bt+qOO+7w6Vw+hX///v21Y8cOxcfHe21ftOjU+y2vvvpqny4OafsnX5hdAgIMrwms+2CX1n2w60ePeSz7LT2W/VYbVWQ/Zq32r6ys1J49e5p+Lioq0s6dOxUVFaU+ffpo5syZevzxx9WvXz/FxcXp4YcfVs+ePb0+C6A1fAr/a665Rn/72990yy23NNu3aNEiNTY2asmSJT4VAABAwDEp/Xfs2KFLL7206ee0tDRJ0uTJk5WTk6P77rtPVVVVmjZtmsrKynTRRRdp/fr1Pt8S5BP+AAQ8O33CH1rnl/6Ev69d1X47V7+YML+dy1/4hD8AAGyGT/gDAMDAn6v9AxHhDwCAgcWzn7E/AAB2Q+cPAICRxVt/wh8AAAOHxdOfsT8AADZD5w8AgAGr/QEAsBmLZz9jfwAA7IbOHwAAI4u3/oQ/AAAGVl/tT/gDAGBg9QV/3PMHAMBm6PwBADCweONP+AMAYMTYHwAAWAqdPwAAzVi79Sf8AQAwYOwPAAAshc4fAAADizf+hD8AAEaM/QEAgKXQ+QMAYMBn+wMAYDfWzn7CHwAAI4tnP/f8AQCwGzp/AAAMrL7an/AHAMDA6gv+GPsDAGAzdP4AABhZu/En/AEAMLJ49jP2BwDAbuj8AQAwYLU/AAA2w2p/AABgKXT+AAAYWH3sT+cPAIDN0PkDAGBA5w8AACyFzh8AAAOrr/Yn/AEAMGDsDwAALIXOHwAAA4s3/oQ/AADNWDz9GfsDAGAzdP4AABiw2h8AAJthtT8AALAUOn8AAAws3vgT/gAANGPx9GfsDwCAgcOP//gqKytLffv2VWhoqEaMGKFt27b5/fkR/gAABIhXX31VaWlpysjI0Mcff6yhQ4cqOTlZhw8f9ut1HB6Px+PXM/5MFTWNZpcAIEDFJN5ldgkIMNX/WvSLnr+m3n/ncjS45Xa7vbY5nU45nc5mx44YMULDhw/XokWnnl9jY6POOusszZgxQw888ID/ivIgYNTU1HgyMjI8NTU1ZpeCAMDrAT/E6+HMlZGR4ZHk9cjIyGh2nNvt9rRr186zZs0ar+2TJk3yXH311X6tKWA6f0gVFRWKjIxUeXm5IiIizC4HJuP1gB/i9XDmcrtb1/kfPHhQvXr10pYtW5SYmNi0/b777tOmTZu0detWv9XEan8AAH5Bpxvxm4kFfwAABICuXbuqXbt2crlcXttdLpdiY2P9ei3CHwCAABASEqKEhATl5uY2bWtsbFRubq7XbQB/YOwfQJxOpzIyMgJuPARz8HrAD/F6sIe0tDRNnjxZw4YN03/8x39owYIFqqqq0pQpU/x6HRb8AQAQQBYtWqSnnnpKJSUluuCCC7Rw4UKNGDHCr9cg/AEAsBnu+QMAYDOEPwAANkP4AwBgM4Q/AAA2Q/gHiLb4CkecGTZv3qyrrrpKPXv2lMPh0GuvvWZ2STBRZmamhg8frvDwcHXv3l0TJkxQYWGh2WXhDEf4B4C2+gpHnBmqqqo0dOhQZWVlmV0KAsCmTZuUmpqq/Px8vfPOO6qrq9MVV1yhqqoqs0vDGYy3+gWANvsKR5xxHA6H1qxZowkTJphdCgLEkSNH1L17d23atEljxowxuxycoej8TVZbW6uCggIlJSU1bQsKClJSUpLy8vJMrAxAICovL5ckRUVFmVwJzmSEv8lKS0vV0NCgmJgYr+0xMTEqKSkxqSoAgaixsVEzZ87U6NGjNWjQILPLwRmMz/YHgDNEamqqdu3apQ8//NDsUnCGI/xN1pZf4QjgzDV9+nS9+eab2rx5s3r37m12OTjDMfY3WVt+hSOAM4/H49H06dO1Zs0avffee4qLizO7JFgAnX8AaKuvcMSZobKyUnv27Gn6uaioSDt37lRUVJT69OljYmUwQ2pqqlasWKHXX39d4eHhTWuBIiMjFRYWZnJ1OFPxVr8A0RZf4Ygzw8aNG3XppZc22z558mTl5OS0fUEwlcPhaHH78uXLdeutt7ZtMbAMwh8AAJvhnj8AADZD+AMAYDOEPwAANkP4AwBgM4Q/AAA2Q/gDAGAzhD8AADZD+AMAYDOEPwAANkP4AwBgM4Q/AAA2838Bbmr4OrY8GqEAAAAASUVORK5CYII=", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "5e9681b2-c628-4a3f-968d-c5cbecc298ec", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "id": "9def17bf-b9fc-4afd-af9a-fdeef0c974aa", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Think step by step you answer.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class predicted.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "id": "0c198bff-2112-4141-a528-3d97c9d16a33", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really can't say because cat refused to try it. I gave it to someone else to try\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It keeps the litter box smelling nice.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Installed this on our boat and am very happy with the results. Great product!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (541 > 512). Running this sequence through the model will result in indexing errors\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to install, but very thin\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great beginning to vampire series. It is nice to have a background upon which a series is based. I look forward to reading this series\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was dried out when I opened package. Was very disappointed with this product.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This is the second one of these that I have purchased. It is an excellent platform for a foam or conventional mattress. It is totally sturdy, and looks nice. I highly recommend it. There are many frames out there that will cost you much more, but this does the trick.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The description of this product indicated that it would have a cosmetic flaw only. This pendant is missing the socket. There is no place to put the light bulb.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Corner of pop socket is faded I would like a new one!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The product did not work properly, after having it installed the check engine light came back on\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It doesn’t stick to my car and it’s to big\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This Christmas window sticker receive very small, not look like the picture.z\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect size and good quality. Great for cupcakes\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The filters arrived on time. The quality is as expected.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The low volume is quite good just a little louder than expected but that’s okay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lights are not very bright\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: this item and the replacement were both 6 weeks past the expiration date\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works good; Never mind expire date, those are contrived.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just like you would get at the dollar store.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product is of lower quality\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Hair is perfect for low temp curling but not realistic. This is a tiny head from the movie Beatle juice . Not for advanced cutting class\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Range is not too great\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund !\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: asian size is too small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really, really thin.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I can't wear these all day. Snug around the toes.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too big and awkward for your counter\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does the job, but wish I had ordered the stand\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: On first use it didn't heat up and now it doesn't work at all\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is at least the 4th hose I've tried. I had high hopes, but the metal parts are cheap and it leaks from the connector. The \"fabric??\" of the hose retains water and stays wet for hours or days depending on how hot - or not - the weather is. I do not recommend this product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The nozzle broke after a week and I reached out to the seller but got no response\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not worth your time. PASS.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include \"new driver\" for when people graduate out of being a student driver. (for use after you pass the road test, etc.)\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than anticipated. More like a notepad size than a book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My cats have no problem eating this . I put it in their food .\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Amazon never deliver the items. Horrible customer service. Considering new purchase choices.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product! No complaints!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great price. Good quality.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Seal was already broken when I opened the container and it looked like someone had used it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: the quality is okay. i would give 3 start rating for this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Good quality and price.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does what it says, works great.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This item is smaller than I thought it would be but it works great!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: FIRE HAZARD DO NOT PURCHASE. Used once as instructed wires melted and caught fire!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this just about 6 months agi and is already broken. Just does not charge the computer and is as good as stone. Would not recommend this and instead buy the original from he Mac store. This product is not worth the price.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a \"full charge\" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The outer packing was rotten by the time it arrived and it can not be returned.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: past is not enough strong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: not what i exspected!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never bought this product so why the hell isn't showing up in my order history\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, do not think this is quality stainless steel. The leafs of the steamer were sticking together and not opening smoothly. Poor quality in comparison to the Pyrex brand I had for 15 years. Returned.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: washes out very quickly\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a very helpful book. Easy to understand and follow. Much rather follow these steps than take prescription meds. There used to be an app that worked as a daily checklist from the books suggestions, but now I cannot find the app anymore. Hope it comes back or gets updated.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: A bit taller than expected. I’m 5’11 & use these at the shortest adjustment. Would be nice to shorten for going up hill. They do extend for going down hill.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: way smaller than exspected\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: These raw cashews are delicious and fresh.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Super cute and would be effective for the average chewer. My dog had the east of in less than a minute. I liked that when the limbs were removed, the stuffing wasn't exposed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Water pump works perfectly and arrived as promised.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I am very upset and disappointed, a month ago I bought this axial and the second time I went to use it, the control stopped working, the car did not roll or move the direction to any side, I took it to check with a technician and made several tests connecting different controls to the car and it worked perfect but when we put back the control that brought the car did not work, very annoying since in theory this is one of the best cars and brands that are in the market\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: did not work, spit out fog oil ,must have got a bad one\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Only 6 of the 12 lights were included...\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: There are no pockets for organization inside this bag. There are flat divided areas on the outside but not convenient. The material is good and has been durable thus far.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4\" and it's bit bit long. I just knotted the corners of the bottom hem...that works.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Peeled off very quickly. Looked good for a short while; maybe a day.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Finger print scanned does not work with it on\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I just got these in the mail. Work for like a minute and than gives me the accessory is not supported by this iPhone. I have the iPhone 7. It’s really wack for a deal of two of them\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love these rollers! Very compact and easy to travel with!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very breathable and easy to put on.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: never received my order\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this modem/router about two years ago. At the start it seemed to be ok but for the last year plus I’ve had problems with it dropping the internet. This happens on all my devices both Wi-Fi and wired. The only way to restore service was to do a AC power reset. This was happening once or twice a day. Comcast came out, ran a new coax line from the pedestal to the house and boosted the signal level. Same problem. The Arris Tech guys were great but could not solve the problem. Additionally, I lost the 5G service on three occasions. I had to do a factory reset to restore this. I cannot recommend this modem/router based upon my experiences. I purchased a Netgear AC1900 modem/router. It’s fantastic. I’v Had it for over a week with no problems. It’s faster and the range is greater than the Arris. I read online that other people have had problems with the Arris modem/router connected to Comcast. If you have Comcast internet I do not recommend this Arris modem/router. Get the Netgear, its much more reliable.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When we received the scoreboard it was broken. We called for support and left our number for a call back. 3 days later no call. Terrible service!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great story, characters and everything else. I can not recommend this more!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really Like this ring light! It is wonderful for the price and it gets the job done! The only issue is the light bulb heats up too fast and the light goes out, so I have to turn it off wait for a while then turn it back on. I don't think that is supposed to happen...I don't know if I have a defective light or what, but it is a very nice ring light besides the overheating.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My girls love them, but the ball that lights up busted as soon as I removed from the package.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: well built for the price\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Enjoyable but at times confusing and difficult to follow.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I'm almost done with this book, but its a little too wordy and not intense enough for me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fit as expected to replace broken cover\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These rings are dainty & adorable! Can be worn alone or stacked. The craftsmanship put into these rings, is very evident! I will definitely be buying more!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item takes 2 AA batteries not 2 C batteries like it says\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My paper towels kept falling off\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Came with 2 pens missing from the box.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product will recomend\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was very easy to install on my laptop.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Adhesive is good. Easy to apply.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Solid performer until the last quart of oil was being drawn out, then it started to spray oil out of the top.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Item description says \"pack of 3\" but I only received 1\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Item was used/damaged when I received it. Seal on the box was broken so I checked everything before install and it looks like the power/data connections are burnt. Returning immediately.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This system is not as simple & straight-forward to program as one with fewer tech capabilities. The voice quality of the Caller ID announcement is poor & there are multiple steps to use Call Block and to access, then erase, Messages. However, the large capacity to store Blocked Calls is a major reason for the purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Was not delivered!!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thought this was a magnetic sticker, I was mistaken.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Pretty dam good cutters\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This thing is EXACTLY what is described, 10/10\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Belt loops were not fastened upon opening. They were not stitched.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not worth your time. PASS.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This is a nice headset but I had a hard time trying to switch the language on it to English\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered this phone for my daughter and the \"unlocked dual phone \" is misleading as it came LOCKED & in Chinese!😡\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Use at your own risk. My wife and I both had burning sensation and skin reactions. No history of sensitive skin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Have not used at night yet\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this series. The main characters are unusual and very damaged from a terrible childhood. Will is an excellent investigator but due to a disability he believes he is illiterate. Slaughter does a very good job showing how people with dyslexia learn ways to hide their limitations. It will be interesting to see how these characters play out in the future. I understand that Slaughter brings some of the characters from the Grant County series to this series. The crimes are brutal. I'm sure this is a good representation of what police come across in their career. The procedural is well done and kept me interested from start to finish. I'm looking forward to reading more of this series soon.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great book for daily living\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like everything about this book and the fine expert author who also provides vital information on T.V.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product is a good deal as far as price and the amount of softgels. I also like that it has a high EPA and DHA formula. The only thing I don't like is the fish burps. Maybe they need to add more lemon to the formula\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first time I bought it the smell was barely noticeable, this time however it smells terrible. Not sure why the smell change if the formula didn't change but the smell makes it hard to use. I guess I would rather it smell bad than be sick though...\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product..\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have returned it. Did not like it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results .\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: this was sent back, because I did not need it\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Works good but wears up fast.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works well, was great for my Injustice 2 Harley Quinn cosplay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Does not dry like it is supposed to.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These earbuds are really good.. I bought them for my wife and she is really impressed.. good sound quality.. no problem connecting to her phone.. and they look really good.. i like how the charging box looks as well.. i really think these are as good as the name brand buds.. would recommend to anyone..\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Right earbud has given our after less than 6 months of use. Do not buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: one bag was torn when it's delivered\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Total crap wouldn't even plug into the phone the pins were bent before I even tried to use it\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: ear holes are smaller so i can hurt after long use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Remote does work well, however the batteries do not last long. Disappointing.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can't wait for the next book to be published.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: don't like it, too lumpy\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not happy. Not what we were hoping for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The screen protector moves around and doesn't stick so it pops off or slides around\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The top part of the cover does not stay on.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Smell doesn't last as long as I would like. When first opened, it smells great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Last me only couple of week\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Will continue to buy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I not going to buy it again\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I reuse my Nespresso capsules and these fit perfectly and keep all coffee grounds out.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cute short curtains just what I was looking for for my new farmhouse style decor\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I mean the case looks cool. I don’t know anything about functionality but they sent me a iPhone 8 Plus case. The title says 6 plus, I ordered a 6 plus and there was no option on selecting another iPhone size beside 6 and 6 plus so I’m very disappointed in the service\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just as good as the other speck phone cases. It is just prettier\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: There was some question on as to whether or not these were solid stainless steel or not on the listing. Since the seller made a point of saying they were solid, I decided to give it a shot. The bad news: my grill was 1/2\" too wide, so I had to saw off the nubs on the end of the grates to fit. The good news: they are definitely solid stainless as advertised, so I am not worried about these grates de-laminating like my old factory grates. Glad I bought these. They look great, well-constructed and feel heavy duty. Can't wait to fire up the grill!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Our family does a game night most weeks and I got this thinking it would be fun to play. And it was. We played it 3 times (2 adults and 2 kids, 11 and 10) before we figured out how to win every time. Even the \"more challenging\" level is just more flooding, which, once solved, isn't much of a challenge. I was hoping for re-playability, but we've taken this one out of the rotation. Fun and interesting the first couple of times through, though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not all the colors of beads were included with my kit\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just got the product and tested over the weekend for a big party. It turned out great for the 8lb ribs my hubby cooked. Got lots of compliments from the guests!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE?\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Did not fit very well\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Was OK but not wonderful\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were exactly what I was looking for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My son Loves it for his 6 years old birthday! The package including everything you need. Highly recommend\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great,just what I want\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great fit... very warm.. very comfortable\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: After I gave it to my pet bunny, she didn't like it as much.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is definitely the shampoo the Stars use. My hair is never smelt better or felt softer in my entire life. I felt like a model walking down the street with my hair bouncing and blowing in the wind. I highly recommend this product. I did not use it for a drug test, I just wanted to see if it would clean out the impurities from my hair which it seems to have done.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: 3 1/2 Stars Remedy is a brothers best friend romance as well as a second chance romance mixed into one. It's a unique story, and the hero (Grady) has to do everything to get Collins back and prove he's the guy for her. Three years ago, Grady and Collins had an amazing night together. Collins thought she was finally getting everything she dreamed of, her brothers best friend... but when she woke up alone the next morning, and never heard from her, things definitely changed. Now Grady is back, and he's not leaving, and he's doing everything in his power to prove to her why he left, and that he's not giving her up this time around. While I loved the premise of this story, and at times Grady, he really got on my nerves. I totally understand his reasoning for leaving that night, but to not even send a letter to Collins explaining himself? To leave her wondering and hurt for all those years, and then expect her to welcome him back with open arms? Was he delusional?! Collins was right to be upset, angry, hurt, etc. She was right to put up a fight with him when he wanted her back and to move forward. I admire her will power, because Grady was persistent. I loved Collins in this book, she was strong, and she guarded her heart, and I admired her for that. Sure she loved Grady, but she was scared, and hesitant to let him back in her life, who wouldn't be after what he did to her? Her character was definitely my favorite out of the two. She definitely let things go at the pace she wanted, and when she was ready to listen, she listened. There is a lot of angst in this book, and I did enjoy watching these two reconnect when Collins started to forgive Grady, I just wish Grady would have not come off as so whiney and would have been a little more understanding. He kept saying he understood, but at times he was a little too pushy to me, and then he was sweet towards the end. I ended up loving him just as much as Collins, but in the beginning of the book, I had a hard time reading his points of view because I couldn't connect with his character. The first part of this book, was not my favorite, but he second part? I adored, hence my rating. If you like second chance, and brothers best friend romances, you may really enjoy this book, I just had a hard time with Grady at first and how he handled some of the things he did.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My husband is in law enforcement and loves this bag.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does not give out that much light\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought these for a Nerf battle birthday party for my son. We put buckets of these bullets out on the battlefield and they worked great! Highly recommend!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was disappointed with these. I thought they would be heavier.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I liked the color but the product don't stay latched or closed after putting any cards in the slots\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very thin, see-through material. The front is much longer than the back.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4\"\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Didnt get our bones at all\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install. Looks good. Works well.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: they stopped working\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They don’t even work.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are good Ukulele picks, but I still perfer to use my own fingers.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Never noticed a big difference than a normal brush.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't think we have seen much difference. Maybe we aren't doing it right.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The small wrench was worthless. Ended up having to buy a new blender.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Listed to fit 2019 Subaru Forester. It doesn't fit 2019.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I read a review from someone stating that this case had a lip on it to protect the screen. That person is mentally insane because there is zero lip what so ever. very annoyed\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: pretty case doesnt have any protection on front of phone so you will need an additional screen protector\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Everyone got a good laugh\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I'm really pissed off about this tiny brush that was sent with the bottle. This has to be a joke. I've purchased smaller water bottles and received a brush bigger/better than this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Honestly this says 10oz my bottles I received wore a 4oz bottle\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Didn't expect much for the price, and that's about what I got. It covers and protects my table, just have to live with a grid of folds from packaging. Seller advised to use a hair dryer to flatten out the wrinkles, but it was a very painstakingly slow process that only took some of the sharp edges off of the folds, didn't make much difference. Going to invest in something better (and much more expensive) for daily use, this is OK for what it does.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not give out that much light\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great lite when plugged in, but light is much dimmer when used on battery mode.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love that it keeps the wine cold.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Disappointed. There's this pink discoloration all over the back of the shirt. It's like someone already wore this\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to install and keep my threadripper nice and cool!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The beige mat looked orange on my beige flooring so I returned it and ordered a gray mat from another company that was $7 less to be safe on the color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My dog is loving her new toy. She has torn up others very quick, so far so good here. L\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Tip broke after a few weeks of use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Don't buy this game the physics are terrible and I am so mad at this game because probably there are about 40 hackers on every single game and the game. Don't doesn't even do anything about it you know they just let the hackers do whatever they want and then they do know that the game is terrible but they're doing absolutely nothing about it and the game keeps on doing updates about their characters really what they should be updating is the physics because it's terrible don't buy this game the physics are terrible and mechanics are terrible the people that obviously the people that built this game was high or something because it's one of the worst games I've honestly ever played in my life I would rather play Pixel Games in this crap it's one of the worst games don't buy\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have been using sea salt and want to mix this in for the iodine.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product exceeded my expectations. I am not good about cleaning my make up brushes. In fact when I received this cleaner it had been months since I last cleaned them. So I figured at best they should be a little better off. It was better than that! My brushes are like new! A couple I needed to clean two times, but considering how much build up on them there was, was completely warranted. I’m so excited that I discovered this product as I finally have a reason to buy nicer brushes! Clean up was easy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have three of these linked together. As many of the other reviews said, the legs are weak and prone to breakage even with careful use. It is best to provide some other means of support and not use the legs. Also the gaskets at the fittings do not seal well. I used RTV silicone sealant when assembling the water fittings to stop the leakage. These units are doing a good job heating my pool.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutral']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: NOT ENOUGH CHEESE PUFFS\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Quality product. I just wish there were choices for the cover, it's hideous.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Loved the dress fitted like a glove nice material and it feels great\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were beautiful and worked great for the agape items I needed them for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. The texts you will be processing are from the product reviews domain. I want you to classify the texts into one of the following categories: ['positive', 'negative', 'neutral'].\n", + "Think step by step you answer. In your response, include only the name of the class predicted.\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product. Good look. JUST a little tough to remove.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 5,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 30, + "id": "0736d1ae-bc6e-4fee-9fd7-d1401e535792", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 30, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "1d69e21c-d1d9-4897-a6df-ec5ef43fe4d0", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "dd55f1c6-ac6e-447f-b291-1d0ac50e9048", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "id": "0d24dafd-c16a-40f6-8537-69ff06a1b34d", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 31, + "id": "f0bab4a5-da98-4362-9f52-c3f5ca534ccd", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "PROMPT_LABELS:\n", + " \"\"\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 32, + "id": "c0cf795a-4563-4f6b-a970-20c47eca9870", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n", + "Token indices sequence length is longer than the specified maximum sequence length for this model (593 > 512). Running this sequence through the model will result in indexing errors\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really can't say because cat refused to try it. I gave it to someone else to try\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Smudges easily and collects in corners of eyes throughout the day. Goes on smooth and rich without clumping.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It keeps the litter box smelling nice.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Once installed we realized that it's missing a gasket or something behind it to seal it to the shower wall. Water can just run behind it because it doesn't fit tightly. It looks great and I like it, but we have to figure something out to make it more functional.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Installed this on our boat and am very happy with the results. Great product!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These raw cashews are delicious and fresh.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I'm really disappointed that Garden of Life SOLD OUT to NESTLE!!! Now I have to find a replacement for this supplement.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It is really nice to have my favorite sugar alternative packaged in little take along packets! I LOVE swerve, and it is so convenient to have these to throw in my purse for dining out, or to use at a friend’s house. While they are a bit pricey, I cannot stand Equal or the pink stuff in my iced tea. Swerve or nothing, so i am thrilled to have my sweetener on the go!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to install, but very thin\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: After I gave it to my pet bunny, she didn't like it as much.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's an ok bin. I got it to use as a clothes hamper thinking it was more of a linen material, probably my mistake for not reading the description better but it's actually more like a plastic. Decided it would be better suited for my daughter's stuff animals. It's cute and serves a purpose and isn't all that expensive. Just not what I thought it would be when originally purchasing it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great beginning to vampire series. It is nice to have a background upon which a series is based. I look forward to reading this series\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Michener the philosopher of the 20th Century clothed as a novelist. In an engaging style, tantalizingly follows the life of a Jew, an Arab, and an American Catholic at an archeological dig in Israel to tell the painful history of modern Judaism. Somehow he finds hope for both Israel, Jew, Arab, and in an amazing way Palestine.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Interesting from the very beginning. Loved the characters, they really brought the book to life. Would like to read more by this author.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It was dried out when I opened package. Was very disappointed with this product.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works good but wears up fast.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works great and the picture is good, but it doesn't hold a battery long at all. I actually have to plug it in every night once I lay down or it won't stay charged.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This is the second one of these that I have purchased. It is an excellent platform for a foam or conventional mattress. It is totally sturdy, and looks nice. I highly recommend it. There are many frames out there that will cost you much more, but this does the trick.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought this item not even three months ago and am already starting to have problems. The steal slates to support the mattress (as advertised NO BOX SPRING NEEDED) does in fact need that extra layer of support. I am currently using about 7 blankets underneath my mattress for support. However my bed does stay in place, there is storage underneath like I needed and all around is a good product. But if you do plan on buying this item make sure you have the extra support for your mattress!!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The description of this product indicated that it would have a cosmetic flaw only. This pendant is missing the socket. There is no place to put the light bulb.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The teapot came with many visible scratches on it. After repeated efforts to contact the seller, they have simply ignored requests to replace or refund money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The screen protector moves around and doesn't stick so it pops off or slides around\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Spend a few dollars more and get one that works.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Corner of pop socket is faded I would like a new one!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: After 5 minutes of supervised play, the motor started making high pitched terrible screeching noises. Don't buy unless you have a tiny, useless little rat of a dog. Wasted $18.00\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It works okay for listening to music with headphones but never works when I'm trying to use it for a call. Just splurge on the real product from Apple.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This charger is awesome!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I had to return them. They said they worked to recharge dog bark collars, but neither cord plugged into different USB outlets charged the collar.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this product twice and was sent the wrong product twice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Never receive my cases and never answer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Zero stars!!!! Scam company DO NOT BUY FROM THEM!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: NEVER RECEIVE THIS PRODUCT EVEN AFTER CONTACTING THE SELLER MORE THAN ONCE\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The product did not work properly, after having it installed the check engine light came back on\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It doesn’t stick to my car and it’s to big\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought this because my original charger finally gave up on me. This one won’t stay inside my phone. The charging piece won’t stay inside my phone.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought this from Liberty Imports and it was not secured in the packaging and did not work. I returned it for another one and with the same result. The second one had markings on the car that suggest it was used before.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It doesn’t stick to my car and it’s to big\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This Christmas window sticker receive very small, not look like the picture.z\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect size and good quality. Great for cupcakes\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I always meal prep so I got these for my lunchbox to take to work. Awesome value for the price and love that it comes with a carrier.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The filters arrived on time. The quality is as expected.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a nice headset but I had a hard time trying to switch the language on it to English\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect for Bose cord replacements, or for converting to Bluetooth using a small receiver with an Aux In input.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The low volume is quite good just a little louder than expected but that’s okay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I had bought two separate pairs for two dodges that I own and both pairs went out withing the year best to get warranty on them but they had good light to them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Lights are not very bright\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect color and really cool lighted keyboard, but it dents really easily just being in a backpack as we've only used it like 2 weeks and it's already dented. No instructions given to set up bluetooth or change lighted keyboard options or brightness. Had to look up how to do such using previous customer reviews (from their calls to customer service). Expected it to be more durable for a forty-five dollar+ case. Disappointed it dents so easily.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We have enjoyed this tray. It lets my sons color and play with their small cars/construction vehicles while in the car. It also allows them to color and keep busy. It has a cup holder that is easier for my 2 1/2 year old to reach than the one that comes with his car seat. Easy to install and also take off when not in use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: this item and the replacement were both 6 weeks past the expiration date\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product but be aware of return policy.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works good; Never mind expire date, those are contrived.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just like you would get at the dollar store.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The filters arrived on time. The quality is as expected.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product is of lower quality\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Hair is perfect for low temp curling but not realistic. This is a tiny head from the movie Beatle juice . Not for advanced cutting class\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect size and good quality. Great for cupcakes\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very Pretty, but doesn't stand out well without a solid base coat. Great for little girls who want unicorn/fairy nails and when you don't want a bright color.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Range is not too great\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We had this in shower area where it only got moisture, no direct water. First the suction kept failing. Then the alarm mysteriously kept going off. Replaced batteries, No improvement. Couldn't turn it off or reset it. Garbage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought 2 and both remotes stopped working first 5 min of useing them\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The range is terrible on these units. I have to pull all the way into the driveway before it will activate the door. We do like the size and that they are keychains.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Never got mine in the mail now that I’m seeing this! Wow. I’d like a full refund !\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Somehow a $30 swimsuit off of Amazon is super cute and fits great! I just had a baby and my boobs are huge, but this covered me and I felt super supported in it. It’s a great suit!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: asian size is too small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Pretty dam good cutters\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really, really thin.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I can't wear these all day. Snug around the toes.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I use to get these all the time. I missed them till I found them here. Do not like hot. These are perfect.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too big and awkward for your counter\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Since the banks have or are doing away with coin counting machines, this is the next best thing. I can watch TV and get the coins wrapped in no time.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Does the job, but wish I had ordered the stand\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Item was used/damaged when I received it. Seal on the box was broken so I checked everything before install and it looks like the power/data connections are burnt. Returning immediately.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Never Received this hot little item\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Movie freezes up. Can't watch it. Doesn't work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: On first use it didn't heat up and now it doesn't work at all\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is at least the 4th hose I've tried. I had high hopes, but the metal parts are cheap and it leaks from the connector. The \"fabric??\" of the hose retains water and stays wet for hours or days depending on how hot - or not - the weather is. I do not recommend this product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: did not work, spit out fog oil ,must have got a bad one\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The nozzle broke after a week and I reached out to the seller but got no response\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not worth your time. PASS.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Much better than driving with no indication that you are a student driver. Maybe in the next set you can include \"new driver\" for when people graduate out of being a student driver. (for use after you pass the road test, etc.)\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than anticipated. More like a notepad size than a book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I'm really disappointed that Garden of Life SOLD OUT to NESTLE!!! Now I have to find a replacement for this supplement.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: After I gave it to my pet bunny, she didn't like it as much.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cats have no problem eating this . I put it in their food .\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Was very happy with this product. Liked it so much I ordered several more times. But the last order I made never made it to me. And they sent me a message telling me sorry. But they still took my money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Amazon never deliver the items. Horrible customer service. Considering new purchase choices.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product! No complaints!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great case. Daughter loves it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great price. Good quality.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Seal was already broken when I opened the container and it looked like someone had used it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This item is terrible for pregnant woman! Poorly designed! Poor quality! The straps just keep popping off and it’s even big on me. When I adjust it nothing changes. Do not buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: the quality is okay. i would give 3 start rating for this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very good product I realy love it\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good quality and price.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It really didn’t work for me - wasn’t of any help.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: did not work, spit out fog oil ,must have got a bad one\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Haven’t used it but everything seems great\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Stopped working after a couple of weeks. You get what you pay for.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does what it says, works great.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product is a good deal as far as price and the amount of softgels. I also like that it has a high EPA and DHA formula. The only thing I don't like is the fish burps. Maybe they need to add more lemon to the formula\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Definitely not what I expected! Now to say this I usually use the Doc Johnson Seven Wonders vibrator which is awesome I think they stop making it so I had to find an alternative so I found this one the price was decent read the reviews you know looked at everybody else reviews and base it off of that so hey I ordered okay so I had it for a few weeks now wanted to give an honest review and honestly... I hate it I think it's more or less the design of the applicator I don't really like the fatness of it I really like to sleep slim ones that to me they really stimulate your clit a whole lot better but hey that's just my opinion I went by it again that we looking for alternative hope this helps anybody on the quest to find a good bullet LOL LOL\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item is smaller than I thought it would be but it works great!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Didn't expect much for the price, and that's about what I got. It covers and protects my table, just have to live with a grid of folds from packaging. Seller advised to use a hair dryer to flatten out the wrinkles, but it was a very painstakingly slow process that only took some of the sharp edges off of the folds, didn't make much difference. Going to invest in something better (and much more expensive) for daily use, this is OK for what it does.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The furniture is a bit smaller and lighter than what I was expecting, but for the price it does the job. I probably will do a bit more research for future outdoor furniture buying, but for now this set is good enough.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: FIRE HAZARD DO NOT PURCHASE. Used once as instructed wires melted and caught fire!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worked with the torch. Blue flame. It burned hot enough to destroy aluminum foil\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this just about 6 months agi and is already broken. Just does not charge the computer and is as good as stone. Would not recommend this and instead buy the original from he Mac store. This product is not worth the price.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: For some reason, unit running led, was not blinking, so could not judge its working condition. Will review again, when it becomes fully operational.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This watch was purchased in mid-June. Not even 2 months later it's losing 45 minutes every 4 hours. The indicator boasts a \"full charge\" but still, losing >10 minutes every hour - faulty. Amazon's customer service was A COMPLETE JOKE. I was on the line for over ten minutes (probably longer but my watch runs slow), and got nowhere. Out of warranty.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The outer packing was rotten by the time it arrived and it can not be returned.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: When I washed them they shrunk I order a bigger size because I knew they would shrink a little but they shrunk to much\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: past is not enough strong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: not what i exspected!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Arrived frozen solid. Been in the house for 2 hours and still frozen. Brought into house 7 min after delivered. Probably ruined. Suspect package was in delivery vehicle overnight. Waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never bought this product so why the hell isn't showing up in my order history\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, do not think this is quality stainless steel. The leafs of the steamer were sticking together and not opening smoothly. Poor quality in comparison to the Pyrex brand I had for 15 years. Returned.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I’m very upset I ordered the knife set for the black holder and ended up with a wooden one. I wish that information was disclosed I would have gone with a different knife set. I wanted it to match my kitchen.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: washes out very quickly\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a very helpful book. Easy to understand and follow. Much rather follow these steps than take prescription meds. There used to be an app that worked as a daily checklist from the books suggestions, but now I cannot find the app anymore. Hope it comes back or gets updated.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great book for daily living\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 3 1/2 Stars Remedy is a brothers best friend romance as well as a second chance romance mixed into one. It's a unique story, and the hero (Grady) has to do everything to get Collins back and prove he's the guy for her. Three years ago, Grady and Collins had an amazing night together. Collins thought she was finally getting everything she dreamed of, her brothers best friend... but when she woke up alone the next morning, and never heard from her, things definitely changed. Now Grady is back, and he's not leaving, and he's doing everything in his power to prove to her why he left, and that he's not giving her up this time around. While I loved the premise of this story, and at times Grady, he really got on my nerves. I totally understand his reasoning for leaving that night, but to not even send a letter to Collins explaining himself? To leave her wondering and hurt for all those years, and then expect her to welcome him back with open arms? Was he delusional?! Collins was right to be upset, angry, hurt, etc. She was right to put up a fight with him when he wanted her back and to move forward. I admire her will power, because Grady was persistent. I loved Collins in this book, she was strong, and she guarded her heart, and I admired her for that. Sure she loved Grady, but she was scared, and hesitant to let him back in her life, who wouldn't be after what he did to her? Her character was definitely my favorite out of the two. She definitely let things go at the pace she wanted, and when she was ready to listen, she listened. There is a lot of angst in this book, and I did enjoy watching these two reconnect when Collins started to forgive Grady, I just wish Grady would have not come off as so whiney and would have been a little more understanding. He kept saying he understood, but at times he was a little too pushy to me, and then he was sweet towards the end. I ended up loving him just as much as Collins, but in the beginning of the book, I had a hard time reading his points of view because I couldn't connect with his character. The first part of this book, was not my favorite, but he second part? I adored, hence my rating. If you like second chance, and brothers best friend romances, you may really enjoy this book, I just had a hard time with Grady at first and how he handled some of the things he did.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this series. The main characters are unusual and very damaged from a terrible childhood. Will is an excellent investigator but due to a disability he believes he is illiterate. Slaughter does a very good job showing how people with dyslexia learn ways to hide their limitations. It will be interesting to see how these characters play out in the future. I understand that Slaughter brings some of the characters from the Grant County series to this series. The crimes are brutal. I'm sure this is a good representation of what police come across in their career. The procedural is well done and kept me interested from start to finish. I'm looking forward to reading more of this series soon.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this book and the McGraw hill book and I really liked the Smart Edition book better. The answer explanations were more detailed and I actually found quite a few errors in the McGraw hill book, I stopped using it after that and just used this one. This one also comes with the online version of the tests and flashcards so it really is a better deal\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: A bit taller than expected. I’m 5’11 & use these at the shortest adjustment. Would be nice to shorten for going up hill. They do extend for going down hill.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Too big and awkward for your counter\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really can't say because cat refused to try it. I gave it to someone else to try\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The small wrench was worthless. Ended up having to buy a new blender.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: asian size is too small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: way smaller than exspected\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: These raw cashews are delicious and fresh.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Super cute and would be effective for the average chewer. My dog had the east of in less than a minute. I liked that when the limbs were removed, the stuffing wasn't exposed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I'm really disappointed that Garden of Life SOLD OUT to NESTLE!!! Now I have to find a replacement for this supplement.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This rice is from the ice age. It tastes ghastly and revolting. I threw the rest away and I'm sure not even the ants will like it. It seems to be leftovers from Neanderthals which might add some archeological value to it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fast shipping. Unfortunately, upon opening I noticed a sizable chip on the 1000 grit side. Hopefully still useable after a little grinding.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Water pump works perfectly and arrived as promised.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I am very upset and disappointed, a month ago I bought this axial and the second time I went to use it, the control stopped working, the car did not roll or move the direction to any side, I took it to check with a technician and made several tests connecting different controls to the car and it worked perfect but when we put back the control that brought the car did not work, very annoying since in theory this is one of the best cars and brands that are in the market\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: did not work, spit out fog oil ,must have got a bad one\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stops working after 3 weeks of use. Good thing that I have a backup filter. Please replace.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Failed out of the box.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had to return it. Didn’t work with my Rx. Tested it once upon arrival, seemed fine. The next day it was leaking.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Beautiful rug and value however rolling it on a one inch roll is ridiculous. I can’t remember the last 5 X 7 rug that comes rolled up on a cardboard roll. While I understand the rug will flatten eventually it should be after a day or so. Not days with weights on it, flipping it and steaming it. Good think I’m not having company tomorrow.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I use these cartridges all the time, but this is my first time to order them from Amazon (I had a gift card on Amazon that needed to be used). The box which, actually, was shipped from Office Depot was damaged when it arrived; however, the cartridges appear not to be damaged. I'll find out for sure when I install them (not all at the same time). An interesting thing about my order: I wanted a box of 2 black cartridges, also, but there was a delivery charge on them because the order would be fulfilled by Office Depot - there was free shipping on the color cartridges (fulfilled by Amazon). Rather than pay shipping on the black cartridges, I bought them at the local Walmart for the same price as through Amazon -- no shipping charges. The interesting thing was that when the color cartridges arrived, they had been shipped by Office Depot -- no shipping charges on them. Why shipping charges on black but not color -- price on each was more than the $25 amount required for free shipping and both shipped from Office Depot? Doesn't make sense to me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not exactly what I was expecting. Packaging was not in the best condition. Lights are bright and lots of different combos. Very thin light rope and was long enough to go around my mirror.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Order the set with 2 cables . Black housing. Only got 1 cable no housing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not all the colors of beads were included with my kit\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Only 6 of the 12 lights were included...\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very cheaply made, do not think this is quality stainless steel. The leafs of the steamer were sticking together and not opening smoothly. Poor quality in comparison to the Pyrex brand I had for 15 years. Returned.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This was not like the name brand polymer clays I am used to working with. This is much to plasticky feeling, hard to work with, it won’t soften up even the slightest bit with the heat from my hands like the name brand polymers. It was difficult to mold, roll, and impossible to create anything halfway decent looking. This is certainly a case of “you get what you pay for” Stick to the name brand if you want this for anything other than for a kid to mess around with. I am highly disappointed in everything except for the case it came in.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: There are no pockets for organization inside this bag. There are flat divided areas on the outside but not convenient. The material is good and has been durable thus far.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: All the pockets and functionality are just right. I can't really find anything about the usability that annoys me such as pockets or organization not quite right. The pockets are placed and sized well and I find them all useful. The most annoying thing about it is that it does not stand up straight on its own, however, it has a very predictable side that it falls to. It leans predictably so it is not an actual issue against it's overall usability.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn't really have high hopes for this dress as I was expecting more of a costume-like dress, but I pleasantly was surprised! It is really cute and the fabric is thicker than I was expecting which is nice. It is a little tight around the neck and the zipper does not seem to be the strongest, but I got several complements and would highly recommend this dress!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice lightweight material without being cheap feeling. Generally the design is nice, except the waist. The sewn in waist band is high. If you are long waisted , it would be way above your waist. I am a medium which is what I ordered. The waistband is about at the last rib in the front. When you tie the attached belt there is an improvement. OK as a house dress for me. I'm 5'4\" and it's bit bit long. I just knotted the corners of the bottom hem...that works.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Peeled off very quickly. Looked good for a short while; maybe a day.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Total crap wouldn't even plug into the phone the pins were bent before I even tried to use it\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Finger print scanned does not work with it on\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Needs a longer handle but that's my only complaint. Otherwise works well.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I just got these in the mail. Work for like a minute and than gives me the accessory is not supported by this iPhone. I have the iPhone 7. It’s really wack for a deal of two of them\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works as it says it will!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works perfectly. Only criticism might be that the OD doesn’t match so it’s very apparent that an adapter is being used but glad to be able to use old attachments!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: FIRE HAZARD DO NOT PURCHASE. Used once as instructed wires melted and caught fire!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really can't say because cat refused to try it. I gave it to someone else to try\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DO NOT BUY! Device did not work after the first use and the company is ignoring my return request. You want the device to be reliable when you need it. I no longer trust this brand.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My kids love their bags! Carry them everywhere and are very durable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love these rollers! Very compact and easy to travel with!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely horrible vinyl does not stick at all I even had my heat breast up to 450 and it still wouldn't\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Terrible product, wouldn't stick tok edges of the phone\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe I’m not that good at applying it. But it seems really hard to get on without streaks, and it only seems to work okay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quick shipping, Quality product, Perfect fit\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The product is fine and the delivery was fast, but there's no way to seal the package once it's opened. There's a wide piece of tape, but you have to cut the package open to get into it unlike most wipes that have a slit with an adhesive to cover it afterward. If you don't seal them back up they go dry and are useless.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very breathable and easy to put on.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4\"\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great case. Daughter loves it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought this for my daughter for her new phone and she loves it! It fits the phone very well and looks super cute. It also feels nice and sturdy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Help..... I ordered and paid for one and received 3. How do we handle this?? Don’t publish.... just answer\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this product twice and was sent the wrong product twice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Never receive my cases and never answer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never bought this product so why the hell isn't showing up in my order history\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: never received my order\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product is not as viewed in the picture, was assuming it would be gold but came in a silver color. Slightly disappointed but not worth returning due to the quality of price.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: few cables not working, please reply what to do?\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Hit a bump while driving, and it falls off the vent. Phone holder needs to be reinserted into the vent after every use as it wiggled half off the vent.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It already stopped working. It no longer charges.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worst cable I have had to date for my iphone. It's so stiff if you move it at all while plugged in, it disconnects. I have to carefully plug it in all the way and it doesn't give that really solid click feel, then if disturbed at all it loses connection. I have another Anker Powerline 1 cable and it has been great. Not sure how the II can go backwards. My window to return has closed so I guess I'll contact them directly and see if they will replace with a different cable.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this modem/router about two years ago. At the start it seemed to be ok but for the last year plus I’ve had problems with it dropping the internet. This happens on all my devices both Wi-Fi and wired. The only way to restore service was to do a AC power reset. This was happening once or twice a day. Comcast came out, ran a new coax line from the pedestal to the house and boosted the signal level. Same problem. The Arris Tech guys were great but could not solve the problem. Additionally, I lost the 5G service on three occasions. I had to do a factory reset to restore this. I cannot recommend this modem/router based upon my experiences. I purchased a Netgear AC1900 modem/router. It’s fantastic. I’v Had it for over a week with no problems. It’s faster and the range is greater than the Arris. I read online that other people have had problems with the Arris modem/router connected to Comcast. If you have Comcast internet I do not recommend this Arris modem/router. Get the Netgear, its much more reliable.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Haven’t used it but everything seems great\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love listening to these CDs. Would recommend!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had Western Digital in all my builds and they've been great. Decided to try the Fire Cuda and it failed two weeks in and I lost so much data. Never again!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: When we received the scoreboard it was broken. We called for support and left our number for a call back. 3 days later no call. Terrible service!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One half stopped working after month of use\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I just got these in the mail. Work for like a minute and than gives me the accessory is not supported by this iPhone. I have the iPhone 7. It’s really wack for a deal of two of them\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The time display stopped working after 3 months. Can now see only bottom half of numbers. Don't buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Holy Crap what a Cliffy! Loved this book from beginning to end and is my absolute favorite so far! Can’t wait for book 4!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great story, characters and everything else. I can not recommend this more!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really Like this ring light! It is wonderful for the price and it gets the job done! The only issue is the light bulb heats up too fast and the light goes out, so I have to turn it off wait for a while then turn it back on. I don't think that is supposed to happen...I don't know if I have a defective light or what, but it is a very nice ring light besides the overheating.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: asian size is too small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These rings are dainty & adorable! Can be worn alone or stacked. The craftsmanship put into these rings, is very evident! I will definitely be buying more!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the way the ring looks and feels. It's just I chose 5.5 for my ring size and I referenced it to the size chart but it still but it's big on me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My kids love their bags! Carry them everywhere and are very durable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My girls love them, but the ball that lights up busted as soon as I removed from the package.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a neat toy. It is fun to play with. The track pieces snap together easily. It keeps kids entertained. It comes with dinosaurs. It is made very well.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this booster seat ! My miniature schnauzer Chloe is with me most of the time. She loves riding in the car. Before she couldn't see over dashboard in my truck. Now she can and she loves it. She watches everything going on. Thank you for a well made product. We would order again.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Pretty dam good cutters\n", + "OUTPUT: positive\n", + "\n", + "INPUT: well built for the price\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Enjoyable but at times confusing and difficult to follow.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great book for daily living\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Michener the philosopher of the 20th Century clothed as a novelist. In an engaging style, tantalizingly follows the life of a Jew, an Arab, and an American Catholic at an archeological dig in Israel to tell the painful history of modern Judaism. Somehow he finds hope for both Israel, Jew, Arab, and in an amazing way Palestine.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I'm almost done with this book, but its a little too wordy and not intense enough for me.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality product. I just wish there were choices for the cover, it's hideous.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fit as expected to replace broken cover\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I am returning product, I’ve been getting the same Wella Brilliance shampoo for years...the darker and cheaper one circled, and the last Two deliveries were the lighter bottle which smells nothing like the product I want and have been using for nearly 10 years. Extremely dissatisfied, why would they have two products and two prices and send the one you DONT PICK????\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These rings are dainty & adorable! Can be worn alone or stacked. The craftsmanship put into these rings, is very evident! I will definitely be buying more!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the S3 Gold: Color matches perfectly, but the band I received is not the same quality as the other BRG bands I’ve bought. The middle metal clasp that attaches to the watch is extremely loose. The entire clasp that slides into the watch is also loose and wiggles. The magnetic clasp to lock the bracelet in place also slides off easily. I love that the color matches, but I either got a defective band or the quality has gone down.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Adding a review post 1 year of ownership. Mediocre quality. My daughter has been riding the bike to school and back for about a year. The headset (where the handlebar connects) requires re-tightening every few months. The brakes are a weak spot on this bicycle, they are finicky to adjust and need readjustment every month. The shifting system works as you'd expect for a $200 bicycle, clicks into gear but is not smooth. We haven't experience any of the chain issues some others have mentioned. Lastly, I'm disappointed in the quality of the bolts/nuts used on the bike, the frame itself and most of the components seem to be of decent quality, but the bolts had surface rust after the first winter (and we live in california so we rarely even have rain, just typical morning dew).\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: When you order a product, you expect the product to be as described. They were advertised as CAP Dumbbells. However, the product received was Golds Gym dumbbells. If I wanted Golds Gym, I would have bought these from Walmart. I have a complete set of CAP dumbbells, with the exception of my one set from Golds Gym. Is the weight correct, yes. Due they perform, yes. I just expect to get what I paid for not something else. After reading a few other reviews, I see that others have had the same issue.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The battery life is terrible compared to earlier versions, an all day reading episode uses it up. It is not something I could count on for a long trip without power nearby. Also, it often goes back several pages quickly because my hand gets near the left edge. I regret buying this version.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just can't get use to the lack of taste with this ceylon cinnamon. I have to use so much to get any taste at all. This is the first ceylon I've tried so I can't compare. Just not impressed. I agree with some others that it taste more like red hot candy smells. Hope I can find some that has some flavor. I really don't want to go back to the other cinnamon that is bad for us.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These raw cashews are delicious and fresh.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: this is a great book for parents who want to maximize their kids health but not lose the flavor and fun of food. spices are not spicy, they’re health boosting and delicious. i love spice momma’s creative recipes and can’t wait for more from her.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I saw this and thought it would be good to store the myriad of batts that I have. You must know that this is made to hang on the wall. The lid does not lock down in any way it just hangs lose and bangs into the Size C batts. You can lay it flat but remember the lid does not in any way hold the batteries from falling out if you turn it to the side, Now for me the biggest disappointment is that there are no slots for the batteries that use the most, the CR 123 batts. I rate it just barely useful. I should have read more carefully the description. It is too much trouble to return it so I'll keep it and buy smaller cases with locking lids\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this product twice and was sent the wrong product twice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Item description says \"pack of 3\" but I only received 1\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This item takes 2 AA batteries not 2 C batteries like it says\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My paper towels kept falling off\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Plates won’t snap in. The keep falling out no master how hard you push. Leaks every where. Handle won’t snap shut. It’s good difficult to use. It’s not like my d sandwich maker I used in college. Only reason I wanted another one-the simple ease of making sandwiches. But this is more headache than worth it. I’m cleaning the mess it’s made.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not all the colors of beads were included with my kit\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Failed out of the box.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Came with 2 pens missing from the box.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product will recomend\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was very easy to install on my laptop.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Adhesive is good. Easy to apply.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Challenging. Love the fact that each session extends into 6 more days of devotional study. We are focusing each study for a 2 week period. Awesome focus point for personal growth as building meaningful relationships within our group. Thank you !\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: After 5 months the changing rainbow light has stopped functioning. Still works as an oil diffuser at least. It was cheap so I guess that's what you get!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's a perfect product, I use it for study and relaxation. Easy to assemble and lights are adjustable (can be turned off). It's also really quiet, barely any sound. If you need a diffuser that is for meditation, studying or relaxation, definitely pick this one!! Also, a great value for a 2 pack.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Solid performer until the last quart of oil was being drawn out, then it started to spray oil out of the top.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great must-have tool! A long time ago I was able to open some of my watches, but some were so tight, that it was almost impossible to avoid scratches. This tool turns this job into a few second fun.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The small wrench was worthless. Ended up having to buy a new blender.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Supplied stoppers were no fit for soap bottle! Had to put the original plastic top back on bottle and insert tube through hole. It then worked!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awesome tool for Toyota/Lexus cartridge filter. Way less messy than using the plastic items that come with the filters to drain the oil from the cartridge. The flow doesn’t start until you turn the knurled handle after having threading it into the bottom of the cartridge. Clear tubing is handy to direct the oil into a pan or directly into a recycling container.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Item description says \"pack of 3\" but I only received 1\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great price BUT were not stuffed properly and had to be opened for fixing. Also, I was under the impression that it was 2, but it's only one insert. My fault for not reading the whole thing so just an FYI.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Item was used/damaged when I received it. Seal on the box was broken so I checked everything before install and it looks like the power/data connections are burnt. Returning immediately.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This system is not as simple & straight-forward to program as one with fewer tech capabilities. The voice quality of the Caller ID announcement is poor & there are multiple steps to use Call Block and to access, then erase, Messages. However, the large capacity to store Blocked Calls is a major reason for the purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: past is not enough strong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Don't buy this game the physics are terrible and I am so mad at this game because probably there are about 40 hackers on every single game and the game. Don't doesn't even do anything about it you know they just let the hackers do whatever they want and then they do know that the game is terrible but they're doing absolutely nothing about it and the game keeps on doing updates about their characters really what they should be updating is the physics because it's terrible don't buy this game the physics are terrible and mechanics are terrible the people that obviously the people that built this game was high or something because it's one of the worst games I've honestly ever played in my life I would rather play Pixel Games in this crap it's one of the worst games don't buy\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We've all been lied to, that's a fact. Andy Andrews shows us the depth we have sunk to by the lies. We need to expect truth from those in the political arena or elect those people that will speak the truth. You don't want your friends to lie, why accept it from elected officials. Apathy is running rampant. We need to be able to discern truth and it can only be found if we are willing to look for it. Check things out, don't always take what someone says as truth. A short, but powerful, book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love the gloves , but be,careful if you are allergic to nickel don't buy them they are made with nickel chloride which I am allergic very highly allergic to so that was the only downfall\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I look fabulous with this glasses on, totally worth it! :D\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The Marino Avenue brand Men’s low cut socks are of good quality. I put them through one cycle of hot water washing and drying and they stood up to the challenge. What I like best is the color choices on the socks. The green, yellow, red, and black one is my favorite combo.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are super cute! Coworkers have given lots of compliments on the style. I ordered 3 pair for work and home :) haven’t had a headache since wearing these. love!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Failed out of the box.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Was not delivered!!!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thought this was a magnetic sticker, I was mistaken.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Pretty dam good cutters\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So small can't even see it in my garage i though was a lil bigger\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: less flexible than expected.. but still good for the price\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect for Bose cord replacements, or for converting to Bluetooth using a small receiver with an Aux In input.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This thing is EXACTLY what is described, 10/10\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Belt loops were not fastened upon opening. They were not stitched.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not worth your time. PASS.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When I received this product, I took the tracker out of the package and plugged it in in order to charge it-it never turned on! I did that was suggested, but to no avail!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Runs very large. Order 3 sizes smaller!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Pretty dam good cutters\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Believe the other reviews, the belt is small and won’t let you start the mower. When you do it will burn the belt in minutes.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This dress is very comfortable. I would recommend wearing a slip under it as it is very thin. I’m going to have to hem the bottom because it’s long. I’m 5’5” and even in wedges it hits the floor. But it’s great for the price!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Runs very large. Order 3 sizes smaller!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4\"\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We ordered 4 diff brands so we could compare and try them out and this one was by far the worst, once you sat down. You felt squished. I’m 5.5 and 120 lbs. My husband could barely fit.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This is a nice headset but I had a hard time trying to switch the language on it to English\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It arrived broken. Not packaged correctly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought this because my original charger finally gave up on me. This one won’t stay inside my phone. The charging piece won’t stay inside my phone.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: asian size is too small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered this phone for my daughter and the \"unlocked dual phone \" is misleading as it came LOCKED & in Chinese!😡\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Use at your own risk. My wife and I both had burning sensation and skin reactions. No history of sensitive skin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have\n", + "OUTPUT: positive\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works good but wears up fast.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Have not used at night yet\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We loved these sheets st first but they have proven to be poor quality with rips at seams and areas of obvious wear from very rare use on our bed. Very disappointed. Would NOT recommend.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Our 6 month old Daughter always needs a security blanket wherever we go. We bought these as backups and they have been so durable and they are really cute too.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this series. The main characters are unusual and very damaged from a terrible childhood. Will is an excellent investigator but due to a disability he believes he is illiterate. Slaughter does a very good job showing how people with dyslexia learn ways to hide their limitations. It will be interesting to see how these characters play out in the future. I understand that Slaughter brings some of the characters from the Grant County series to this series. The crimes are brutal. I'm sure this is a good representation of what police come across in their career. The procedural is well done and kept me interested from start to finish. I'm looking forward to reading more of this series soon.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great book for daily living\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a very helpful book. Easy to understand and follow. Much rather follow these steps than take prescription meds. There used to be an app that worked as a daily checklist from the books suggestions, but now I cannot find the app anymore. Hope it comes back or gets updated.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These notebooks really keep me on track, love them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like everything about this book and the fine expert author who also provides vital information on T.V.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My twin grand babies will not be here until March. So we have not used them yet. The only thing so far that I was let down by was the set for the girl showed a cute bow, when I got it, it was just the cap. You should not show the boy in the picture.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product is a good deal as far as price and the amount of softgels. I also like that it has a high EPA and DHA formula. The only thing I don't like is the fish burps. Maybe they need to add more lemon to the formula\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first time I bought it the smell was barely noticeable, this time however it smells terrible. Not sure why the smell change if the formula didn't change but the smell makes it hard to use. I guess I would rather it smell bad than be sick though...\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like everything about the pill box except its size. I take a lot of supplements and the dispenser is just too small to hold all the pills that I take.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just got the product and tested over the weekend for a big party. It turned out great for the 8lb ribs my hubby cooked. Got lots of compliments from the guests!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very plain taste.. Carmel has so much more flavor but too pricy.. so pay less and get no flavor.. or pay a rediculous amount for very little of product..\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Waste of money!! Don’t buy this product. just helping community. I trusted reviews about that but all wrong\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I don’t like it because i ordered twice they sent me the one expired. No good .I don’t want to buy anymore.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have returned it. Did not like it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I used this product to take rust stains off my concrete driveway. It reduced the stains, but did not remove them completely. I'm hoping our Southern California sun will do the rest .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a well made device, much higher quality than the three previous cat feeders we've tried. The iOS app works well although the design is a little confusing at first. The portion control is good and the feeder mechanism has worked reliably. The camera provides a clear picture and it's great to be able to check remotely that the cat really is getting fed. Setup was relatively easy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Pretty easy to work with, the finished driveway looks very nice have to see over time how it lasts , Happy with the results .\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just received in mail, I think I received a used one as it had writing in the first 3 pages. And someone else's name... Otherwise seems like pretty good quality\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Got a screen didn’t worked reorder it and still didn’t work trash screen\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product but be aware of return policy.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never received this and I was need to go to the store to buy a replacement\n", + "OUTPUT: negative\n", + "\n", + "INPUT: this was sent back, because I did not need it\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This item appears to be the same as one I purchased from a local hardware store a year or so ago, but it is not finished or burnished to the quality of the one I previously purchased. As such it looks dull, but not exceedingly so. It is close enough to be acceptable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This shade sits too low on the lens and it hangs below the top edge of the lens and is crooked! The design is terrible. What made it worse is that it cannot be returned!! Don’t buy and waste your money!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Shines dimly. broke on next day! Awful, terrible quality. Price is higher than any other. Do not waste time and money on this!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The strap is to long it keeps drink cold for maybe 2 hours. its very stylish\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Works good but wears up fast.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product does not work at all. I have tried it on two of my vehicles and it does not cover light scratches. Waste of money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works well, was great for my Injustice 2 Harley Quinn cosplay\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work as I thought it would. It really doesn't help much. It only last for like a hour.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I washed it and it lost much of its plush feel and color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not dry like it is supposed to.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These earbuds are really good.. I bought them for my wife and she is really impressed.. good sound quality.. no problem connecting to her phone.. and they look really good.. i like how the charging box looks as well.. i really think these are as good as the name brand buds.. would recommend to anyone..\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: this item and the replacement were both 6 weeks past the expiration date\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Stopped working after a couple of weeks. You get what you pay for.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Right earbud has given our after less than 6 months of use. Do not buy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cool bag with graphics, but smelled like mildew.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My husband is in law enforcement and loves this bag.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: one bag was torn when it's delivered\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Total crap wouldn't even plug into the phone the pins were bent before I even tried to use it\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought this because my original charger finally gave up on me. This one won’t stay inside my phone. The charging piece won’t stay inside my phone.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: One of them worked, the other one didn't. There's no apparent damage, it just won't work on multiple phones and with multiple wall ports.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Use at your own risk. My wife and I both had burning sensation and skin reactions. No history of sensitive skin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: ear holes are smaller so i can hurt after long use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this just about 6 months agi and is already broken. Just does not charge the computer and is as good as stone. Would not recommend this and instead buy the original from he Mac store. This product is not worth the price.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not pleased with this external hard drive. I got it bc I don't have any storage space on my phone. I plugged it in to my iPhone and I have to download the app for it....which requires available storage space, which I don't have! It is also doesn't seem to be quality made. Disappointed overall.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Remote does work well, however the batteries do not last long. Disappointing.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love the lights, however, if you leave them in the on position for more than a few days in order to use the remote, the batteries drain quickly whether the candles are actually lit up or not.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can't wait for the next book to be published.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: don't like it, too lumpy\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Nothing like the photo. Boo.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Waste of money smfh sooo upset\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Did not fit very well\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not happy. Not what we were hoping for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The packaging of this product was terrible. Just the device with no instructions in a box with no bubble wrap. Device rolling around in a box 3x’s it’s size. No order slip.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not only was the product poorly packaged, it did not work and made a horrible grinding noise when turned on. To make matters worse, I followed ALL return instructions and still have not been issued my refund! Would give zero stars if I could.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The small cover didn’t seem to work very well. I don’t feel that they do Avery good job from keeping the avocado from turning brown\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The screen protector moves around and doesn't stick so it pops off or slides around\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This shade sits too low on the lens and it hangs below the top edge of the lens and is crooked! The design is terrible. What made it worse is that it cannot be returned!! Don’t buy and waste your money!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The battery covers screw stripped out the first day on both cars I purchased for Christmas.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this iPhone for my 9.7” 6th generation iPad as advertised. Not only did this take over 30 minutes just try to put it on, but it also doesn’t fit whatsoever. When we did get it on, it just bent right off the sides, exposing the entire edges of all the parts of the iPad. This is the worst piece of garbage I have bought from Amazon in years, save your money and go somewhere else!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The top part of the cover does not stay on.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Idk what is in these pads but they gave my nips some problems. When I nursed my baby and folded these down the adhesion would get all wonky and end up sticking to me. I love how thin they are but I’ve never have had problems with nursing pads like I did with these\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I'm never buying pads again! I've been using these for months now and I absolutely love them. They're super durable and easy to clean, great for people with sensitive skin or who have allergies. These are soft, hypoallergenic, and super absorbent without feeling like wearing a diaper or something (at least, that's how I used to feel wearing pads). The money you spend now saves you ever having to spend on pads again.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Smell doesn't last as long as I would like. When first opened, it smells great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great length but only lasted 6 months.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Last me only couple of week\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Will continue to buy.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would buy it again. Just as a treat, was a nice little side dish pack for nights when me or my husband didn't want to cook.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: cheap and waste of money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DON'T!!! Mine stopped playing 3 days after return deadline ended.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great product but be aware of return policy.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I not going to buy it again\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I reuse my Nespresso capsules and these fit perfectly and keep all coffee grounds out.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Please note that it’s pretty small, so it’ll take a few trips to grind enough for a good session. Also the top is kinda tricky because you have to screw it on each time to grind.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Once installed we realized that it's missing a gasket or something behind it to seal it to the shower wall. Water can just run behind it because it doesn't fit tightly. It looks great and I like it, but we have to figure something out to make it more functional.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is an awesome coffee bar! We put it to fairly easy. Just make sure you look at the piece and figure out which is the front and back. I had to take it back apart and turn some around.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The Marino Avenue brand Men’s low cut socks are of good quality. I put them through one cycle of hot water washing and drying and they stood up to the challenge. What I like best is the color choices on the socks. The green, yellow, red, and black one is my favorite combo.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cute short curtains just what I was looking for for my new farmhouse style decor\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I mean the case looks cool. I don’t know anything about functionality but they sent me a iPhone 8 Plus case. The title says 6 plus, I ordered a 6 plus and there was no option on selecting another iPhone size beside 6 and 6 plus so I’m very disappointed in the service\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Terrible product, wouldn't stick tok edges of the phone\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These earbuds are really good.. I bought them for my wife and she is really impressed.. good sound quality.. no problem connecting to her phone.. and they look really good.. i like how the charging box looks as well.. i really think these are as good as the name brand buds.. would recommend to anyone..\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just as good as the other speck phone cases. It is just prettier\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The teapot came with many visible scratches on it. After repeated efforts to contact the seller, they have simply ignored requests to replace or refund money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Glass was broken had to ship it back waiting on the new one to be here tomorrow hopefully not not broken.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cute, soft and great for a baby that’s 1 and loves Bubble Guppies.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: There was some question on as to whether or not these were solid stainless steel or not on the listing. Since the seller made a point of saying they were solid, I decided to give it a shot. The bad news: my grill was 1/2\" too wide, so I had to saw off the nubs on the end of the grates to fit. The good news: they are definitely solid stainless as advertised, so I am not worried about these grates de-laminating like my old factory grates. Glad I bought these. They look great, well-constructed and feel heavy duty. Can't wait to fire up the grill!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I reuse my Nespresso capsules and these fit perfectly and keep all coffee grounds out.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The filters arrived on time. The quality is as expected.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These raw cashews are delicious and fresh.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I'm really pissed off about this tiny brush that was sent with the bottle. This has to be a joke. I've purchased smaller water bottles and received a brush bigger/better than this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Loved that they were dishwasher safe and so colorful. Unfortunately they are not airtight so unsuitable for carbonated water. I just bought a soda stream and needed bottles for the water. It lost its carbonation ☹️\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Our family does a game night most weeks and I got this thinking it would be fun to play. And it was. We played it 3 times (2 adults and 2 kids, 11 and 10) before we figured out how to win every time. Even the \"more challenging\" level is just more flooding, which, once solved, isn't much of a challenge. I was hoping for re-playability, but we've taken this one out of the rotation. Fun and interesting the first couple of times through, though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not all the colors of beads were included with my kit\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered these for my daughter as a Christmas present. When she opened the case 3 of the markers did not have the caps on and were completely dried out. She was very disappointed. She then starting testing all of them on a piece of paper, several of them began to run out of ink very quickly. Not happy with this product, tried to return, however these markets are an unreturnable item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The package only had 1 rectangular pan and 1 cupcake pan. Missing 2 rectangular pans.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I thought it was much bigger, it's look like a new born baby ear ring.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We have another puzzle like this we love and were excited to add to ours but this is just circles with the smaller shapes painted on. Not what is looks like, no challenge\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just got the product and tested over the weekend for a big party. It turned out great for the 8lb ribs my hubby cooked. Got lots of compliments from the guests!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a wonderful first book in a new series. I love all of Ms. Kennedy’s books and I eagerly one clicked this one. It has engaging characters, a strong storyline and hot encounters. I really enjoyed it.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Mango butter was extremely dry upon delivery.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Hash brown main entree wasn't great, everything else was amazing. What else can you expect for an MRE?\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Did not fit very well\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Enjoyable but at times confusing and difficult to follow.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: understated, but they did not look good on my overstated face.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Was OK but not wonderful\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quite happy with these cards. They are a larger size than many I've seen and the rose stickers for sealing are a nice touch.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like the price on these. Although they are ridiculously hard to open due to the 2 lines to lock it. Also they don’t stand up straight.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: very cute style and design, but tarnished after 1 wear!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Perfect brush, small radius, and good quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Meh. Not as stylish as I would have thought and not very sturdy looking. 10/10 do regret.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've been using this product with my laundry for a while now and I like it, but I had to return it because it wasn't packaged right and everything was damaged.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is THE BEST mascara I have found. I live in south Florida and this stays on through humidity, rain, everything and NO clumping or smudging. It's buildable and really easy to remove. LOVE IT!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have been searching for a deodorant that works and is natural. This one works great! It smells so nice and lasts all day\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was amazed how good it works. That being said if you forget to put it on you will sweat like you did before. Would recommend to everyone.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Huge disappointment box was all messed up and toy was broken\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The width and the depth were opposite of what it said, so they did not fit my cabinet.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They were exactly what I was looking for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Just as advertised. Quick shipping.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great ideas in one device. One of those devices you pray you’ll never need, but I’m pretty sure are up for the task.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My son Loves it for his 6 years old birthday! The package including everything you need. Highly recommend\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Nice color but very Small\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great,just what I want\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Did not fit very well\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this swim suit but it fits really small. I am a size 14 and per reviews that's what I ordered. It runs really small. Also a lot of mesh in the back and on the sides of this suit. Don't like that. its going back....sad\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great fit... very warm.. very comfortable\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These sunglasses are GREAT quality, and super stylish. I didn't think I'd love any sunnies off of Amazon, but this was the first pair I took a chance on and I love them! Definitely a great buy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The child hat is ridiculously small. It was not even close to the right size for my 3 year old son. I checked the size, and it wouldn't have even fit him as a newborn. I liked the adult hat but it is not sold separately. The seller was rude and unhelpful when I contacted them directly through Amazon. The faux fur pom was either already torn or tore when I was trying on the hat. See the attached photograph. The pom came aprt, exposing the inner fluff.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The umbrella itself is great but buyer beware they send you a random umbrella and not the design you pick. It's a good thing my daughter likes all the Disney princesses or I would have had an upset 3 year old. I picked a design that showed 4 different princesses on it and received one that had only snow white and the 7 dwarfs on it. When I went to the site I read the fine print that they pick the umbrellas at random so no need to return.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: After I gave it to my pet bunny, she didn't like it as much.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is definitely the shampoo the Stars use. My hair is never smelt better or felt softer in my entire life. I felt like a model walking down the street with my hair bouncing and blowing in the wind. I highly recommend this product. I did not use it for a drug test, I just wanted to see if it would clean out the impurities from my hair which it seems to have done.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The picture shows the fuel canister with the mosquito repeller attached so I assumed it would be included. However, when I opened the package I discovered there was no fuel. Since it is not included, the picture should be removed. If someone orders this and expects to use it immediately, like I did, they will be very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Well, I ordered the 100 pack and what came in the mail was silver eyeshadow....Yep, silver women’s eyeshadow...no blades....how does that happen???\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The process was pretty simple and straightforward, and I ended up using the entire mixture all over my hair. After leaving it in for at least 30 minutes and following all the steps, it still didn't cover all my grays. It did mask a good portion of them to blend more with my hair, but I wish it would've been complete coverage.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Worst fucking item I ever bought on Amazon I had a headache for 2 days on this bullshit I thought I had to go to the emergency room please don't but real costumer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the curls but the hair does shed a little; it has been a month; curls still looks good; I use mousse or leave in conditioner to keep curls looking shiny; hair does tangle\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Cool bag with graphics, but smelled like mildew.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I got my package today and it was used it came with dog hair all over it! I am really mad because my house is allergic to dogs!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It’s ok, buttons are kind of confusing and after 4 months the power button is stuck and we can no longer turn it on or off. Sorta disappointed in this purchase.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: 3 1/2 Stars Remedy is a brothers best friend romance as well as a second chance romance mixed into one. It's a unique story, and the hero (Grady) has to do everything to get Collins back and prove he's the guy for her. Three years ago, Grady and Collins had an amazing night together. Collins thought she was finally getting everything she dreamed of, her brothers best friend... but when she woke up alone the next morning, and never heard from her, things definitely changed. Now Grady is back, and he's not leaving, and he's doing everything in his power to prove to her why he left, and that he's not giving her up this time around. While I loved the premise of this story, and at times Grady, he really got on my nerves. I totally understand his reasoning for leaving that night, but to not even send a letter to Collins explaining himself? To leave her wondering and hurt for all those years, and then expect her to welcome him back with open arms? Was he delusional?! Collins was right to be upset, angry, hurt, etc. She was right to put up a fight with him when he wanted her back and to move forward. I admire her will power, because Grady was persistent. I loved Collins in this book, she was strong, and she guarded her heart, and I admired her for that. Sure she loved Grady, but she was scared, and hesitant to let him back in her life, who wouldn't be after what he did to her? Her character was definitely my favorite out of the two. She definitely let things go at the pace she wanted, and when she was ready to listen, she listened. There is a lot of angst in this book, and I did enjoy watching these two reconnect when Collins started to forgive Grady, I just wish Grady would have not come off as so whiney and would have been a little more understanding. He kept saying he understood, but at times he was a little too pushy to me, and then he was sweet towards the end. I ended up loving him just as much as Collins, but in the beginning of the book, I had a hard time reading his points of view because I couldn't connect with his character. The first part of this book, was not my favorite, but he second part? I adored, hence my rating. If you like second chance, and brothers best friend romances, you may really enjoy this book, I just had a hard time with Grady at first and how he handled some of the things he did.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not a credible or tasteful twist at the end of the book\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This novel took my heart. If you’ve read Eleanor and Park you know your in for a whirlwind. It was everything I expected.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This book was okay I guess. I was not really fond of Jaime's views on things but oh well. Quinn was a wise cracker, but otherwise okay. Jaime should have set her parents down when she was younger and told them both they were messing up her life, maybe she wouldn't have been so messed up. Otherwise it was okay book.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My husband is in law enforcement and loves this bag.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Picture was incredibly misleading. Shown as a large roll and figured the size would work for my project, then I received the size of a piece of paper.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Item description says \"pack of 3\" but I only received 1\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The description said 10 pound bag. There is no way this is 10 pounds. I get the 5 pound bags at the feed store and the 5 pound bag is bigger and heavier. I ordered two bags and I can lift both bags with one hand without trying.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Love the humor and the stories. Very entertaining. BOL!!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Does not give out that much light\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Please do not buy this! I was so excited and I got one for me and my co worker because we freeze in our offices. It's so small and barely even heats up. One of them didn't even work at all!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love the light. Fits with out furniture. Great overall but the floor switch isn't convenient to possible add a switch on the light itself. We ended up running the floor switch up between the couch sections so we can operate the light without having to find the switch on the floor\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I received this in the mail and it was MISSING. The bag is ripped open and there is no bracelet to be found....\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Sorry but these are a waist of money. Washed my handy one time and they come right off. I even glued them on because they were so cheep and didn’t stay when you put the ring on .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The one star is for UPS. I wish I had been home when delivery was made because I would have refused it. I have initiated return procedures, so hopefully when seller gets this mess back I will receive my $60 in a timely manner.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These picks are super cute but 1/2 of them were broken. When I tried to replace the item, there was no option for it.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought these for a Nerf battle birthday party for my son. We put buckets of these bullets out on the battlefield and they worked great! Highly recommend!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I was disappointed with these. I thought they would be heavier.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I did not receive the Fitbit Charge HR that I ordered, I got a Fitbit FLEX ,,, and I am very upset and do NOT like not receiving what I ordered\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very good price for a nice quality bracelet. My sister loved her birthday present! She wears it everyday.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Mediocre all around. Durability is \"meh\". Find a good (modular) set that will last you 10x the durability. This isn't the cheap Chinese headphones you have been looking for. Look for IEM\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I take Carnitine for recovery and endurance, this product does the job, and does it well.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is my third G-shock as I have been addicted to this watch and can never probably use a different brand. Not only this is a beautiful watch, it is also water resistant and is very durable. Good purchase overall and I love the dark blue color. I only miss the night light, which this one does not have\n", + "OUTPUT: positive\n", + "\n", + "INPUT: my expectations were low for a cheap scale. they were not met, scale doesnt work. popped the cover off the back to put a battery in and the wires were cut and damaged. wouldn't even turn on. sending it back. product is flimsy and cheap, spend 20 extra bucks on a better brand or scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: For the money, it's a good buy... but the fingerprint ID just doesn't work very good. After several attempts, it would not allow me to register my fingerprint. So... I just use the key to lock and unlock the safe, and that's not a problem. If you want something with the ability to open with your fingerprint, you'll need to spend a bit more, but if fingerprint id isn't something you absolutely need to have, then this safe is for you.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: For a fitness tracker it is adequate. Heart rate monitor works ok. I feel it has missed steps in my everyday walking but if you start the monitor for fitness then it does well. If you hold anything in the arm with the tracker and cant move your arm it counts nothing. Battery life on the tracker is amazing. It lasts 7 to 8 days on a charge. It charges very fast. The wrist band is not very comfortable. Do to the way it charges i am not sure you can switch bands. I have not looked into this.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Terrible product, wouldn't stick tok edges of the phone\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is literally just a cardstock. Not a canvas and needs to be framed to display. Not a good price considering all it is.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I liked the color but the product don't stay latched or closed after putting any cards in the slots\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The first guard may serve more as a learning curve. I do kinda prefer to use the ones that come with molding trays. This didn't help until about 3-4 nights of use. Even then, sometimes it feels like my upper gum underneath, is strange feeling the next morning\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My kids love their bags! Carry them everywhere and are very durable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The teapot came with many visible scratches on it. After repeated efforts to contact the seller, they have simply ignored requests to replace or refund money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had for a week and my kid has already ripped 3 of the 4 while on the cup. So disappointed.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Warped. Does not sit flat on desk.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Much smaller than what I expected. The quality was not that great the paper in the lower end of the cup was ruined after first wash with the kids.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Glass is extremely thin. Mine broke into a million shards. Very dangerous!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very strong cheap pleather smell that took a few days to air out. One of the straps clips onto the zipper, so be careful of the zipper slowly coming undone as you walk.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very thin, see-through material. The front is much longer than the back.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This door hanger is cute and all but its a bit small. My main complain is that, i cannot close my door because the bar latched to the door isnt flat enough.. Worst nightmare.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The glitter gel flows, its super cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great hold and strength on the magnet. Can be easily maneuvered to fit your needs for holding curtains back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The item ordered came exactly as advertised. I highly recommend this vendor and would order from them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great product! No complaints!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product! Great value! Didn’t realize it came with a self-sticking piece to hang door stop. So cool! Arrived on time, as expected, and seller even followed up to be sure I was happy.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's super cute, really soft. Print is fine but mine is way too long. It's hits at the knee for everyone else but mine is like mid calf. Had to take a few inches off. I'm 5'4\"\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had to use washers even though the bolts were stock like beveled in appearance. 3 pulled through the skid, and there isn't any rust issues. I called daystar because i spent the money so i wouldn't have to use washers. They told me to use washers.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Half of the pads were dried out. The others worked great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This was rubbed on the same foot with arthritis and ankle pain. Took it a few weeks to help some\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When we received the scoreboard it was broken. We called for support and left our number for a call back. 3 days later no call. Terrible service!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Didnt get our bones at all\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: BEST NO SHOW SOCK EVER! Period, soft, NEVER slips, and is a slightly thick sock. Not to thick though, perfect for running shoes too!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are the third time we have purchased these for my amputee mother. She loves the feel, support and ease of wearing these socks. These are the only socks we have found that work perfectly for her\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The Marino Avenue brand Men’s low cut socks are of good quality. I put them through one cycle of hot water washing and drying and they stood up to the challenge. What I like best is the color choices on the socks. The green, yellow, red, and black one is my favorite combo.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought the tie-dyed version and it was SO comfortable. Stretchy breathable material. I decided to buy the black version for work. Bad decision! The material is completely different. It doesn’t stretch, it’s not breathable and it is very small and uncomfortable! It even seems it’s stitched differently so that it coveres 50% less of my head. So disappointing!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They are huge!! Want too big for me.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: There are terrible! One sock is shorter and tighter than the other. The colors look faded when you put them on. These suck\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nice router no issues\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This product worked just as designed and was very easy to install.The setup is so simple for each load on the trailer.I would def recommend this item for anyone needing a break controller.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was very easy to install on my laptop.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install. Looks good. Works well.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Doesn’t even work . Did nothing for me :(\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are very fragile. I have a cat who is a bit rambunctious and sometimes knocks my phone off my nightstand while it's plugged in. He managed to break all of these the first or second time he did that. I'm sure they're fine if you're very careful with them, but if whatever you're charging falls off a table or nightstand while plugged in, these are very likely to stop working quickly.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: they stopped working\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: it does not work, only one hearing aid works at a time\n", + "OUTPUT: negative\n", + "\n", + "INPUT: To me this product just does not work. Decided to give this a try based on the great reviews this product has. I used it for about two weeks and just did not feel any extra energy nor anything else. Obviously the seller has a good system, maybe even a little scam going on, give me a 5 star review and we will send you a free one. Not saying this will happen to everyone, but these were my results. Happy shopping!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stopped working after a couple of weeks. You get what you pay for.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They don’t even work.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This sweatshirt changed my life. I wore this sweatshirt almost every single day from January 25th, 2017 up until last week or so when the hood fell off after almost a year of abuse. This sweatshirt has made me realize that the small things in life are the things that matter. Thank you Hanes, keep doing what you do. Love, Justin\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cute bag zipper broke month after I bought it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: As a hard shell jacket, it’s pretty good. I ordered the extra large for a skiing trip. It comes small so order a size bigger then normal. I can not use the fleece liner because it is too small. The hard shell is not water proof. I live in the Pacific Northwest and this is not enough to keep you dry. I really like the look of this jacket too.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I got this backpack Monday night and I was excited about it because I had seen many great reviews for it. I used it for the first time the next day to hold a fair amount of things, and while I was out I noticed this huge rip right down the middle that wasn't there before. I would have been more understanding if I had it for a few months but this was the first time I had put anything into it. I've never been more disappointed in a product before as I have with this backpack. Be very careful when considering purchasing this product.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Chair is really good for price! I have 6 children so I was looking for something not to expensive but good, this chair is really good comparing with others and good prices\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a great little portable table. Easy to build and tuck away in a corner. One big flaw is that the tabletop comes off easily. Adjusting the height becomes a 2 hand job or else the top may come off when pressing the lever.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Comfortable and worth the purchase\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is the second one of these that I have purchased. It is an excellent platform for a foam or conventional mattress. It is totally sturdy, and looks nice. I highly recommend it. There are many frames out there that will cost you much more, but this does the trick.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely love the quality and look of the dress! Very happy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: A great purchase. I was looking at pottery barn chairs but was so put off by their price that I looked elsewhere. This chair is very comfortable, looks fabulous, and great for nursing my baby.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Awesome product. Have used on my hands several times since I received the product. My cuticles have softened and my hands are no longer dry.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These bowls are wonderful. And the only reason I didn't give them a 5 is because I ordered RED bowls and received ORANGE bowls.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I can't wear these all day. Snug around the toes.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not reliable and did not chop well. Came apart with second use. Pampered Chef is my all-time favorite with Zyliss coming in second.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are good Ukulele picks, but I still perfer to use my own fingers.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Never noticed a big difference than a normal brush.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Wow. I want that time back. What a huge BORE!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It had to be changed very frequently. Even with the filter we had to empty the water and refill because the water would get nasty, the filters put black specs in the water. And it stopped working after 3 months\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Apparently 2 Billion is not very many in the world of probiotics\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Nothing like the photo. Boo.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: seems okay, weaker than i thought it be be and too tight\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They sent HyClean which is NOT for the US market therefore this is deceptive marketing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't think we have seen much difference. Maybe we aren't doing it right.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Granddaughter really likes it for her volleyball. well constructed and nice way to carry ball.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Not exactly what I was expecting. Packaging was not in the best condition. Lights are bright and lots of different combos. Very thin light rope and was long enough to go around my mirror.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Remote does work well, however the batteries do not last long. Disappointing.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very nice straightener. Heats up pretty fast. Straightens great and it's a round barrel so it's really good for curling too! Leaves my hair soft, smooth, and shiny! I've had absolutely no issues so far. I'm loving it! Very happy I found this.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its a nice small string with beautiful lights, but I misread I assumed it was battery operated and its not, we are having some power issues weather related and I thought it would be nice for extra lighting, its electric plus its has to be close to an outlet. not very useful.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: They were supposed to be “universal” but did not cover the whole seat of a Dodge Ram 97\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The small wrench was worthless. Ended up having to buy a new blender.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Ummmm, buy a hard side for your expensive wreath. It is too thin to protect mine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It's nearly impossible to find a 5 gallon bucket that this seat fits onto. I'd recommend buying the 2 together so that you might get a set that fits.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It doesn’t stick to my car and it’s to big\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Listed to fit 2019 Subaru Forester. It doesn't fit 2019.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Worst iPhone charger ever. The charger head broke after used for 5 Times. Terrible quality.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This cable is not of very good quality. It doesn’t fit right so you have to hold the connector to the port in order to work.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good but arrived melted because of heat even though it had been boxed with ice pack which was melted!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect for Bose cord replacements, or for converting to Bluetooth using a small receiver with an Aux In input.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Had some problems getting it to work. The supplied cable was no good - would not charge the battery. When I replaced cable with my own was able to charge and then connect the device via bluetooth to a PC. Had trouble finding the PC software but when I emailed their support they responded within a day with the correct download info. PC program works well for testing the unit after you figure out which port to use (port 4 in my case). The accuracy and stability of the unit look very good for my application, however I was not able to connect to either an iPhone or iPad (tried several of each) via bluetooth. Will have to hard-wire if I decide to use this device in my product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I loved this adapter. Arrived on time and material used was good quality. It works great, this is convenient when I use this in my car, it can use headset when you charging. It is a very good product!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I read a review from someone stating that this case had a lip on it to protect the screen. That person is mentally insane because there is zero lip what so ever. very annoyed\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These make it really easy to use your small keyboard on your phone. Would recommend to everyone.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Cheap material. Broke after a couple month of usage and I emailed the company about it and never got a response. There are much better phone cases out there so don't waste your time with this one.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered a screen for an iPhone 8 Plus, but recevied product that was for a different phone. A significantly smaller phone.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Hit a bump while driving, and it falls off the vent. Phone holder needs to be reinserted into the vent after every use as it wiggled half off the vent.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The screen protector moves around and doesn't stick so it pops off or slides around\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The case and disc were clean when I got them. No cracks to the case and the game worked as needed. The game itself is wonderful, full of adventure. There isn't much in replay value per se, yet most of the players find themselves going back for more, if only to level up their characters.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: pretty case doesnt have any protection on front of phone so you will need an additional screen protector\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Quality was broken after 3rd use. I had a bad experience with this lost voice control.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I initially was impressed by the material quality of the headphones, but as I connected the headphones to listen to my song there was a problem. There is constantly this weird \"old cable tv that has lost it's signal sound\" in the background when trying to listen to anything. Pretty disappointed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall I liked the phone especially for the price. The durability is my main issue I dropped the phone once onto a wood floor from about 12 inches and the screen cracked after having it for about 2 weeks. Otherwise it seemed to be a decent phone. It had a few little quirks that took a little getting used to but otherwise I think it wood be a good phone if it was more durable.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It worked for a week. My husband loved it. And then all of the sudden it won't charge or turn on. It just stopped working.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Extremely disappointed. The video from this camera is great. The audio is a whole other story!!! No matter what I do I get tons of static. Ive used several different external mics and the audio always ends up being unusable. I really wish I would've researched this camera some more before buying it. Man what a waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Just what I expected! Very nice!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Really cute outfit and fit well. But, the two bows fell off the top the first time worn. The bows were glued on opposed to sewn.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Expected more out of the movie. Reviews indicated that this would be a cast of thousands, but ended up being maybe a couple of hundred people stranded on the beach. Over all ok, but expected more actors which history showed that over 100,000 stranded on the beach.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Nothing like the photo. Boo.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Good deal for a good price\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Everyone got a good laugh\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheap a dollar store item and u can not sweep all material into pan as the edge is not beveled correctly\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Perfect size and good quality. Great for cupcakes\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Excellent workmanship, beautiful appearance, and just the right size, installation is simple, special and stable. It can put a lot of things such as the usual utensils, dishes, and cups however, the biggest advantage is that it can save space.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Whoever packed this does not care or has a lot to learn about dunnage.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product received was not the product ordered. It was a different set without a kettle and their were ants crawling in and out of the box so i didnt even open it but the picture shows a different item with no kettle. I was sent the same thing as a replacement. Fast shipping though.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: DISAPPOINTED! Owl arrived missing stone for the right eye. Supposed to be a gift.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: When i opened the package 2 of them were broken. Very disappointing\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not exactly what I was expecting. Packaging was not in the best condition. Lights are bright and lots of different combos. Very thin light rope and was long enough to go around my mirror.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered two identical rolls. One arrived with the vacuum bag having a large hole poked in the center - almost the size of the center hub hole. Since the roll arrives in a product box the hole either occurred before boxing at the manufacturer or I received a return. The seller responded promptly and asked for photos, which I provided. Then they asked if there was anything wrong with the product. Huh? I replied it has some issues (likely moisture related). Then they asked for details of issues. Huh? Well, I've had enough of providing them details of the damaged/defective product.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great taste but the box was sent in a mailing envelope. So produce was smashed.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It said that was shipped but I didn't get anything\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I did not receive my package yet The person Noel B is not living here I don't know Him Please take a picture of the person you giving the package thank you\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I don't like anything about it and I don't like that it is not able to be returned. JUNK!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We return the batteries and never revive a refund\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought the surprise shirt for grandparents, but was sent one for an aunt. I was planning on surprising them with this shirt tomorrow in a cute way, but now I have to postpone the get together until I receive the correct item sent hopefully right this time.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I recieved a totally different product than I ordered (pictured) and I see that I cannot return it !?! I give them one star just because I'm tryin to be nice. I ordered these black hats for a christmas project that I am doin with my 5 yr old son for his classroom and now I'm afraid to even try to reorder them again in fear that I'll recieve another different product.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product but be aware of return policy.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Was very happy with this product. Liked it so much I ordered several more times. But the last order I made never made it to me. And they sent me a message telling me sorry. But they still took my money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: never got it after a week when promised\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never received the item, it was said to arrive late for about 10 days, and yet not arrived. When it was showing expected receiving the next day, I thought just cancel and return it since it was so late. The refund processed without issues and received an email told me just keep it, but actually I never received the item.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I'm really pissed off about this tiny brush that was sent with the bottle. This has to be a joke. I've purchased smaller water bottles and received a brush bigger/better than this.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: You want an HONEST answer? I just returned from UPS where I returned the FARCE of an earring set to Amazon. It did NOT look like what I saw on Amazon. Only a baby would be able to wear the size of the earring. They were SO small. the size of a pin head I at first thought Amazon had forgotten to enclose them in the bag! I didn't bother to take them out of the bag and you can have them back. Will NEVER order another thing from your company. A disgrace. Honest enough for you? Grandma\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I never received my item that I bought and it’s saying it was delivered.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I give this product zero stars. The bottle appears very old as if it has been sitting on a shelf in the sun. The expiration date is May 2020.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: No liquid was in the bottle\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Product was not to my liking seemed diluted to other brands I have used, will not buy again. Sorry\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Runs very large. Order 3 sizes smaller!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Honestly this says 10oz my bottles I received wore a 4oz bottle\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Didn't expect much for the price, and that's about what I got. It covers and protects my table, just have to live with a grid of folds from packaging. Seller advised to use a hair dryer to flatten out the wrinkles, but it was a very painstakingly slow process that only took some of the sharp edges off of the folds, didn't make much difference. Going to invest in something better (and much more expensive) for daily use, this is OK for what it does.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These little lights are awesome. They put off a nice amount of light. And you can put them ANYWHERE! I have put one in the pantry. Another in my linen closet. Another one right next to my bed for when I get up in the middle of the night. Have only had them about a month but so far so good!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: We bring the kid to Cape Cod this long weekend. The shelter is very helpful when we stay on the beach. Kid feel comfortable when she was in the shelter. It was cool inside of shelter especially if you put some water on the top of the shelter. It is also very easy to carry and set up. It is a good product with high quality.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to use, quick and mostly painless!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Awesome little pillow! Made it easy to transport on my motorcycle.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Lite and easy to use, folds with ease and can be stored in the back seat, but the elastic which holds the shade closed failed within two weeks. Really didn't expect it to last much longer anyway. The price was good so likely will buy again next year.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Says it's charging but actually drains battery. Do not buy not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not give out that much light\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have this installed under my spa cover to help maintain the heat. My spa is fully electric (including the heater), and this has done a good job reducing my overall electric bill by about 15% - 20% each month since last November. Quality is holding up fine, but it's out of the sun since it's under the spa cover. (Sorry, can't comment on what the longevity would be in the full sun.)\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So pretty...but the first time I unplugged it, the glass top came off of the base. There’s a plastic ring attached to the bottom of the glass part. It has notches - supposedly to allow you to twist it onto the nightlight base. You’d need to be able to do that in order to replace the bulb. I’ll try gorilla glue or something to see if the ring can be securely affixed to the glass. Surprisingly poor design for something so beautiful.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great lights! Super bright! Way better than stock! Fit my 2002 ford ranger no problem! Love the led look! Had for about a year and only one bulb went out around 6 months i emailed them my order number and address they sent me a new bulb within 2 days! Works great ever since!! Great product for the money! Great customer service!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really Like this ring light! It is wonderful for the price and it gets the job done! The only issue is the light bulb heats up too fast and the light goes out, so I have to turn it off wait for a while then turn it back on. I don't think that is supposed to happen...I don't know if I have a defective light or what, but it is a very nice ring light besides the overheating.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great lite when plugged in, but light is much dimmer when used on battery mode.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: ordered and never received it.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Shipped quick and fits perfect. Price is a good value as well! If I need another holster I'll be looking to buy from this seller again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered Copic Bold Primaries and got Copic Ciao Rainbow instead. Amazon gave me a full refund but still annoying to have to reorder and hopefully get the right item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I am very annoyed because it came a day late and it didn’t come with the ferro rod and striker which is the main reason why I ordered it\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Just doesn't get hot enough for my liking. Its stashed away in the drawer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wouldn’t keep air the first day of use!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Took a bottle to Prague with me but it just did not seem to do much.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love the glass design and the shape is comfortable in one hand. My first purchase of this kettle lasted for two years of daily use. The hinge on the lid is fragile, and since the lid doesn't flip entirely back - it gets strained and broke within the year. Everything else worked fine until the auto shut-off stopped working after two years. For safety, I bought a new one which has now stopped working entirely after 17 months. I still love the design, but for $58 I expected it to last longer.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Wore it when I went to the bar a couple times and the silver coating started to rub off but for the price I cannot complain. My biggest issue I have with it is it flipping around. Got a lot of compliments though.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love that it keeps the wine cold.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: These do run large than expected. I wear a size 6 ordered 5-6 and they are way to big, I have to wear socks to keep them on . Plus I thought they would be thicker inside but after wearing them for a few days they seemed to break down . I will try to find a better pair\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have bought these cloths in the past, but never from Amazon. In contrast to previous purchases, these cloths do not absorb properly after the first wash. After washing they feel more like 'napkins'... very disappointed.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The paw prints are ALREADY coming off the bottom of the band where you snap it together, I've only worn it three times. Very upset that the paw prints have started rubbing off already 😡\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The black one with the tassels on the front and it looks pretty cute, perfect for summer. I have broad shoulders so the looseness was great for me but if you are more petit you might not love how oversized it can look (specially the sleeves). Please note, it does SHRINK after washing (not even drying) so beware!! Also, it is very short but cute nonetheless.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The Marino Avenue brand Men’s low cut socks are of good quality. I put them through one cycle of hot water washing and drying and they stood up to the challenge. What I like best is the color choices on the socks. The green, yellow, red, and black one is my favorite combo.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have a feeling they were worn before , they came in a repackage but the stitching on the shoes as a slight pink hue to it ? Doesn’t really show up on camera. They’re still pretty new and fit a bit tight but I should have ordered a size up\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I think I got a size too big and their are weird wrinkling at the thigh area. I got them bigger to be appropriate for casual work or church social occasions without fitting too tight. The color was nice and the pair I have are soft. I will try washing them in hot water to see if they shrink a little.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Upsetting...these only work if you have a thin phone and or no phone case at all. I'm not going to take my phone's case (which isn't thick) off Everytime I want to use the stand. Wast of money. Don't buy if you use a phone case to protect your phone it's too thin.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This is a knock off product. This IS NOT a puddle jumper brand float but a flimsy knock off instead. It is missing all stearns and puddle jumper branding on the arms. Do not buy!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a neat toy. It is fun to play with. The track pieces snap together easily. It keeps kids entertained. It comes with dinosaurs. It is made very well.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great product, I got this for my dad because he tends to drop a lot of objects and when i got him his airpod case, i was worried it might break. This case did the job and the texture made it non slip so it wont fall off surfaces as easily. The clip also makes it easy for my dad to clip it to his work bag so it wont get lost easily.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Disappointed. There's this pink discoloration all over the back of the shirt. It's like someone already wore this\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The process was pretty simple and straightforward, and I ended up using the entire mixture all over my hair. After leaving it in for at least 30 minutes and following all the steps, it still didn't cover all my grays. It did mask a good portion of them to blend more with my hair, but I wish it would've been complete coverage.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The beige mat looked orange on my beige flooring so I returned it and ordered a gray mat from another company that was $7 less to be safe on the color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very drying on my hair .\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The color is mislabeled. This is supposed to be brown/blonde but comes out almost white. Completely unusable.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Installation instructions are vague and pins are cheap. It gets the job done but I dont feel it will last very long. Cheaply made. Update: lasted 3 months and I didn't even put the max weight on a single line.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My cousin has one for his kid, my daughter loves it. I got one for my back yard,but not easy to find a good spot to hang it. After i cut some trees, now its prefect. Having lots of fun with my daughter. Nice swing, easy to install.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The quality is meh!! (treads are hanging out from places), however the colors are not the same (as seen on the display) :(\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product does not stick well came loose and less than 24 hours after installing did everything correctly but just didn’t work\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Comes apart easy Nice, one broke already\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Very easy install. Directions provided were simple to understand. Lamp worked on first try! Thanks!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to install and keep my threadripper nice and cool!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Arrived today and a bit disappointed. Great color and nice backing, BUT not thick and plush for the high price. Except fot the backing, you can find the same thickness at your local Walmart for a lot less money.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It will do the job of holding shoes. It's not glamorous, but it holds shoes and stands in a closet. You will need help with the shelving assembly as it is a two person job.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The beige mat looked orange on my beige flooring so I returned it and ordered a gray mat from another company that was $7 less to be safe on the color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: great throw for high end sofa, and works with any style even contemporary sleek sectionals\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I love how it's made of a strechy material and a light shirt. So cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good quality of figurine features\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I've bought many wigs by far this is the best! I was sceptical about the price and quality but it surpassed my expectations. Loving my new wig great texture natrual looking!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is a beautiful rug. exactly what I was looking for. When I received it, I was very impressed with the color. However, it is very thin. My dinning room table sets on it so I don't think it will get much wear. I hope it will hold up over time.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My puppies loved it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The toy is ok but it came in what they call \"standard packaging\" and that amounted to a plain brown cardboard box, NOT the colorful box in the photo. Can't give this as a gift in this cardboard packaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: After I gave it to my pet bunny, she didn't like it as much.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The piano is great starters! It finds your child’s inner artistic ability and musical talent. It develops a good hand-eye coordination. The piano isn’t only a play toy, but it actually works and allows your child to play music at an early age. If you want your child to be a future pianist, you should try this product out! Very worth the money!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I was very disappointed in this item. It is very soft and not chewy. It falls apart in your hand. My dog eats them but I prefer a more chewy treat for my dog.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: My dog is loving her new toy. She has torn up others very quick, so far so good here. L\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I had it less than a week and the c type tip that connects to my S9 got burnt.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We bought it in hopes my son would stop sucking his thumb. He doesn't suck it when it's on but when it's off for eating, bathing, washing hands... he will still do it. We are now going to try the nail polish with bitter taste. This is a good idea, my son just needs something stronger to beat it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Had three weeks and corner grommet ripped out\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The iron works good, but its very small, almost delicate. The insulation parts on the tip were plastic not ceramic. Came with the plug that's a bonus. But it took quite a bit longer then most things on amazon to ship. I use it for soldering race drones, i ordered the smaller tip, and its actually to small for all but my micro drones. Had to order another tip. Gets hot pretty quick. Apparently this is a firmware upgrade you can do to make it better, but i didn't have to use it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It didn’t work at all. All the wax got stuck at the top and would never flow.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It already stopped working. It no longer charges.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Just received it and so far so good. No issues, did a great job. For a family on a budget trying to waste as least food as possible, it is a great investment and it was very affordable too.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Tip broke after a few weeks of use.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Solid value for the money. I’ve yet to have a problem with the first pair I bought. Buying a second for my second box.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Don't buy this game the physics are terrible and I am so mad at this game because probably there are about 40 hackers on every single game and the game. Don't doesn't even do anything about it you know they just let the hackers do whatever they want and then they do know that the game is terrible but they're doing absolutely nothing about it and the game keeps on doing updates about their characters really what they should be updating is the physics because it's terrible don't buy this game the physics are terrible and mechanics are terrible the people that obviously the people that built this game was high or something because it's one of the worst games I've honestly ever played in my life I would rather play Pixel Games in this crap it's one of the worst games don't buy\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This case is ok, but not exceptional - a 3.5 or 4 max. The issue is there are fewer cases available for the Tab A 10.1 w S pen. Of those the Gumdrop is about the best, but it has some serious issues. The case rubber (silicone, whatever) is very smooth and slick, and doesn't give you a lot of confidence when hold the Tab with one hand. The Tab A is heavy so if your laying down watching a video the case slips in your hand so you have to make frequent adjustments. I had to remove the clear plastic shield that covers the screen because it impaired the touch screen operation. This affected the strength of the 1-piece plastic frame the surrounds the Tab A, so now the rubber outer cover feels really flexible and flimsy. Lastly, they made it difficult to get to the S pen. The S pen is in the back bottom right hand corner of the Tab A, and they made the little rubber flap that protects corner swing backwards for access to the S pen. This means in order to get the S pen out, the flap has to swing out 180 degrees. This is really awkward and hard to do with one hand. This case does a good job protecting my Tab A, but with these serious design flaws I can't recommend it unless you have an S pen, then you don't have much choice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: 2 out of four came busted\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Never receive my cases and never answer\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Made a money gift fun for all\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Zero stars!!!! Scam company DO NOT BUY FROM THEM!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These monitors arrived fairly quickly and they're a great deal but the packages were in ridiculous condition. Big boot footprints were on two boxes, a big hole in another and all of them were crushed pretty good. I haven't opened and setup the monitors yet but I'll be surprised if some aren't damaged. Probably need a new shipping company or contact them about the shape some of those are in.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Failed out of the box.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This gets three stars because it did not give me exactly what I ordered. I ordered 4 of the 100 card lots. So, I wanted 100 Unstable MTG cards per box. Instead, I was given 97 Unstable cards per box, and 4 random MTG commons. I paid for 100 Unstable cards! Not 97 and 4 random cards! Also, the boxes they advertise are not too great. They do the job of holding the cards, but that's about it. I'm definitely getting a new case for these. If you want to buy, don't take it too seriously. Don't expect all 100 cards to be Unstable, and expect multiples.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I was totally looking forward to using this because I tried the original solution and it was great but it burned my skin because I have sensitive skin but this one Burns and makes my make up look like crap I wouldn’t recommend it at all don’t waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Okay pool cue. However you can buy one 4 oz. lighter (21 oz,) for 1/3 the price of this 25 oz. cue. Not worth the extra money for the weight difference.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: High quality product. I prefer the citrate formula over other types of magnesium\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Expensive for a kids soap\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Great idea! My nose is always cold and I can't fall asleep when it is cold, but for some reason this isn't keeping my nose warm.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Can't speak to how the product works but the package arrived torn up and filthy. The bottles appear to be ok\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Started using it yesterday.. so far so good.. no side effects.. 1/4 of a teaspoon twice per day in protein shakes.. I guess it takes a few weeks for chronic potassium deficiency and chronic low acidic state to be reversed and for improvements on wellbeing to show.. I suggest seller supplies 1/8 spoon measure with this item and clear instructions on dosage because an overdose can be lethal\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The process was pretty simple and straightforward, and I ended up using the entire mixture all over my hair. After leaving it in for at least 30 minutes and following all the steps, it still didn't cover all my grays. It did mask a good portion of them to blend more with my hair, but I wish it would've been complete coverage.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have been using sea salt and want to mix this in for the iodine.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: 2 out of three stopped working after two weeks.! Threw them all in the trash. Don't waste your money\n", + "OUTPUT: negative\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Corner of magnet board was bent ... would like new one sent will not adhere to fridge on the corner\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Fantastic buy! Computer arrived quickly and was well packaged. Everything looks and performs like new. I had a problem with a cable. I contacted the seller and they immediately sent me out a new one. I can't say enough good things about about this purchase and this computer. I will definitely use them again.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Maybe it's just my luck because this seems to happen to me with other products but the motor broke in 2 weeks. That was a bummer. I liked it for the 2 weeks though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Spend a few dollars more and get one that works.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Love them. have to turn off when not in use tho\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Took a chance on a warehouse deal and lost. It said like new minor cosmetic on front turned out to be stickers on front and a broken speaker Connection in the back making Channel 1 useless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Cheap, don’t work. Very dim. Not worth the money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I had these desk top fan since Christmas 2017 and only used them a hand full of times and now the fans don’t even work. What a waste of money.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very cheaply made, its not worth your money, ours came already broken and looks like it's been played with, retaped, resold.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Overall it’s a nice bed frame but it comes with scratches all over the frame. It comes with a building kit (kind of like an IKEA building kit) so it takes a while\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I found this stable and very helpful to get things off the floor, as well as to be able to store below and on top of. Nice that it's adjustable.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It's only been a few weeks and it looks moldy & horrible. I bought from the manufacturer last year and had no problems.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is literally just a cardstock. Not a canvas and needs to be framed to display. Not a good price considering all it is.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is a poorly made piece that was falling apart as we assembled it - some of the elements looked closer to cardboard than any wood you can imagine. I can foresee that it will be donated or thrown away in the next few months or even weeks.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Works great, bought a 2nd one for my son's dog. I usually only put them on at night and it stopped the barking immediately. Battery lasted a month. Used a little duct tape to keep the collar at the right length.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Did not come with the wand\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This fan was checked out before the installer left. Later that day I turned it on and the globe was wobbling a lot. He was able to return the next day and discovered that the screws fastening the globe were loose already. He replaced them with some bigger screws he had with him. That was two weeks ago and the fan is still fine. It is very attractive and quiet.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Way to sensitive turns on and off 1000 times a night I guess it picks up bugs or something\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We have a smooth collie who is about 80 pounds. Thank goodness she just jumps into the tub. When she jumps back out it takes multiple towels to get her dry enough to use the hair dryer. Yes, she really is a typical girl and does not mind the hair dryer at all. I bought this hoping it would absorb enough to get her dry without any additional towels. Did not work for Stella. Now, I am sure it would work for a small dog and is a very nice towel. If you have a small dog, go ahead and get it.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It was a great kit to put together but one gear is warped and i am finding myself ripping my hair out sanding and adjusting it to try to get it to tick more than a few seconds at a time.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Really can't say because cat refused to try it. I gave it to someone else to try\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can't speak to how the product works but the package arrived torn up and filthy. The bottles appear to be ok\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not enough information and it seems to behave erratically. Not contacted Tech Support yet. Support URL in printed instructions is dead. Needs better instructions for VOIP POTS without cordless phones in home. I am somewhat allergic to radios. Literature does not tell what to expect when CPR Call blocker is disconnected for short period of time. It depends entirely on talk line battery. I need it to work and am not giving up. Tech support seems to be illusive.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Product does not include instructions, but turning the shaft changes the frequency. Does nothing to quiet the dog next door, but when I blow it in the house, my wife barks.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: reception is quite bad compared to your stock antenna on any whoop camera. just buy the normal antenna\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The light was easily assembled.... I had it up in about 15 minutes. Powered it up and I was in business. It has been running about a week or so and no problems to date.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It will not turn on. It was a gift and the person called and said it does not work. It won't turn on. I would like to send back and get either another or my money back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Lamp works perfectly for my chicks\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I purchased this for my wife in October, 2017. At the time, we were in the middle of relocating and living in a hotel. I couldn't get this scale to connect to the Wifi in the hotel. I decided to wait until we moved into our home and I could set up my own Wifi system. March 2018- I have set up my Wifi system and this scale still won't connect. Every time I try, I get the error message. Even when I am 10' away from the Wifi unit. I followed the YouTube setup video with no success. When I purchased the unit, I thought it would connect directly to my wife's phone (like Bluetooth). Instead, this scale uses the Wifi router to communicate to the phone. This system is limited to the router connection...which is usually not close to the bedroom unlike a cell phone! I wouldn't recommend this scale to anyone because of the Wifi connection. Instead, please look at systems that use Bluetooth for communication. I am replacing this with a Bluetooth connection scale.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Downloaded the app after disconnecting my cable provider to watch shows that I enjoy and to see any of them you have to sign in thru your cable provider. Really disappointed!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This shade sits too low on the lens and it hangs below the top edge of the lens and is crooked! The design is terrible. What made it worse is that it cannot be returned!! Don’t buy and waste your money!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Works very well. Easy to set alarms, and time. The snooze/backlight function is pretty neat too. The dim back light is also nice so that you can actually read the time in the dark.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I have never had a bad shipment of these and my yard is full of them, this last shipment has one strand that won't work at all and the other strand only works on flash, i'm definitely afraid to order any more of them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Not worth it the data cable had to move it in a certain position to make it work i just returned it back.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: We never could get this bulb camera to work. I’ve had 3 people try this bulb at different locations and it will not connect to the internet and will not set up.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Thin curtains that are only good for an accent. 56\" wide is if you can stretch to maximum. Minimal light and noise reduction. NOT WORTH THE PRICE!!!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The dress looked nothing like the picture! It was short, tight and cheap looking and fitting!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Seriously the fluffiest towels! The color is beautiful, exactly as pictured, and they are bigger than I expected. Plus, I spent the same amount of money for these that I would have on the \"premium\" (non-organic) towels from Wal-Mart. You can't go wrong.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looks good. Clasp some times does not lock completely and the watch falls off. One time it fell off and the back cover popped off. I do get lots of compliments of color combination.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Lots of lines, not easy to color. Definitely not for kids or elderly .\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: It’s a nice looking piece of furniture when assembled, but assembly was difficult. Some of the letter markings were incorrectly marked so I had to try and figure out on my own The screws they supplied to attach the floor and side panels all cracked. I had to go out and purchase corner brackets to make sure they stayed together. Also the glass panel doors are out of line and don’t match evenly. This alignment prevents one of the doors from staying closed as the magnet to keep the door closed is out of line. Still haven’t figured out to align them.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I ordered green but was sent grey. Bought it to secure outside plants/shrubs to wooden poles. Wrong color but I'll make it work.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ultimately I love the look of the curtains, they are beautiful and provide enough light blocking for the room we're using them in. However, they are not the color pictured. They were only blue and white. I wish that they were the ones that I thought that I had ordered, however, we will keep them because they are still beautiful.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Excellent read!! I absolutely loved the book!! I’ve adopted 4 Siamese cats from Siri over the years and everyone of them were absolute loves. Once you start to read this book, it’s hard to put down. Funny, witty and very entertaining!! Siri has gone above and beyond in her efforts to rescue cats (mainly Siamese)!!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love it! As with all Tree to Tub Products, I’ve incredibly happy with this toner.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is fabulous, but not in the condition i was lead to believe it was in. I thought i was buying a good used copy, what i got is torn cover and some kind of humidity damaged book. I give 5 stars for the book, 2 stars for the condition.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This makes almost the whole series. Roman Nights will be the last one. Loved them all. Alaskan Nights was awesome. Met my expectations , hot SEAL hero, beautiful & feisty woman. Filled with intrigue, steamy romance & nail biting ending. Have read two other books of yours. Am looking forward to more.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Very informative Halloween Recipes For Kids book. This book is just what I needed with great and delicious recipe ideas. I will make a gift for my mom on her birthday. Thanks, author!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Can't wait for the next book to be published.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: God loved them they were hot together like he said his half of a whole his Ying to his yang I loved everything about this book I hope X and Raven stay together and get only stronger together one isn’t the other without the other they need each other loved this book it is dark but smoking\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The book is very informative, with great tips and tricks about how to travel as well as what the locations are about which is both it's good and bad aspect. It gives so much interesting context, it may be overly insightful. For the person who must know everything, this is great. For the person who has no idea. Googling will suffice.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: She loved very much as a birthday gift and also said it will come in handy for all kinds of outings.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I did a lot of thinking as I read this book. I felt as though I could really picture what the main character was going through. The author did a great job describing the situations and events. I really rooted for the main character and felt her struggles. It seems as though she had to over come a lot to once again over come a lot. She had a group of interesting characters both supporting her and also ones who were against her. Not a plot to be predicted. I highly recommend this book. It grabbed my attention from the first page and had me thinking about it long after. I look forward to reading the author's next book.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This book was so amazing!! WOW!! This is my favorite book that I have read in such a long time. It is a great summer read and it has made me wish that I could be a Meade Creamery girl myself!! Siobhan is an awesome writer and I can’t wait to read more from her.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This was very easy to use and the cookies turned out great for the Boy Scout Ceremony!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I opened a bottle of this smart water and took a large drink, it had a very strong disgusting taste (swamp water). I looked into the bottle and found many small particles were floating in the water... a few brown specs and some translucent white. I am completely freaked out and have contacted Coca-Cola, the product manufacture.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Does not work mixed this with process solution and 000 and nothing. Looked exactly the same as i first put it on.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: This product exceeded my expectations. I am not good about cleaning my make up brushes. In fact when I received this cleaner it had been months since I last cleaned them. So I figured at best they should be a little better off. It was better than that! My brushes are like new! A couple I needed to clean two times, but considering how much build up on them there was, was completely warranted. I’m so excited that I discovered this product as I finally have a reason to buy nicer brushes! Clean up was easy!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The graphics were not centered and placed more towards the handle than what the Amazon image shows. Only the person drinking can see the graphics. I will be returning the item.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I love how it's made of a strechy material and a light shirt. So cute.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Smudges easily and collects in corners of eyes throughout the day. Goes on smooth and rich without clumping.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This is literally just a cardstock. Not a canvas and needs to be framed to display. Not a good price considering all it is.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I followed the instructions but the chalk goes on gritty and chunky, and looks nothing like the photos. A giant waste.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: My dog loves this toy, I haven't seen hear more thrill with any other toy, for the first three days, which is how long the squeaker lasted. She is not a heavy chewer, and in one of her \"victory walks\" after retrieving the ball, the squeaker was already gone. Apart from that it is my best investment\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I have three of these linked together. As many of the other reviews said, the legs are weak and prone to breakage even with careful use. It is best to provide some other means of support and not use the legs. Also the gaskets at the fittings do not seal well. I used RTV silicone sealant when assembling the water fittings to stop the leakage. These units are doing a good job heating my pool.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are great for SO many things. Originally I had them in my drink at a club but then later bought them for my wedding center pieces. The light stays on for weeks but becomes dim after 3 or 4 days. We had a great time leaving the extra ones around the party and will use the extra ones for fun.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Not super durable. The bag holds up okay but the drawstrings sometimes tear if the bag gets past a couple lbs.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I hate to give this product one star when it probably deserves 5. My dog has chronic itchy skin and I had high hopes that this product would be the answer to his skin issues. I'll never know because he won't eat them. At first I gave them to him as a treat. He sniffed it and walked away. I crumbled just one up in his food but he was onto me and wouldn't touch it. So, sadly, the search continues.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My cats went CRAZY over this!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Smell doesn't last as long as I would like. When first opened, it smells great!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Quality made from a family business. Sometimes a challenge to move around due to the chew toys hanging off but gives our puppy something to knaw on throughout the night. 5 month update: Our dog doesn't destroy many toys but since he truly loves this one he has ripped off the head, the tail rope, torn a few corner rope rings, put teeth marks in the internal foam and now ripped the underside of the cover. I'm giving this 4 stars still due to the simple fact that he LOVES this thing. Purchased right before they sold out, maybe the new model is more durable. Update with new model: The newer model has some areas where design has decreased in quality. The \"tail\" rope is not attached nearly as well as the first one. However, so far nothing has been ripped off of it in the 3 weeks since we have received it. He still loves it though!\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The 8 year old nephew said he wanted this for his birthday. I felt it was a bit much for a toy but he caught me on a good day. Come to find out it's a fragile collectible so the nephew lost all the small parts the moment he opened it. I guess it's adequate for collectors that want detail on such a small figurine.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I can not tell you how many times I have bought one of these. My dogs are obsessed with them! The legs don’t last long but the rest of it does, probably one of the longer lasting toys they have had.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Absolutely worthless! Adhesive does not stick!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Horrible after taste. I can imagine \"Pine Sol Cleaning liquid\" tasting like this. Very strange. It's a NO for me.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean as long as you clean it directly after using of course. Works great. Very happy\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: The teapot came with many visible scratches on it. After repeated efforts to contact the seller, they have simply ignored requests to replace or refund money.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Solid performer until the last quart of oil was being drawn out, then it started to spray oil out of the top.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It leaves white residue all over dishes! Gross!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very sticky and is messy! Make sure you wipe the lid and top really good or you will struggle to get it open the next time you use it!\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Im not sure if its just this sellers stock of this product or what but the first order was no good, each bottle had mold and clumps in the bottle and usually companies will put a couple of metal beads in a bottle to aid in the mixing but these had a rock in it... like a rock off the ground. I decided to replace the item, same seller, and once again they were all clumpy and gross... I attached a photo. I wouldnt buy these, at least not from this seller.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too stiff, barely zips, and is very bulky\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Can’t get ice all the way around the bowl. Only on the bottom, so it didn’t keep my food as cold as I would have liked.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Awkward shape, does not fit all butter sticks\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I REALLY WANTED TO LOVE THIS BUT I DON'T. THE SMELL IS NOT STRONG AT ALL NO MATTER HOW MUCH OF IT ADD.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: understated, but they did not look good on my overstated face.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Clumpy, creases on my lips, patchy, all in all not worth it. Have to scrub my lips nearly off with makeup remover to get it all off.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: my problem with the product is the fit. I have a large head and it is too tight everywhere and the neck just doesnt feel right. I want to pull it down but then my nose has no room. I can't use it because of the poor fit.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: My dog ,a super hyper Yorkie, wouldn't eat these. Didn't like the smell of them and probably didn't like the taste. I did manage to get them down him for 3 days to see if it would help him . The process of getting them down him was traumatic for him and me. They did not seem to have any effect on him one way or another , other than the fact that he didn't like them and didn't want to eat them. I ended up throwing them away. Money down the drain. Sorry, I can't recommend them.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Too big and awkward for your counter\n", + "OUTPUT: negative\n", + "\n", + "INPUT: NOT ENOUGH CHEESE PUFFS\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Quality product. I just wish there were choices for the cover, it's hideous.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I never should've ordered this for my front porch steps. It had NO Adhesion and was a BIG disappointment.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Stop using Amazon Delivery Drivers, they are incompetent and continually damage packages\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Very poorly packaged. The glasses banged each other. Should have been bubble wrapped. So bummed that I can’t use these for a party tonight!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I dislike this product it didnt hold water came smash in a bag and i just thow it in the trash\n", + "OUTPUT: negative\n", + "\n", + "INPUT: So far my daughter loves it. She uses it for school backpack. As far as durable, we just got it, so we will have to see.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Received this file box last night, and begin to put my documents in as soon as I received it. It is very good for me as my husband and I get a lot paperwork to save. The colorful tags make it easier to find what I want. The material is strong. I finally get something to help with the messy drawer! Love this product! I believe I will buy another one when this one is full!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The clear backing lacks the stickiness to keep the letters adhered until you’re finished weeding! It’s so frustrating to have to keep up with a bunch of letters and pieces that have curled and fell off the paper! It requires additional work to make sure that they’re aligned properly and being applied on the right side, which was an issue for me several times! I purchased 3 packs of this and while it’s okay for larger designs, it sucks for lettering or anything intricate 😏 Possibly it’s old and dried out, but in any event, I will not be buying from this vendor again and suggest that you don’t either!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Ordered this for a Santa present and Christmas Eve noticed it came broken!\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Need better packaging. Rose just wiggles around in the box. Bouncing and damaging.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The plastic wrap covering the address section falls out easily. Not high quality, or long lasting. Got the job done for the trip.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negative']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: these were ok, but to big for the craft I needed them for. Maybe find something to use them on.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: What a really great set of acrylics. My daughter has been painting with them since they came in. The colors come in a wide range of vibrant colors that have a smooth consistency. These paints are packed in aluminum tubes which allows the paint to not dry or crack over time.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They’re cute and work well for my kids. Price is definitely great for kids sheets.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Loved the dress fitted like a glove nice material and it feels great\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Absolutely terrible. I ordered these expecting a quality product for 10 dollars. They were shipped in an envelope inside of another envelope all just banging against each other while on their way to me from the seller. 3 of them are broken internally, they make a rattle noise as the ones that work do not. I will be requesting a refund for these and filing a complaint with Amazon. Don't purchase unless you like to buy broken/damaged goods. Completely worthless.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I like these storage bins overall. The color of the lining inside wasn’t expected, it shows a light brown color in the photo but it’s pretty dark. I would have preferred the lining inside to match the outside, tan or grey. Other than that they are cute and look as pictured.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: Ordered these for a friend and he loved them!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Good Quality pendant and necklace, but gems are a little lacking in color.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are awesome! I just used them on my 12 ft Christmas tree so I could get it out the door. So easy to use that I’m going to buy another pair.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I would love to give this product 5 star but unfortunately it just doesn’t cut due to quality. I bought them only (and only) for my toddlers snacks. And for that purpose they work great. I would probably use them in other situations as well if they were all the same. And yes I understand, if they are hand carved from one piece of wood, there could be slight difference, but that’s where product quality control comes in. I guess they just didn’t want any faulty products and decided to sell them all no matter what.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: They were beautiful and worked great for the agape items I needed them for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Fits great kinda expensive but it’s good quality\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality is just okay. Magnet on the back is strong and it's nice its detachable but the case around the phone isn't very protective and very flimsy. You get what you pay for.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Great quality but too wide to fit BBQ Galore Grand Turbo 4 burner with 2 searing bars.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: The product fits fine and looks good. turn signal and heated mirror work. Unfortunately, the mirror vibrates on rough roads and rattles going over bumps. Plan to return it for a replacement.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Perfect, came with everything needed. God quality and fit perfectly. Much less then original brand.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Quality product. I just wish there were choices for the cover, it's hideous.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I bought these for a replacement for the original band that broke. Fits perfectly with no issues.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought this Feb 2019. Its already wore down and in need of replacement. I dont recommend one purchase this unless its jus for looks.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: spacious , love it and get many compliments\n", + "OUTPUT: positive\n", + "\n", + "INPUT: It fits nice, but I'm not sure about the quality, at the end of the day you get what you pay for.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: They are so comfortable that I don't even know I am wearing them.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: So cute! And fit my son perfect so I’m not sure about an adult but probably would stretch.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Clasps broke off after having for only a few months 😢\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: I ordered two pairs of these shorts and was sent completely wrong sizes. I have both pairs same item ordered and the shorts are completely different sizes but are labeled the same size. One pair is 4 inches longer than the other.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: A bit taller than expected. I’m 5’11 & use these at the shortest adjustment. Would be nice to shorten for going up hill. They do extend for going down hill.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: The dress fits perfect! It’s a tad too long but not enough to bother with the hassle of getting it hemmed. The material is extremely comfortable and I love the pockets! I WILL be ordering a couple more in different colors.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Looking at orher reviews the tail was supposed to be obscenely long -- it was actually the perfect size but im not sure if thats intentional. The waist strap fits perfectly-- but again, need to list that my waist is fairly wide and it sat on my hips. Im unsure about the life of the strap. To the actual quality the fur seems of a fair (not great but not terrible quality but the tail isnt fully stuffed.) Apparently theres supposed to be a wire to pose the tail. There is none in mine, which is fine cause again, mine came up shorter than others. Im only rating 3 stars because of some unintentional good things.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: These are so sexy and perfect for short girls. I’m 5’1 and they aren’t crazy long!! BUT the waistband is really freaking tight. I let my friend wear them and she somehow got the waistband extremely twisted, it took me 3 days to fix it. Yikes. But still cute\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: I love how the waist doesn't have an elastic band in them. I have a bad back and tight waist bands always make my back feel worse.These feel decent...although If they could make them just one size larger..and not just offer plus size....that would be even better for my back.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: This is even sexier than the pic! It has good control and is smooth under all my clothes! It's also comfortable and I'm able to easily wear it all day, it doesn't roll down either!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I bought these for under dresses and they are perfect for that. I did size up to a large instead of a medium because they run small. They hit the knees on me but that’s because I’m 4’11”\n", + "OUTPUT: positive\n", + "\n", + "INPUT: They work really well for heartburn and stomach upset. But taking a couple stars off as capsules are poor quality and break. I lost over 30 in a bottle of 120 as they leaked. Powder ended up bottom of bottle.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: This shirt is not long as the picture indicates. It's just below waist length. Disappointed b/c I am 5'10 and wanted to wear with leggings.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: It was recommended by a friend and found that things are really good to wear and I like them very much.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Fantastic belt ,love it . This is my second one , the first one was a little small but this one is perfect. I suggest you order one size bigger than your waist size.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Terrific fabric and fit through belly, hips and thighs, but apparently these should be worn with 3\" heels, which is ridiculous for exercise/loungewear. (Yes I'm being sarcastic.) Seriously: these were at least 4\" too long to be comfortable (let alone safe to walk in). Back they go, and I won't try again.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I really love this product. I love how big it is compare to others diaper changing pads. I love the extra pockets and on top of that you get a free insulated bottle bag. All of that for an amazing price.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Its good for the loose skin postpartum. I'm gonna use it for another waist trainer. Not tight enough.\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I love these Capris so much that I bought 4 pairs. The high waist helps with tummy control where I have a lot around the waist but skinnier legs and these are perfect. Sometimes with high waist products they tend to roll but these do not and they make your ass look amazing. Highly recommended.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I need you to help me with a text classification task. \n", + " \n", + "\n", + "INPUT: Easy to install, fits perfectly, and does a good job.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Easy to peel and stick. They don't fall off.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Beautifully crafted. No problem removing cake from pan and the cakes look very nice\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Love this coverup! It’s super thin and very boho!! Always getting compliments on it!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Bought as gifts and me. we all love how this really cleans our electronics and my glasses\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like this case a lot but it broke on me 3 times lol it's not very durable but it's cute! the bumper and clear part will snap apart\n", + "OUTPUT: neutral\n", + "\n", + "INPUT: I didn’t like that it was made out of plastic and that you had to put it together yourself.\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Easy to clean. Great length for my toddler!\n", + "OUTPUT: positive\n", + "\n", + "INPUT: I like this product, make me feel comfortable. I can use it convenient. The price is very cheap.\n", + "OUTPUT: positive\n", + "\n", + "INPUT: Terrible product, wouldn't stick tok edges of the phone\n", + "OUTPUT: negative\n", + "\n", + "INPUT: Great product. Good look. JUST a little tough to remove.\n", + "OUTPUT: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['positive']\n" + ] + }, + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 32, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 10,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "id": "7fdb66d4-81f7-487f-8e1a-a221379c506c", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 33, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "ea111fd4-6640-4631-b6ed-897fa95d10e2", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "b9993ba0-7b7b-44d5-b89b-d399ce4d9649", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "194182f1-0296-4d51-8d5a-aa736d722406", + "metadata": {}, + "source": [ + "## 4. Data Preparation - SP - Build sentiment dataset." + ] + }, + { + "cell_type": "code", + "execution_count": 60, + "id": "0b3ff622-fdb4-49da-ace2-c9e2a1cffcfb", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 2)
REVIEWTARGET
strstr
"El filtro de d…"positivo"
"Un poquito esc…"positivo"
"Para qué decir…"negativo"
"Mi hija esta e…"positivo"
"Se podría mejo…"neutro"
" + ], + "text/plain": [ + "shape: (5, 2)\n", + "┌───────────────────────────────────┬──────────┐\n", + "│ REVIEW ┆ TARGET │\n", + "│ --- ┆ --- │\n", + "│ str ┆ str │\n", + "╞═══════════════════════════════════╪══════════╡\n", + "│ El filtro de de aire es como si … ┆ positivo │\n", + "│ Un poquito escaso pero funciona … ┆ positivo │\n", + "│ Para qué decir más... ┆ negativo │\n", + "│ Mi hija esta en un campamento y … ┆ positivo │\n", + "│ Se podría mejorar el ajuste del … ┆ neutro │\n", + "└───────────────────────────────────┴──────────┘" + ] + }, + "execution_count": 60, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import polars as pl\n", + "\n", + "data = pl.read_parquet('../data/amazon_reviews_sp/amazon_reviews_multi-test.parquet')\n", + "data.head()\n", + "\n", + "sql = pl.SQLContext()\n", + "sql.register('data', data)\n", + "\n", + "sentiment_data = sql.execute(\"\"\"\n", + " SELECT\n", + " review_body as REVIEW,\n", + " CASE\n", + " WHEN stars=1 THEN 'negativo'\n", + " WHEN stars=3 THEN 'neutro'\n", + " WHEN stars=5 THEN 'positivo'\n", + " ELSE null\n", + " END AS TARGET,\n", + " FROM data\n", + " WHERE stars!=2 AND stars!=4;\n", + " \"\"\").collect().sample(fraction=1.0, shuffle=True, seed=0)\n", + "\n", + "train_reviews = sentiment_data.head(500).select('REVIEW').to_series().to_list()\n", + "train_targets = sentiment_data.head(500).select('TARGET').to_series().to_list()\n", + "\n", + "test_reviews = sentiment_data.tail(200).select('REVIEW').to_series().to_list()\n", + "test_targets = sentiment_data.tail(200).select('TARGET').to_series().to_list()\n", + "\n", + "sentiment_data.head()" + ] + }, + { + "cell_type": "markdown", + "id": "cdfdb171-0391-4e3e-beca-072d56267948", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "d4d2b731-7d7c-4217-9a51-47e6689bbe7f", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "de2d1b15-01fd-4c98-8c92-29256d242cac", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "8d322711-2b28-442e-8c19-108c3a083a50", + "metadata": {}, + "source": [ + "## 5 SP - Sin Entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "0cf9f12a-1a9b-4732-8d2c-59c9ed52f8a2", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 61, + "id": "0abdc935-3926-461c-9e45-ab90374a5fdb", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Por favor argumenta tu respuesta paso a paso, explica por qué crees que\n", + " está justificada tu elección final, y asegúrate de que acabas tu\n", + " explicación con el nombre de la clase que has escogido como la\n", + " correcta, en minúscula y sin puntuación.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " palabra, en minúscula, sin puntuación, y sin añadir ninguna otra\n", + " afirmación o palabra.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 62, + "id": "9d88b784-746a-45d3-83b6-67c1f09a878a", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I was a gift for my mother who used the bike to ride and this encantada with them, more than once, has a year and is very well.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are two pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sopilas para que puedas instalar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No sé si aportará todas las propiedades que anuncia, pero como ducha aumentará la presión y las tres variantes de chorro son a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No tiene mucha potencia \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. I want to argue that I clasifiques the text one of the following categoras:\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No trae ruedas, no de puede llegar, la tela de mancha fácilmente \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: No trae ruedas, no tegar, the tela de mancha fácilmente\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Game title: The game is genial, no importa tanto el hecho de que está de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Aún no he recibido el artículo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No he recibido el artculo en el lugar:\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sera mejor para llevar cerca de las zonas de descanso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A 6 justito\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (726 > 512). Running this sequence through the model will result in indexing errors\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué tuvieron a alguien le ha llegado? A m me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A tamadura de pelo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: No sirve para vitrocerámicas de induction and compramos because the vendedor in the anuncio asegura que si si es aceptable para vitrocerámicas de induction y comp\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No es lo que esperaba no luce los metros que dice el vendedor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No es lo que esperaba no luce los metros que dice el vendedor.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a lot of colors and this pedido has made me a very scenario. I have a lot of colors and this pedido has made me a very scenario. I have a lot of colors and this pedido has made me\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No hay roto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Good luck. I am quick and easy. I will always and the Council will help me. For those who want to work the average 2.25 a day will be able to work the average 2.25 a day.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Perfecto para personas mayores \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Perfect for people mayores\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Una pena que la duración de la batería sea escasa \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A pena that the duration of the batera is escasa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Other things I do not agree with are the interior dibujo that should be completely liso.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: compré los originales bmw y me costaron 50 euros, these are identiques to los originales, cleanly bien medidas perfectas facil da, durabilidad no lo se llevan poco tiempo \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is very good and it is easy to adjust to a tlf.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: pero este me salió malo... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entrada: but this me salió malo...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: aunque en el anuncio pone precio final luego al pagar te cobran el transporte. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: o el anuncio pone precio final luego al pagar te cobran el transporte.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am a pk and I am a pk. I am a pk and I am a pk. I am a pk and I am a pk. I am a pk and I am a pk\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No me valen para mí Honda y se vendo como que si \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't want to buy my Honda, I'll buy it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Buenas actividades para niño de 4 años \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entrada: no lo volvera a comprar, no lo encontrado ningn utilidad, no lo lo esperaba, yo dira que no funciona, quizá ser inutilidad ma\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Good quality, after making the reparacion, very content.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The abrigo cumpled, es caliente, tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco de más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " With the use of water, we will be able to savor the agua te de la rosca de los tornillos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very disappointed with the vendedor because I did not get the time and did not get the full length of the envo and it was a thing I needed urgently. For me I pongo in contact with the vendedor and I do not recommend anything.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: o te en el amazón , y yo vino lleno de pesa o pelos , y con la caja de un philips, o te entraré al\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Producto de buena calidad \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Product of good quality\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una escritura de entrada: Encaja perfectamente. Vergonzoso la manera en que entregan. La caja rota por varios sitios y abierta por los dos lados. Una es\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I love this product so much. I love it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Se ve bien el grabado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: I ve bien el grabado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No recomiendo su compra... no se parece a la foto... muy mala resolución \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: No recomiendo su compra... no parece la foto... very mala resolución\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Vuelta a empezar con la garanta\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: The papel is still papel. Actualizado. Perfect. Y no need pilas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a teeming teeming teeming teeming teeming teeming teeming teeming teeming teem\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No he llegó todava el mueble del salón.. No corresponde los das previstos de envio, y sin saber cuándo llegará .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Tiene poco potencia tienes que darle tres veces al máximo para que seque \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " There is a lot of potential to get three times the maximum for that\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " If you want to buy a taller one, you can buy a taller one.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Todo correcto y acordé a lo anunciado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " To answer your question, explain why you believe that you are justified and that you are clasifically referring to the name of the class that has escogido as the correct, in minscula and sin puntuación. In your answer, include only\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué es el lugar de abrirla?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am compreso a las aos de proteccion, Porque cuando necesitas los encuentras nunca los encuentras, Pero no lo he echo porque me gustan mas las de espon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It was rompió la pieza de plástico central donde se enrollan las cuerdas a los tres aos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I will put a lot of shit on the floor because I will not hurt with juguetes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de las sarten, pero la calidad de este producto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Extraordinary Batera, but its 200 g of peso seems to call for another móvil.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más \"potentes\", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Now only has to be a false one that works very hard.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Buen cargador. Su forma vas perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe del lado. Era lo que busca en entrada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El colchon esta bien, el envío tardo más de dos Semanas en llegar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The envo later, the envo later, the envo later, the envo later, the envo later, the envo later, the envo later, the envo later\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Llegó el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por el estado del \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-( \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " RCA text: No lo recomiendo. Es de baja calidad. The RCA analógica nunca ha funcionado. Si llego dar cuenta a la tempo lo hubiera devuelto:-\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Cómodos, antideslizantes, ligeros para trabajar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Comfortable, anti-discriminators, ligeros to work for\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I want to buy a little bit of a big thing and so I go to Igual that I'm in the picture. I'm !\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Una auténtica porquería. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una auténtica porquera.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Me llegó abierta la caja y faltaba una barritas! Un engaño total \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: Me llegó abierta la caja y faltaba una barritas!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Material es plastic.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Como pata esta bien si tienes adaptador. Calidad buena. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: As que te ayuda esta bien si te te es adaptador. Calidad buena.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No duran mucho tiempo (6 meses) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: No duran much time (6 months)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am a rallada los dibujos y color naranja , no es lo que pone en la descripción pona de color rosa y llega de color otra color .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100% \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Exceptional 100% recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: después de un mes, imposible conectar con ningún dispositivo....mala compra \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: after a mes, imposible conectar con no dispositivo....mala compra\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Cumple su función, es ligero con grande resistencia. Se pliega hasta ocupar muy poco espacio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EL TAMAO ES ADECUADO.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Se mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mueve mue\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I love the gift, but I have never disappointed. I have always enjoyed the gift, and I have enjoyed it much.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " This was the last book I had read to my sister of the triloga and, in spite of it, I found it to be a great book.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Solo encienden la mitad de los led \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Symbol: Only encienden the mitad of the led\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy fina, poca protección \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Decepcionada se supone que es universal pero per el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no enca\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Consta como un cartucho vacío, no sirve para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Consta como un cartucho vaco, no sirve para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The entrada, has manchad the green sábanas in the first use.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Las veo un poco flojas para un perro grande.. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Then you can see a little bit of a sand to a big pile.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: La malo es que me hubiese gustado que la rolla fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Thank you.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: No es te te bombillas de estas pero son un pasada, Pones una pelcula y le cambias el color y esta sper bien, la app \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Mejor de lo que me esperaba un precio increible muy contento \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Better of what I expected a very contentious price\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Y NO ES \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no \"pringas\" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " La tecnologa llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy buena relación calidad-precio , me solucionó el problema sin cables \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very satisfied with the quality of the text.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y los tiras son muy endebles, ni creo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada Text: el cable tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entrada: The vendedor is queda in this event without a positive crtica as to all the products that have this product by culpa de su mala praxis, that te gusta es estos auriculare\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Funciona bien, lo conecta a la toma auxiliar del coche y ya puede enviar la musica del movil, se empareja muy rapido y sin problemas, lo tiene\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy bueno. Estoy muy contenta por su rapidez y prestaciones \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very content with your speed and services.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The color of the rosa is much bonito that in the photo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Igual que el que venden en cualquier tienda, fácil instalación a buen precio. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Práctica y resistente. Bastante cómoda \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Práctica y resistente. Bastante cómoda\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Llegó a casa y nada más bajar a dejarlo en el coche se haba pinchado la rueda y lo probamos, es muy resistente y fác\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: The cargador has very good presencia, with a funda de protección (de lo que ya puede tomar nota Apple) and is very well, both as the original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am for a gift and the child the gift of Vino in his pack without estrenar,con lengueta que demostra que no saben el encargado electronica.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: Todava no me ha llegado, debera haber ha llegado el viernes... per que llegue pronto y no se ha tenido por e\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: The software that comes is penoso, the quality of video and audio are very weak if compares with other brands.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " En entrada: Con 2 semanas de uso el botón de apagado y encendido, ha desprendido del fondo impidiendo as su uso.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Ideal for people with a small budget. With four rins, no pesa nada and mucha capacidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Es la más parecida a la original. Me gusta mucho y de hecho la volv a comprar en varios colores más grandes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrancing: Cumple your cometido, but the superficie of the cube is very delicada and is raya con muchsima facilidad, simply using the tenedores that include.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo que se esperaba, cumple su fucnion \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: What was esperaba, cumple his fucnion\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es encontrar en el envo. El paquete a llegado sin embalaje dentro de otra caja. Avenido tal cual con la caja original\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Unos de los mejores champu que e provado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Into the text: One of the best titles\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Lindo producto, but the second time that he used was he salió a goma, and no lo que puede usar más enviar más enviar más enviar más enviar \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Nunca me llegó la sudadera \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I didn't want to be sudader.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Es un poco frágil. As es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Todo tal y como en la foto, my son of 5 years is encantado y lo usa cuando hace skateboard.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente diferente.Mala compra,no te puedes fiar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No recomiendo para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " If in a velcro, the tapa tuviese two velcros if the veria seguro (posiblemente haga ayuda a ese ao)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Amazon sat down and bought a new one.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Demasiado aparatosa. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Demasiado aparatosa.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: El tallaje no corresponde pero son muy elásticos, y encima me han enviado uno de ellos con una talla más pequea.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need a portable ordenador and when I don't have much idea of portables, I le todos los opiniones que se decan de este modelo Lenovo, ya que está marca no la conocencia. The or\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de mó\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Hace su función, pero para mi gusto huele a azufre, osea, regular... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Hace su funcionamia, pero para mi gusto huele azufre, osea, regular...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a trilogia that is very easy to leer. I have liked it, I did not expect it to be the final for nothing.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: The auriculars have an attractive design, is easily able and works well. But the audio is very better, has a fully integrated sound, also can be because I am a costumbrado to the iPhone that I am a bit of a fan. But\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: No soy capaz de ponerlo en funcionamiento. Poner hora... y de más funciones. The móvil no pilla el reloj. Ayuda!!!!!!!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: La compré para mi sobrino de 4 aos y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: buena relación precio calidad,envio rápido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: good price,envio rápid\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Cuando le su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es una nica palabra, en el nic\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am in my time, but I am in some areas. I am in my place with the vendedor and I am in my time, but I cannot be in it more than that.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " En el ltimo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primer\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No han llegado protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que era un error.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: cumple su funciona de apilar muchas latas y su consumo por orden de entrada, pero le falta al diseo porque si no se hace con cuidado, las lata\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Funciona. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en compar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For a reason that I do not find the Catit well, but for a few days\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: No esperaba que funcionara bien,te salvar en cualquier sitio de comer caliente!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Bien calidad precio. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Todo biem lo compre para una fiesta de niños \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Todo es como compremos para una fiesta de nios\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: El tamao está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: En el primer viaje se le ha roto una rueda. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " En el primer viaje, he has roto una rueda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: No this mal ,tiene un precio razonable.La entrega a sido rapid and in good conditions,esto bastante contenta con mi pedido\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: The he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo que no son nada prácticos. a vez conecta\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Resultados: Corrected but not enough hydrated. I sprang another result mas sorprendente. Relacion price and cantidad is correct, but the quality is a little justa.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: I devolv porque era imposible llevar a ti en mi viajes. Casi medio kilo. No me fijé en ese dato.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: The compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tenga una placa Micro ATX. Muy poco espacio para montar los componentes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada text: es fácil de poner e instalar, pero en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que teng que poner\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Pelusas y bolas, desde el primer da, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Posted: On 15 de Septiembre, todavia no recibido el importe del reembolso que me hicieron el dia 5, y gustara saber que pasa , porque no lo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: The price very economic. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y volveré a comprar seguro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: the product under my point of view is not worth it because the plantillas are feas with ganas but are baratas...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No me han gustado. The puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Son muy cómodos y tienen muy buen sonido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: I am very comfortable and have very good sonido.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Ha llegado roto en la base del USB \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Deleted text: Has been inserted in the USB base\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No funciona bien, se queda el azcar pegado a la máquina, sin llegar hacer algodon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Buena calidad, mejor de lo esperado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Good quality, better of what you see\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Se echa en falta otra pantalla adiccional. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: Se echa en falta otra pantalla adiccionada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: mas pequeño de lo esperado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: but pequeo de lo esperado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A recopilatorio sin más, decoración de caja y cd sencilla. The transparent pegatina that has no need to retira con cuidado puede daar la pintura de la caja de cart\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Deja unas bordes porque no se pega bien por los lados, pero todos los protectores por estas precios les pasa lo mismo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrega en plazos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: son monos, aunque se ven de poca calidad, para lo que cuestan no puede pedir mucho mas.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es tan inhalámbrico que ni incluye el cable de alimentación. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: It is tan inhalámbrico que no incluye el cable de alimentación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué es el juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Están muy bien ,calidad excelente \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very pleased with the quality of the text.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Mi pedido aparece como entregado y aún no lo he recibido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: My pedido aparece as entregado y an no lo que recibido.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Pensé que era más grande \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I think it was more important to me to help me in a clasificación de texto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No me llegó el producto y ni el vendedor respondía los mensajes. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: No me llegó el producto, ni el vendedor responda los mensajes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Perfectly its funcion.Recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Muy original para regalar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: Very original to regalar ninguna otra palabra\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: The product venia defectuoso y no funcionaba, ademas parece que estaba usado.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Por el precio que tienen son simplemente perfectos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Por el precio que tienen son simplemente perfectos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Then he sat down... he sat down... he sat down... he sat down... he sat down... he sat down... he sat down... he sat down... he sat\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: Segn la recomendación que pona en la descripción que servia para los máquinas BOSCH as es!! Va fenomenal. De hecho compré una segund\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: Es la tercera vez que publico una opinión sobre este proyector y como la crtica parece ser que no me las han querido publicar. Me decid a comprarlo fi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Cumple su función a la perfección \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " To me, it is necessary to help me in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. I want to argue that I clasifiques the text one of the following categor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Buen trabajo, pero la hara falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de traba\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gra\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: No merece la pena seguir escribiendo , no son a buena alternativa a los oficiales dinero tirado a la basura\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: The comfort and good funcionamiento, lo que menos, que no guarde en una pequea memoria la posicion del switch, es necesario pasa + directo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Exceptional quality and quality.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Separadadores no se sujetan. O son de otro modelo o falta una pieza en medio, un desastre sobre utilizando con dos bolsas y es muy incómodo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I want to make sure that I have all the tools and accessories I need to use. I want to make sure that I have all the tools and accessories I need to use. I want to make sure that I have all the tools and accessories I need to use.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Demasiado endebles no enganchan bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: Demasiado endebles no enganchan bien\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Débil. Se mueve mucho la base. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada: Debile. Se mueve mucho la base.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Enrada: It is comfortable and easy to use only a little bit of a pequea and the falta ser impermeable.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: No es de grande tamao, y en la mesita te caben más cosas; es muy til ya que te dice en el momento, \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Las planté pero no creció nada! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: The planté but no creció nada!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Perfecto para la medida del cajon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: Perfect for the medium of the cajon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todos partes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text de entrada: The plancha works well but not me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta ltima indicada en la prop\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. en lugar de devolverlo me ofrecier\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Ahorro con respecto al precio en tiendas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Text of entry: The book is corto, entretenido y con buenos ejemplo. I am able to conocer el metodo y aplicarlo rapidamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Llegó con una semana de retraso,lo demás todo bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He went with a week of retraso, but still all well\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: Está muy bien a mí hijo le encantó \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very pleased to have helped me in a text clasification.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "Texto de entrada: El color es el que esperaba aunque la calidad y el remate es muy normalito \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Color: The color is the color that esperaba aunque the quality and the remate is very normal.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positivo','negativo','neutro'],\n", + " selector_k = 0,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 63, + "id": "5ec04005-3f64-4036-9fd4-28157ab948e0", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 63, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "e55bc005-7447-48f1-967a-6f1ae76f37bb", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 64, + "id": "9ae93a75-bddc-410b-bc29-4019a928ddae", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Argumenta tu respuesta paso a paso.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " respuesta\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 65, + "id": "20ee64ed-cfb9-4fd8-ae5f-9bdf1fddf5a3", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I was a gift for my mother who used the bike to ride and this encantada with them, more than once, has a year and is very well.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are two pantalla protectors bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones so that can instalarlas con suma facilidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No sé si aportará todas las propiedades que anuncia, pero como ducha aumentará la presión y las tres variantes de chorro son agradables. Y\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No tiene mucha potencia \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No tiene mucha potencia\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No trae ruedas, no de puede llegar, la tela de mancha fácilmente \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No trae ruedas, no tegar, la tela de mancha fácilmente\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Puzzle game: The game is genial, not importa tanto el hecho de que estar de segunda mano, pero problema es que me llegó incompleto, sin el cd de banda sonora n\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Aún no he recibido el artículo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No he recibido el artculo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A 6 justito\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (600 > 512). Running this sequence through the model will result in indexing errors\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A tomadura de pelo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " he is not able to reproduce the induction and compramos, he is not able to reproduce the induction and compramos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No es lo que esperaba no luce los metros que dice el vendedor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es lo que esperaba no luce los metros que dice el vendedor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a lot of colors and this pedido has made me a very good color. I have a lot of colors and this pedido has made me a very good color.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no hay roto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Perfecto para personas mayores \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Perfect for people who are more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely to be a bit more likely\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Una pena que la duración de la batería sea escasa \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A pena that the duration of the batera is escasa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Other things I do not agree with are the interior dibujo that should be completely liso.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: compré los originales bmw y me costaron 50 euros, these are identiques to los originales, cleanly well medidas perfectas facil das instalar, durabilidad no lo llevan poco tiemp\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is very good and it is easy to adjust to a tlf.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: pero este me salió malo... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: aunque en el anuncio pone precio final luego al pagar te cobran el transporte. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Iso es ok k yo yo yo yo yo yo yo yo yo yo yo yo yo yo yo yo yo y\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a textarea. Textures that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['positivo'\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No me valen para mí Honda y se vendo como que si \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't want to buy my Honda, I'll buy it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Buenas actividades para niño de 4 años \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Actividades para nio de 4 aos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No he encontrado a comprar, no he encontrado ningn utilidad, no he esperaba, yo dira que no funciona, quizá ser inutilidad ma, but \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am pleased with the quality of the work, after I have completed the work, very content.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " With the use of water, we will be able to swab the agua te de la rosca de los tornillos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No recomendation nada\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is there any way to help me in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Producto de buena calidad \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Product of good quality\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is it illegal to buy a product from Amazon?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't know what to do with the product, but I'm sure it's good.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No funcionaba, lo que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Se ve bien el grabado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " You ve bien el grabado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No recomiendo su compra... no se parece a la foto... muy mala resolución \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No recomendation a paso. In your respuesta, include only the name of the class, as a unique respuesta Text of entry: No recomendation a paso. In your respuesta, include only the name of the class\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Vuelta a empezar con la garanta\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need for pilas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a tarea de clasificación de texto. The text is a textual ambito de opiniones de productos. I want to help you with a textual clasificación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No i llegó todava el mueble del salón.. No corresponde los das previstos de envio, and sin saber cuándo llegará .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Tiene poco potencia tienes que darle tres veces al máximo para que seque \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It has little potential to get three times the maximum for that\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " If you want to buy a taller one, you can buy a taller one.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Todo correcto y acordé a lo anunciado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Answer Your Answer to Password. In your Answer, include only the name of the class, as a unique Answer Text\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Iso es el tarea de clasificación de texto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am compreso a las aos de protección, Porque cuando necesitas los encuentras nunca los encuentras, Pero no lo he echo porque me gustan mas las de espon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It was rompió the central pieza where the cuerdas were enrolling the cuerdas to the three years.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I will put a lot of shit on my side because I will not hurt with juguetes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No recommendation to anyone\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Batera externa excelente, pero sus 200 g de peso parece que lleves otro móvil\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más \"potentes\", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Now only has to be a false one that works for a long time.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El colchon esta bien, el envío tardo más de dos Semanas en llegar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The colchon is good, the envo later in two weeks in llegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Llegó el product daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he ten\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: [\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-( \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a text clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['posi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Cómodos, antideslizantes, ligeros para trabajar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrada\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I want to buy a lot of things and I want to buy a lot of things.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Una auténtica porquería. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una auténtica porquera.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Me llegó abierta la caja y faltaba una barritas! Un engaño total \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Material is plastic.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Como pata esta bien si tienes adaptador. Calidad buena. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a text clasificación. The text that will process from the ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: ['positivo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No duran mucho tiempo (6 meses) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No duran much time (6 months)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am a rallada los dibujos y color naranja , no es lo que pone en la descripción pona de color rosa y llega de color otra .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100% \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 100%\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: después de un mes, imposible conectar con ningún dispositivo....mala compra \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a text clasificación. The text that will process from the ambito de opiniones de productos. I want to clasify the text one of the following categoras: ['positivo', \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EL TAMAO ES ADECUADO.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No tiene freno\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have enjoyed much\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " This was the last book I read to my sister of the triloga and, in spite of it, I found it to be a great book.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Solo encienden la mitad de los led \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Organize your response to the text.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy fina, poca protección \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Decepcionada se supone que es universal pero per el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no enca\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Consta como un cartucho vacío, no sirve para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Contain your answer to the question. In your answer, you can only answer the question of whether or not you are a vacunator.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The pantalón destie, has manchado the green sábanas in the first use\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MU\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Las veo un poco flojas para un perro grande.. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: ['\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that you want to use is a text that you want to use. I want to help you in a texting clasificación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Thank you.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es necesario ayudar en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los text\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Mejor de lo que me esperaba un precio increible muy contento \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a text clasificación. The text that will process from the ambito de opinions de productos. I want to clasify the text one of the following categoras: ['positivo', 'n\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Y NO ES \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no \"pringas\" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " La tecnologa llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy buena relación calidad-precio , me solucionó el problema sin cables \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a text clasificación. The text that vas procesar del ambito de opiniones de productos. I want to clasifiques the text one of the following categoras: ['positivo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y los tiras son muy endebles, ni creo que resisteran\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No Answers No\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Argumenta tu respuesta paso. En tu respuesta incluye sólo el nombre de clase, como una nica respuesta Text de entrada: El vendedor se queda \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very happy, luego conecta a la toma auxiliar del coche y ya puede enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy bueno. Estoy muy contenta por su rapidez y prestaciones \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very content with your speed and services.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The color of the rosa is much bonito that in the photo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Igual que el que venden en cualquier tienda, fácil instalación a buen precio. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Práctica y resistente. Bastante cómoda \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar de la ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The cargador has very good presencia, with a funda de protección (on which I can use nota Apple) and is working very well, both as the original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Iba a tener buen resultado, but no.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am a gift and the child is the gift of Vino in his pack without being snagged,with lengueta that demostraba a nio que no use the electronic part\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that will process the ambito de opiniones de productos. I want to clasify the text one of the following categoras: ['positivo', \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Exceptional: The software that comes is penoso, the quality of video and audio are very weak if compares with other brands.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Con 2 semanas de uso el botón de apagado y encendido, ha desprendido del fondo impidiendo as su usación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Ideal for people with small pockets, no pesa nada and mucha capacidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I like to like it, but I like to like it more.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo que se esperaba, cumple su fucnion \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Quiere a tarea de clasificación de texto. Quiere a tarea de clasificación de texto. Quiere a tarea de clasificación de texto. Qu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " If you do not want to see some pieza, you can call the devolution.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Unos de los mejores champu que e provado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negativo', negativo'.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negativo negativo negativo negativo negativo negativo negativo negativo negativo negativo n\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Nunca me llegó la sudadera \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I didn't want to die.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is very well and its different chorros make it possible to use the mangue for different options\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that will process from the ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: ['positiv\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente diferente.Mala compra,no te puedes fiar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He intentado con diferentes ordenadores y pantallas y no funciona. No reconocer los dispositivos. No recommend it for nothing.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " If a velcro is a velcro, the tap is a velcro if it is safe (posible he haga a velcro)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: [\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Demasiado aparatosa. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a textarea.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that vas procesar de ambito de opiniones de productos. I want to help you clasifiques the text one of the following categoras: ['posi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me ayudes en una tarea de clasificación de texto. Los textos que vas procesar de ambito de opiniones de productos. Quiero que me clasifiques los\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need a portable ordenador and when I don't have much idea of portables, I just want to make sure that I have all the opinions that Lenovo has on this model, so I'm not sure what it is. The ordenador will be good for me, because\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No, it seems to protect mucho.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Hace su función, pero para mi gusto huele a azufre, osea, regular... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that will process the ambito de opiniones de productos. I want to clasify the text one of the following categoras: ['positivo', \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am glad I did, but I am not expecting anything.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I think the audio is very good, it is very good, it is very easy to hear, it is very easy to hear, it is very easy to hear.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Help me!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For adultes no veo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: buena relación precio calidad,envio rápido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar de la ambito de opiniones de productos. Quiero que me clas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " When you read the passage, he said, 'The disco is 125, pues bien el disco no mandan, es una nica nica nica nica nica nica nica nica \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Vino en su tiempo pero daado en algunas zonas. Hablé con el vendedor y me quiso dar solución, but no puede ser sin eso más tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No te o te o te o te o te o te o te o te o te o te o te o te o t\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No i have llegado protectores de esquinas y faltan un par de bloqueadores de puertas... spongo que i be a error.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Argumenta tu respuesta paso. En su respuesta incluye sólo el nombre de la clase, como una nica respuesta Text de entrada: cumple su funciona de apilar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Very satisfied with the product.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For a urgencia that doesn't find the Catit well, but for a few minutes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No esperaba que funcionara bien bien,te salvar en cualquier sitio de comer caliente!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Bien calidad precio. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I would like to thank you for your help.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Todo biem lo compre para una fiesta de niños \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " To help me help you in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is it worth the price of pegatinas that ofrece?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is it okay to lose the air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose air? Is it okay to lose\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: En el primer viaje se le ha roto una rueda. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " En el primer viaje, he has roto una rueda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't know what to expect. I'm not sure what to expect.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No Answer> No\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to help me in a textarea. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques the text one of the following categoras: ['positivo', \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't want to be a liar.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a texting clasificación. The text that will process the ambito de opiniones de productos. I want to clasify the text one of the following categoras: ['positivo', \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " In conclusion, for a simple installation of router and all wifi more accessible point, it is not recommended if there is a configuration of something more complex\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No recommendation, para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am a dia 15 de Septiembre, todavia no recibido el importe del reembolso que me hicieron el dia 5, i gustara saber que pasa , porque\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No acude el peso de Tom Tom.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negativo negativo negativo negativo negativo negativo negativo negativo negativo negativo n\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I need to help you in a text clasificación. The text that will process from the ambito of product opinions. I want to clasify the text one of the following categoras: ['positivo', 'negativo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No me han gustado. The puntas se rompen con mucha facilidad. Mis hijas no me han podido usar.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Son muy cómodos y tienen muy buen sonido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very comfortable and have very good sonido\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Ha llegado roto en la base del USB \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a rotated USB port\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No funciona nada bien, se queda el azcar pegado a la máquina, sin llegar hacer algodon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Buena calidad, mejor de lo esperado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Good quality, better of what you see\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Se echa en falta otra pantalla adiccional. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es necesario ayudar en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: mas pequeño de lo esperado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A recopilator, a recopilator, a cd, a sencilla, a sencilla, a sencilla, a sencilla, a senc\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Deja unas bordes porque no se pega bien por los lados, pero todos los protectores por estas precios les pasa lo mismo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Start in plazos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrada: son monos, aunque se ven de poca calidad, para lo que cuestan no puede pedir mucho mas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es tan inhalámbrico que ni incluye el cable de alimentación. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is tan inhalable that you do not include the food cable.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Ignore your answer to your answer. In your answer, you can only answer one of the following categories: ['positivo', 'neutro'].\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Están muy bien ,calidad excelente \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are very well ,calidad excellent\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Mi pedido aparece como entregado y aún no lo he recibido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am not a pedido, but I am a tastier.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Pensé que era más grande \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I think it was more important.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No me llegó el producto y ni el vendedor respondía los mensajes. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No i llegó el producto y i li el vendedor responda los mensajes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Very comfortable,original and resistent.Cumle perfectly its funcion.Recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Muy original para regalar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negativo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negativo']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Product entrada: Product venia defectuoso y no funcionaba, ademas parece que estaba usado.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Por el precio que tienen son simplemente perfectos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For the price you have, you can afford it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " None of the above choices. I would like to thank you for your help.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is it possible to help me in a texting clasificación. The text that vas procesar del ambito de opiniones de productos. Is it possible to help me clasifique the text one of the following categora\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I think I am not a fan of the opinions of the product when I buy a Chinese product.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Cumple su función a la perfección \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " To me, it's necessary to help you in a clasificación de texto. The text that will process from the ambito de opiniones de productos. I want to clasify the text one of the following categoras: [\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Thank you for your help.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No merece la pena seguir escribiendo , no son a buena alternativa a los oficiales dinero tirado a la basura\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es necesario ayudes en una tarea de clasificación de texto. Los textos que vas procesar de la ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is it possible to use a clasificación de texto? Is it possible to use a clasificación de texto? Is it possible to use a clasificación de texto? Is it possible to use a \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't recommend this product.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Demasiado endebles no enganchan bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Demasiado endebles\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Débil. Se mueve mucho la base. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Is a liar a liar. Is a liar a liar a liar a liar a liar a liar a liar a l\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is easy and easy to use only a small piece of paper and the falta is impermeable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es de grande tamao, y en la mesita te caben más cosas; es muy til ya que te dice en ese momento, el \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Las planté pero no creció nada! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Plantes, but not creció nada!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Perfecto para la medida del cajon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Solution for the medida del crculo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Iso es el tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't think I'm correct, but in the announcement it indicates a very superior potential to the one that actually has, this last in the plancha.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No hay llegado aqu q...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Ahorro con respecto al precio en tiendas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I recommend you to use a clasificación de text. The text will process the ambito de opiniones de productos. I want to help you clasifique the text. I want to use a clasificación de text.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Llegó con una semana de retraso,lo demás todo bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He went with a week of retraso, but still much\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: Está muy bien a mí hijo le encantó \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very pleased to have found out that I am a good reader.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "Texto de entrada: El color es el que esperaba aunque la calidad y el remate es muy normalito \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Color\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positivo','negativo','neutro'],\n", + " selector_k = 0,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 66, + "id": "00a8bd48-600a-40ef-b665-972c37f1378a", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 66, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "cf2744f0-ea90-4873-92bc-8d44c52621e1", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 67, + "id": "db7ab35e-0714-4308-b24d-69f08ca13900", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 68, + "id": "32f5bd08-c05a-4f33-8564-35e0eba3dfb5", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He was a gift for my mother who used the bike to ride and this encantada with them, more than being very resistant, has a lot of a year and is very well.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are two protective pantallas bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sopilas para que puedas instalarlas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tresvariantes de chorro son agradables. Y refre\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No tiene mucha potencia \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No trae ruedas, no de puede llegar, la tela de mancha fácilmente \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No trae ruedas, no tegar, the tela de mancha fácilmente\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The game is genial, not as much as the fact that it is second man, but the problem is that I llegó incompleto, sin el cd de banda sonora ni las pegatinas.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Aún no he recibido el artículo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No he recibido el artculo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltima vez, el tejido es el tejido es el tejido es el tejido es el\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A 6 justito\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + }, + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (522 > 512). Running this sequence through the model will result in indexing errors\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A alguien le ha llegado? A m me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo ped han modificado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. What funciona es la calculadora,el reproductor de m\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " he is not able to reproduce the induction and compramos, he is not able to reproduce the induction and compramos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No es lo que esperaba no luce los metros que dice el vendedor \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no es lo que esperaba no luce los metros que dice el vendedor.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have all the colors I have seen and this pedido has a very scenario and verdoso that the normal marfil is normal. No color marfil as a ponen in the description. And the terciopelo is a \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " We have been very well jugando to tirar bloques de hielo. The only thing that pongo contra son the materiales. They are of poca calidad pero cumplen su funciona.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Perfecto para personas mayores \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Perfect for people who are a bit more prone to a phobia.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Una pena que la duración de la batería sea escasa \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A pena that the duration of the batera is escasa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la nica pega es que el plástico es muy duro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " compre los originales bmw y me costaron 50 euros, these are identiques to los originales, cleanly well medidas perfectas facil da instalar, durabilidad ne paso a llevan poco tiemp\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is very bonita and is adjusted very well to tlf very very recomendable.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: pero este me salió malo... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " but this was a bad thing...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: aunque en el anuncio pone precio final luego al pagar te cobran el transporte. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " i want to buy a car i want to buy a car i want to buy a car i want to buy a car i want to buy a car i want to buy a car i want to buy a car i want to buy a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am not a pk but if I do not pk I will not be able to use it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5 \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No me valen para mí Honda y se vendo como que si \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't want to buy a car, I'm not going to buy a car.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Buenas actividades para niño de 4 años \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Good activities for children of 4 years\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no lo volvera a comprar, no lo le encontrado no uninga utilidad, no lo esperaba, yo dira que no funciona, quizá ser inutilidad ma pero lo lo cierto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Very good quality, after making the reparacion that was original, very content.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The cumple, es caliente, has for the hands, is a good articulo, for poking the hombros sobresalen a poco de más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is bonito and el acabado de las tablas is bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarl\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very decepcionado con el vendedor so that the pedido no me llegó a tiempo y no me cumplió los plazos de envo y era una cosa que necesita\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Producto de buena calidad \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Product of good quality\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I love the way it is.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " This is the product so much about all of us. I use it to make arreglillos in house when corto la luz o para zonas oscuras. For this this wonderful, te libera las manos y puedes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No funcionaba, lo que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Se ve bien el grabado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Se ve bien el grabado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No recomiendo su compra... no se parece a la foto... muy mala resolución \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No recomiendo su compra... no parece la foto... very mala resolución\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " In menos de un mes han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que no siquiera carga. He solicitado la garantiza, and e\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Funciona perfectamente. I have a terraform for regar de unos 80m2, and llega a rodas partes, until out of a set of setes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I did not llegó todava el mueble del salón.. No corresponde los das previstos de envio, and sin saber cuándo llegará .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Tiene poco potencia tienes que darle tres veces al máximo para que seque \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It has little power to darle tres veces at the fastest possible way to obtain a resemblance to a resemblance to a resemblance to a resemblance to a resemblance to a \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Todo correcto y acordé a lo anunciado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " All right and agree to the anunciation.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am compre to atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo echo porque me gustan mas las de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It was rompió the central pieza where the cuerdas are enrolled to the three years.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a lot of shit because I don't have a lot of shit with juguetes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is a porqueria de producto! In two weeks, oxidada and that is what makes the skin sick, but the quality of this product is pesima.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Batera externa excelente, pero sus 200 g de peso parece que lleves otro móvil.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más \"potentes\", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Although the most positive opinions that have this product are falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se commentan).... say that are unos auricular\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe del lado. Era lo que busca el que busca el \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El colchon esta bien, el envío tardo más de dos Semanas en llegar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The colchon is good, the envo later in two weeks in llegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I llegó el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The product I have llegado sin tapa tal as se ve en la foto, por suerte no está abierto. The value is by the estado del envo, not by the product in s.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-( \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " RCA analógica has never worked. If I want to dar cuenta at the time what had happened :-(\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Cómodos, antideslizantes, ligeros para trabajar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Medicas, antidepressants, ligeros para trabajar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I want to make a big picture, and so I want to make a picture of it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Una auténtica porquería. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una auténtica porquera.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Me llegó abierta la caja y faltaba una barritas! Un engaño total \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I llegó abierta la caja y faltaba una barritas!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The material is plastic.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Como pata esta bien si tienes adaptador. Calidad buena. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " As far as I know, I'm a good adapter.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No duran mucho tiempo (6 meses) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No drew much time (6 months)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color . \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am a rallada los dibujos y de color naranja , no es lo que pone en la descripción pona de color rosa y llega de color otra.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100% \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: después de un mes, imposible conectar con ningún dispositivo....mala compra \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " after a month, imposible conectar con no dispositivo....mala compra\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Quién es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EL TITUDE ES EL LIBOR INTERESANTE Y BIEN ILUSTRADO. EL TAMAO ES ADECUADO.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No tiene freno\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I love a gift, it is perfect to be enchanted, it is a great gift, it is a great gift, it is a great gift, it is a great gift, it is a great gift, it is a great gift, it is a great\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " This was the last book I read to my sister of the triloga and, in spite of it, I found it to be a great book.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Solo encienden la mitad de los led \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negativo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negativo']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy fina, poca protección \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The Decepcionada se supone que es universal pero per el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no en\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Consta como un cartucho vacío, no sirve para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Consta as a vaccinar, no sirve para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The pantalón destie, has manchad the green sábanas in the first use\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Las veo un poco flojas para un perro grande.. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The veo a poco flojas para una perro grande.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The malo is that I had liked that the roll was a lot wide. For me I could easily get better. But the material is of good quality.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They do everything they can to make it perfect. The light delanter ilumina much more than its level but it is very light. The light delanter has much autonomia. The mountain is very beautiful.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es te te bombillas de estas pero son un pasada, Pones una pelcula y le cambias el color y esta sper bien, la app has varias \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Mejor de lo que me esperaba un precio increible muy contento \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I hope I get a very high price.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no \"pringas\" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The tecnologa llega a nosotros... hace unos meses compre una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy buena relación calidad-precio , me solucionó el problema sin cables \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Quite good quality-price , I explained the problem without cables\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Bonita and grande, de tela resistente, but thecierre is not conseguido y is incómodo y the tiras are very endebles, not creo que resisteran un tirón y si llevas pe\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The cable is not enough to rode without problems and is not able to enganche.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The vendedor is queda in this event without a positive crtica as to all the things that have this product because of its mala praxis, that te lleguen these auriculares in su caja rajada, con\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I love it, but I can't find the music of the car, and I can't find the music of the car, and I can't find the music of the car, and I can't find the volume of the car, but I can find the volume of the car, and\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy bueno. Estoy muy contenta por su rapidez y prestaciones \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am very happy with my results.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, til y sencillo. Apenas se ensucia y es fácil de limpiar. The batera del teclado dura mucho tiempo, au\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Igual que el que venden en cualquier tienda, fácil instalación a buen precio. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Práctica y resistente. Bastante cómoda \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Stainless steel and abrasive.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Llegó a casa y nada más bajar a dejarlo en el coche se haba pinchado la rueda y lo probamos, es muy resistente y fácil de usar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The cargador has very good presencia, with a funda de protección (on which I can use nota Apple) and is very well, both as the original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I was for a gift and the child was encant Vino in her pack without estrenar,con lengueta que demostra que no saben el encargado el encargado \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I haven't seen you for a while, I should have had you for a while... I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I'm sorry, I\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The software that comes is penoso, the quality of video and audio are bastante deficient if compares with other brands.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " With 2 weeks of use the botón de apagado and encendido has been spelled out of the fund impidiendo as its use.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Perfect for jovens. With cuatro ruedas, no pesa nada y mucha capacidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is the most parecida a la original. I like much and de hecho the volv to comprar in varios colores más grandes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Perfect, a poco largo para botella de butano, but is puede cortar .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchsima facilidad, simply usando los tenedores que incluye. In two us\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo que se esperaba, cumple su fucnion \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Those who esperaba, cumple their fucnion.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to buy a new piece of paper.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Unos de los mejores champu que e provado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a few of the best champu that and provado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Rather, the second time he used the product was a goma and he can't use it more.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Nunca me llegó la sudadera \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I didn't want to be a sudader.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is a little frágil. As a good product, the acabado of materials is a little frágil in the second use of the rueda that regulates the force of the gas pump dandria dandria \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I love to skateboard and use it when I have a skateboard.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente diferente.Mala compra,no te puedes fiar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No recomiendo para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero) \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Pense que se quedaria mas cerrado, y aunque aun no lo probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema decierre que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have never seen a reembolso, but I have never seen it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Demasiado aparatosa. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Iso es un aparatosa.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't know if they correspond, but they are very elásticos and I have sent one of them with a more pequena talla.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " When escuchas msica conectando tu auriculares al puerto lighting de la funda, these se desconectan con facilidad. Por lo demás todo bien, es un palo ir carg\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I needed a portable ordenador and when I didn't have much idea of portables, I figured out all the opinions that were decan of this Lenovo model, so I'm not sure what it is. The ordenador will be fine for me, but I\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Hace su función, pero para mi gusto huele a azufre, osea, regular... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " he has his work, but for me he has a regular azufre, osea, regular...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is a trilogia that is very easy to leer. I have liked it, not i esperaba el final for nothing.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The auriculars have an attractive design, is easily accessible and fun. But the audio is very good, has a fully integrated sound, also can be because I am a costumbrado to the iPhone that I am a bit of a fan. But in what I am a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am not so happy to be able to do it. I am not able to do it in the morning. I am not able to do it in the morning. I am not able to do it in the morning. I am not able to do it in the morning. I am\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The compré for my sobrino of 4 years and le encantó. The part delantera is dura and atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: buena relación precio calidad,envio rápido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " good price,excellent customer service\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is a machine that works perfectly, precise and easy to use.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " When he saben, he saben, he saben, he saben, he saben, he saben, he saben, he sab\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Vino en su tiempo pero daado en algunas zonas. Hablé con el vendedor y me quiso dar solución, but no poda ser sin eso más tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is a tarea, the descripción is falsa. No, en la caja directamente pone ya 5 w when she abres y al escucharlo por primera vez te qué é a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't have to call the protectors of esquins and faltan a par de bloqueadores de puertas... so I'm not a fool.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " he eats his food and his consumption by orden de entrada, but he falta algo al diseo porque si no se hace con cuidado, las latas se desbordan y caen, y por otro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba a poco indecisa a comprarlo por su alto precio \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For a reason that I do not find the Catit well, but for a few days\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I didn't expect to work so well,those places would be a good place to come!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Bien calidad precio. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Good quality.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Todo biem lo compre para una fiesta de niños \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " All I want to do is to buy a table for a birthday party of children.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Much better than the price of pegatinas that offer. Several times compra a pegatina for the car and cost it practically what it is now, while now it has 300 and can use for multitud of things. Moreover, the truth, comes pegat\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The tamao is very well, it is what esperaba. The perch is that loses air because it is not pinchado. At least one hour ya no está bien hinchada y hay que volver a meterle aire\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: En el primer viaje se le ha roto una rueda. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " In the first viaje, he has a rooster.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is not this bad , it has a price razonable. The entrega a sido rapid and in good conditions,it is very content with my pedido\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The he devuelto, are auricular cables normal but that are not practical. Also, if you are connected to Bluetooth, you will have to disconnect all the time and then you will have to disconnect all the time.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " correcto, but no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion price and cantidad is correct, but the quality is a little justa.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I devolv because era imposible llevar a peso en mis viajes. Casi medio kilo. No me fijé en ese dato.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The product is worth your price but the truth recomends if you are a ATX caja, a micro ATX, a tamana, a tamana, a tamana, a tamana,\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is easy to install and install but, in any case, it is not easy to respond. The only thing that is not working is that it is a cable that goes to another room in the same room as another switch. The cable is a drástic cable that goes to another\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Pelusas and bolas, desde el primer da, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Hoy a dia 15 de Septiembre, todavia no recibido el importe del reembolso que me hicieron el dia 5, miguel sabera saber que pasa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No acuerdo el precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No acuerdo el peso del Tom Tom.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y lo volveré a comprar seguro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto bajo mi punto devista no sirve de nada porque las plantillas son feas con ganas pero son baratas...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I don't like the punts. I like the punts.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Son muy cómodos y tienen muy buen sonido \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are comfortable and have very good sounding.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Ha llegado roto en la base del USB \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He has been rotated in the USB base.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No funciona bien, se queda el azcar pegado a la máquina, sin llegar hacer algodon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Buena calidad, mejor de lo esperado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Good quality, best of all\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Se echa en falta otra pantalla adiccional. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Se echa en falta otra pantalla adiccionada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: mas pequeño de lo esperado \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " but small of the space\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " A recopilator without a more, decoración de caja and cd sencilla. The transparent pegatina that has a certain amount of color if it is not retired with care can daar the pintura de la caja\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Deja unas bordes porque no se pega bien por los lados, pero todos los protectores por estas precios les pasa lo mismo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are monos, although they are suffocating, so they cannot be much more suffocated.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es tan inhalámbrico que ni incluye el cable de alimentación. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is tan inhalable that no one includes the cable of food.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The game llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y la libreto interior están en ingles, y no indican por n\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Están muy bien ,calidad excelente \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " They are very well ,calidad excellent\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Mi pedido aparece como entregado y aún no lo he recibido. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am not a pedido, but I am not a receptor.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Pensé que era más grande \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I think it was more important to me to help in a text.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No me llegó el producto y ni el vendedor respondía los mensajes. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I did not llegó the product, nor did the vendedor respond to the messages.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " This is the original and I am contenta. The data is quite rapid,está acabado de metal. So on all I encanta that se puede sujetar el teléfono. Usb very comfortable ,original and resistente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Muy original para regalar \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The product has been defected and no function, ademas seems to be using it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Por el precio que tienen son simplemente perfectos. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For the price you have, you can easily get it.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am not sure...no se pega bien a la pantalla...the laterales no funciona bien...the inferiors no funcionan mal...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " As a recommendation, I would like to say that I am a professional máquinas BOSCH, so I am fantastic. I have a second opinion.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is the third time that publico una opinión sobre este proyector and as the crtica is pésima parece ser que no me las han querido publicar. I decid a comprarlo fiándome de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Cumple su función a la perfección \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Using your knowledge of the perfección\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is trpode but the hara falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a vendedor estupendo ...me ha llegado muy rapido en perfecto estado, and encima con unregalito ... funcciona perfecto ... muchas gracias\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No merece la pena seguir escribiendo , no son a buena alternativa a los oficiales dinero tirado a la basura.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The comfort and the good funcionamiento, lo que menos, que no guarde en una pequea memoria la posicion del switch, is necesario pasa + directo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Regla de patchwork perfecta para medir los bloques. Buena calidad/price. Realizada en material very resistente. Their medidas la hacen muy práctica.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Separadores are not subjected. Os separadores are of another model or falta a pieza en el medio, a desastre so que compre para utilizarlo con dos bolsas y e\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The product is designed to have all the tools and accessories. It is very easy to use.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Demasiado endebles no enganchan bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Demasiado endebles\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Débil. Se mueve mucho la base. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is a tarea de clasificación de texto. I want to help you in a clasificación de texto. I want to help you in a clasificación de texto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " It is easy and easy to use only a small piece of paper and the falta is impermeable.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no es de grande tamao, as en la mesita te caben más cosas; es muy til ya que te dice hasta la temperatura que en ese moment\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Las planté pero no creció nada! \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The plant was not a plant!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Perfecto para la medida del cajon \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Perfect for the medium of the cajon.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€ \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todos partes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha. \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The plancha works well but not me, despite the fact that in the announcement it indicates a very superior potential to the one that actually has, this last indiana in the plancha.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q... \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. In lugar de devolverlo me of\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Ahorro con respecto al precio en tiendas \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I am pleased with the price of the items.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " The libro is a good, easy to read, and easy to use.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Llegó con una semana de retraso,lo demás todo bien \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " He went with a week of retraso, but still very well.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: Está muy bien a mí hijo le encantó \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I'm very well able to help you.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + " \n", + "\n", + "Input text: El color es el que esperaba aunque la calidad y el remate es muy normalito \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " color\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positivo','negativo','neutro'],\n", + " selector_k = 0,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 69, + "id": "b0e4b6cc-04e4-479b-9141-d01e8867cfaf", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 69, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAf8AAAGdCAYAAAAczXrvAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8pXeV/AAAACXBIWXMAAA9hAAAPYQGoP6dpAAAsjElEQVR4nO3de3gU9fn//9cGkg0CWUiABKpRFCQBhNJIIaCoNIroB4kEPKEGpB4DLcRjWhXh48+lWkUpJ2sxgJofFisofgoUYw2iIUIUDygRhTZaSCABEohkE5P9/lEbu5MImbBhlpnnw2uuS94zO3Ov7+vy5r7nvTMuv9/vFwAAcIwwqwMAAAAnF8kfAACHIfkDAOAwJH8AAByG5A8AgMOQ/AEAcBiSPwAADkPyBwDAYUj+AAA4TFurA/iP6u+sjgAAcKqIbOXs1W7Q1KCd6+iH84N2rmAJmeQPAEDIcNm7MW7vbwcAABqh8gcAwMjlsjqCVkXyBwDAyOZtf5I/AABGNq/87f1XGwAA0AiVPwAARrT9AQBwGNr+AADATqj8AQAwsnnb397fDgCAlnC5greZcNZZZ8nlcjXaMjIyJEnV1dXKyMhQTEyMOnTooLS0NJWWlpr+eiR/AABCxJYtW7R3796GbcOGDZKkCRMmSJJmzJihNWvWaOXKlcrLy9OePXs0btw409eh7Q8AgJFFbf+uXbsG/HnOnDk655xzdNFFF6miokJLlixRTk6ORo4cKUnKzs5WYmKiNm/erKFDhzb7OlT+AAAYBbHt7/P5VFlZGbD5fL7jhlBTU6MXX3xRt9xyi1wulwoLC1VbW6uUlJSGYxISEhQfH6/8/HxTX4/kDwBAK/J6vfJ4PAGb1+s97udWr16tQ4cOadKkSZKkkpISRUREqFOnTgHHxcbGqqSkxFRMtP0BADAKYts/KytLmZmZAWNut/u4n1uyZIlGjx6tHj16BC2W/yD5AwBgFMSH/Ljd7mYl+//2z3/+U2+++aZeffXVhrG4uDjV1NTo0KFDAdV/aWmp4uLiTJ2ftj8AAEausOBtLZCdna1u3brpyiuvbBhLSkpSeHi4cnNzG8aKiopUXFys5ORkU+en8gcAIITU19crOztb6enpatv2hzTt8Xg0ZcoUZWZmKjo6WlFRUZo2bZqSk5NNrfSXSP4AADRm4RP+3nzzTRUXF+uWW25ptG/u3LkKCwtTWlqafD6fRo0apYULF5q+hsvv9/uDEeyJqv7O6ggAAKeKyFYuXdtd8r9BO9fRvz8UtHMFC/f8AQBwGNr+AAAY2fzFPiR/AACMgvhTv1Bk77/aAACARqj8AQAwou0PAIDD0PYHAAB2QuUPAIARbX8AABzG5m1/kj8AAEY2r/zt/e0AAEAjVP4AABjR9gcAwGFo+wMAADuh8gcAwIi2PwAADkPbHwAA2AmVPwAARlT+aI4VOS9p9KUjNXjQeZp43QR98vHHVofkWMxF6GAuQgdzYZLLFbwtBJH8g2Dd2r/q9497dftdGVqxcpX69EnQnbdPUXl5udWhOQ5zETqYi9DBXMCI5B8ELyzL1rjx1yj16jSd06uXHpw5S5GRkVr96l+sDs1xmIvQwVyEDuaiBVxhwdtCUGhGdQqpranR559t19DkYQ1jYWFhGjp0mD7+6EMLI3Me5iJ0MBehg7loIZu3/U0v+CsrK9Pzzz+v/Px8lZSUSJLi4uI0bNgwTZo0SV27dg16kKHs4KGDqqurU0xMTMB4TEyMdu/eZVFUzsRchA7mInQwFy0UohV7sJj6dlu2bNG5556refPmyePxaMSIERoxYoQ8Ho/mzZunhIQEbd269bjn8fl8qqysDNh8Pl+LvwQAAGg+U5X/tGnTNGHCBC1evFguQyvD7/frjjvu0LRp05Sfn3/M83i9Xs2aNStg7LcPzdSDDz9iJpyQ0LlTZ7Vp06bRwpny8nJ16dLFoqicibkIHcxF6GAuWihE2/XBYqry/+ijjzRjxoxGiV+SXC6XZsyYoW3bth33PFlZWaqoqAjY7r0/y0woISM8IkKJffupYPMPf+Gpr69XQUG+BgwcZGFkzsNchA7mInQwFy3jcrmCtoUiU5V/XFyc3n//fSUkJDS5//3331dsbOxxz+N2u+V2uwPGqr8zE0louSl9sh76zf3q16+/+p83QC++sExHjx5V6tXjrA7NcZiL0MFchA7mAkamkv8999yj2267TYWFhfrFL37RkOhLS0uVm5ur5557Tr///e9bJdBQdvnoK3TwwAEtnD9PZWX71SchUQuf/ZNiaKmddMxF6GAuQgdzYV6oVuzB4vL7/X4zH3j55Zc1d+5cFRYWqq6uTpLUpk0bJSUlKTMzU9dcc02LAjmVK38AwMkV2coPp28/ITto56paOTlo5woW08n/P2pra1VWViZJ6tKli8LDw08oEJI/AKC5SP4npsX/+cLDw9W9e/dgxgIAQEiwe9uft/oBAGBg9+Rv70cYAQCARqj8AQAwsHvlT/IHAMCA5A8AgNPYO/dzzx8AAKeh8gcAwIC2PwAADmP35E/bHwCAEPKvf/1LN954o2JiYtSuXTudd9552rp1a8N+v9+vhx9+WN27d1e7du2UkpKinTt3mroGyR8AAAOrXul78OBBDR8+XOHh4Vq7dq0+++wzPfnkk+rcuXPDMY8//rjmzZunxYsXq6CgQO3bt9eoUaNUXV3d/O/X0mf7BxvP9gcANFdrP9s/5ub/P2jnKl9+fbOPfeCBB/Tuu+/qnXfeaXK/3+9Xjx49dPfdd+uee+6RJFVUVCg2NlZLly7Vdddd16zrUPkDANCKfD6fKisrAzafz9fksa+//rrOP/98TZgwQd26ddOgQYP03HPPNezfvXu3SkpKlJKS0jDm8Xg0ZMgQ5efnNzsmkj8AAEau4G1er1cejydg83q9TV52165dWrRokXr37q3169frzjvv1K9+9SstW7ZMklRSUiJJio2NDfhcbGxsw77mYLU/AAAGwVztn5WVpczMzIAxt9vd5LH19fU6//zz9dhjj0mSBg0apE8//VSLFy9Wenp60GKi8gcAoBW53W5FRUUFbD+W/Lt3766+ffsGjCUmJqq4uFiSFBcXJ0kqLS0NOKa0tLRhX3OQ/AEAMLBqtf/w4cNVVFQUMPbFF1/ozDPPlCT17NlTcXFxys3NbdhfWVmpgoICJScnN/s6tP0BADCw6iE/M2bM0LBhw/TYY4/pmmuu0fvvv68//vGP+uMf/9gQ1/Tp0/Xoo4+qd+/e6tmzpx566CH16NFDqampzb4OyR8AACOLHvA3ePBgrVq1SllZWZo9e7Z69uypp59+WhMnTmw45r777lNVVZVuu+02HTp0SBdccIHWrVunyMjIZl+H3/kDAE45rf07/25T/hy0c+1bck3QzhUsVP4AABjY/dn+JH8AAAzsnvxZ7Q8AgMNQ+QMAYGD3yp/kDwCAgd2TP21/AAAchsofAAAjexf+JH8AAIxo+wMAAFuh8gcAwMDulT/JHwAAA5I/AABOY+/czz1/AACchsofAAAD2v4AADiM3ZM/bX8AAByGyh8AAAO7V/4kfwAADOye/Gn7AwDgMFT+AAAY2bvwD53k3+3G5VaHgO+VLL/J6hDwvbAwm/8fCAhRtP0BAICthEzlDwBAqLB75U/yBwDAwOa5n+QPAICR3St/7vkDAOAwVP4AABjYvPAn+QMAYETbHwAA2AqVPwAABjYv/En+AAAY2f3pmrT9AQBwGCp/AAAMaPsDAOAwrPYHAAC2QuUPAICBzQt/kj8AAEZ2b/uT/AEAMLB78ueePwAADkPlDwCAgc0Lfyp/AACMXC5X0DYzHnnkkUafT0hIaNhfXV2tjIwMxcTEqEOHDkpLS1Npaanp70fyBwAghPTr10979+5t2DZt2tSwb8aMGVqzZo1WrlypvLw87dmzR+PGjTN9Ddr+AAAYWNn2b9u2reLi4hqNV1RUaMmSJcrJydHIkSMlSdnZ2UpMTNTmzZs1dOjQZl+Dyh8AAINgtv19Pp8qKysDNp/P96PX3rlzp3r06KGzzz5bEydOVHFxsSSpsLBQtbW1SklJaTg2ISFB8fHxys/PN/X9SP4AALQir9crj8cTsHm93iaPHTJkiJYuXap169Zp0aJF2r17ty688EIdPnxYJSUlioiIUKdOnQI+Exsbq5KSElMx0fYHAMAgmG3/rKwsZWZmBoy53e4mjx09enTDvw8YMEBDhgzRmWeeqT//+c9q165d0GIi+QMAYBDMh/y43e4fTfbH06lTJ5177rn68ssvdemll6qmpkaHDh0KqP5LS0ubXCNwLLT9AQAIUUeOHNFXX32l7t27KykpSeHh4crNzW3YX1RUpOLiYiUnJ5s6L5U/AAAGVq32v+eeezRmzBideeaZ2rNnj2bOnKk2bdro+uuvl8fj0ZQpU5SZmano6GhFRUVp2rRpSk5ONrXSXyL5AwDQiFXP9v/mm290/fXXq7y8XF27dtUFF1ygzZs3q2vXrpKkuXPnKiwsTGlpafL5fBo1apQWLlxo+jouv9/vD3bwLRF13XKrQ8D3SpbfZHUI+F5YmM2fMQq0UGQrl65D5+QF7VybH7goaOcKFu75AwDgMLT9AQAwsPsrfUn+AAAY2Dz30/YHAMBpqPwBADCg7Q8AgMPYPPfT9gcAwGmo/AEAMKDtDwCAw9g9+dP2BwDAYUj+LdC9czs9l3GB/vHctSpdfoPyHx+jQWfHSJLatnFp1g0/U/7jY7R36fUqWjhez941XHGdg/ceZvy4wq1b9Oupd+jSkRdq0HkJ+nvum1aH5Ggrcl7S6EtHavCg8zTxugn65OOPrQ7JsZgLc1yu4G2hiORvUqf2Efrb7NGqratX2pw39fO7X9dvX9yqQ1U+SdJpEW018KxoPf7qx7ow6/9041Nvq3ePKK245xKLI3eGo0eP6txzE5T124etDsXx1q39q37/uFe335WhFStXqU+fBN15+xSVl5dbHZrjMBfmuVyuoG2hiHv+Jk2/qr/+VV6luxa/1zD2z/1HGv698mitUh8LrDbvef59vf3YlTo9pr2+Ka86abE60QUXjtAFF46wOgxIemFZtsaNv0apV6dJkh6cOUsbN76t1a/+RVNuvc3i6JyFuTAvRHN20FD5m3RF0un6cFe5lk0foa+enaB3vP+j9JG9j/mZqNMiVF/vV8W3NScpSsBatTU1+vyz7RqaPKxhLCwsTEOHDtPHH31oYWTOw1ygKUFP/l9//bVuueWWYx7j8/lUWVkZsPnraoMdSqs4q1tHTUnpo69KDutqb66WvFmkxycN1g0jzm7yeHd4mGbd8DO98t5uHT56anxH4EQdPHRQdXV1iomJCRiPiYlRWVmZRVE5E3PRMnZv+wc9+R84cEDLli075jFer1cejydgq/n8jWCH0irCwqSP/lGu2Ss+1Mf/OKCluTu1LHenbknp0+jYtm1cWvbri+RySTOWFFgQLQCgJey+4M/0Pf/XX3/9mPt37dp13HNkZWUpMzMzYOwnU1aaDcUSJQePasc3FQFjRXsqdNWQMwPG/pP4z+jaXmP+dwNVPxylc6fOatOmTaMFZeXl5erSpYtFUTkTc4GmmE7+qampcrlc8vv9P3rM8docbrdbbrc78DNtws2GYomCL/ard4+ogLFe3aP0ddkPi/7+k/jP6d5RV87+mw4c8Z3sMAFLhUdEKLFvPxVsztfIX6RIkurr61VQkK/rrr/R4uichblombBQLdmDxHTbv3v37nr11VdVX1/f5PbBBx+0RpwhY8H/fabBvbrq7tT+Oju2oyYM76lJI3vrufVFkv6d+F+YcbEGnROjX/5hk9qEudTNE6lunkiFt2F9ZWv79tsqFe34XEU7Ppck/etf36hox+fau3ePxZE5z03pk/XqK3/W66tXaddXX+nR2Y/o6NGjSr16nNWhOQ5zYR5tf4OkpCQVFhZq7NixTe4/XlfgVPfBrnJNfOrvmnndz3T/uIH65/7DemD5Vv353d2SpB7Rp+nK88+QJL33+JiAz14xe702fVZ60mN2ks+2f6pbb0lv+POTT8yRJI25KlWz/785VoXlSJePvkIHDxzQwvnzVFa2X30SErXw2T8phlbzScdcwMjlN5mp33nnHVVVVenyyy9vcn9VVZW2bt2qiy66yFQgUdctN3U8Wk/J8pusDgHfCwsL0bIBsFhkKz+lZtTC4C3SXn/XkKCdK1hM/+e78MILj7m/ffv2phM/AAChxO5/7+YJfwAAGITq7/ODhRVoAAA4DJU/AAAGNi/8Sf4AABi5ZO/sT9sfAACHofIHAMCA1f4AADgMq/0BAICtUPkDAGBg88Kf5A8AgBFv9QMAALZC5Q8AgIHNC3+SPwAARnZf7U/yBwDAwOa5n3v+AAA4DZU/AAAGdl/tT/IHAMDA3qmftj8AAI5D8gcAwMDlcgVta6k5c+bI5XJp+vTpDWPV1dXKyMhQTEyMOnTooLS0NJWWlpo+N8kfAACDMFfwtpbYsmWLnn32WQ0YMCBgfMaMGVqzZo1WrlypvLw87dmzR+PGjTP//VoWFgAAaA1HjhzRxIkT9dxzz6lz584N4xUVFVqyZImeeuopjRw5UklJScrOztZ7772nzZs3m7oGyR8AAINgtv19Pp8qKysDNp/P96PXzsjI0JVXXqmUlJSA8cLCQtXW1gaMJyQkKD4+Xvn5+aa+H8kfAAADlyt4m9frlcfjCdi8Xm+T112xYoU++OCDJveXlJQoIiJCnTp1ChiPjY1VSUmJqe/HT/0AAGhFWVlZyszMDBhzu92Njvv666/161//Whs2bFBkZGSrxkTyBwDAIJjP9ne73U0me6PCwkLt27dPP/vZzxrG6urqtHHjRs2fP1/r169XTU2NDh06FFD9l5aWKi4uzlRMJH8AAAxaukr/RPziF7/QJ598EjA2efJkJSQk6P7779cZZ5yh8PBw5ebmKi0tTZJUVFSk4uJiJScnm7oWyR8AAAMr3urXsWNH9e/fP2Csffv2iomJaRifMmWKMjMzFR0draioKE2bNk3JyckaOnSoqWuR/AEAOEXMnTtXYWFhSktLk8/n06hRo7Rw4ULT5yH5AwBgECrP9n/77bcD/hwZGakFCxZowYIFJ3Rekj8AAAZ2f6sfv/MHAMBhqPwBADCweeFP8gcAwMiK1f4nE21/AAAchsofAAADmxf+JH8AAIxY7Q8AAGyFyh8AAAObF/4kfwAAjOy+2j9kkn9t0ftWh4DvhYXdbHUIAGApu98Tt/v3AwAABiFT+QMAECpo+wMA4DBh9s79tP0BAHAaKn8AAAzsXvmT/AEAMLD7PX/a/gAAOAyVPwAABrT9AQBwGJt3/Wn7AwDgNFT+AAAY2P2VviR/AAAM7N4WJ/kDAGBg88Lf9n+5AQAABlT+AAAYcM8fAACHsXnup+0PAIDTUPkDAGDAE/4AAHAYu9/zp+0PAIDDUPkDAGBg88Kf5A8AgJHd7/nT9gcAwGGo/AEAMHDJ3qU/yR8AAAO7t/1J/gAAGNg9+XPPHwAAh6HyBwDAwGXz3/pR+QMAYBDmCt5mxqJFizRgwABFRUUpKipKycnJWrt2bcP+6upqZWRkKCYmRh06dFBaWppKS0vNfz/TnwAAAK3i9NNP15w5c1RYWKitW7dq5MiRGjt2rLZv3y5JmjFjhtasWaOVK1cqLy9Pe/bs0bhx40xfx+X3+/3BDr4l2g2aanUI+N7BLfOtDgEAjimylW9aP7VxV9DOlTni7BP6fHR0tJ544gmNHz9eXbt2VU5OjsaPHy9J2rFjhxITE5Wfn6+hQ4c2+5zc8wcAwCCYL/bx+Xzy+XwBY263W263+5ifq6ur08qVK1VVVaXk5GQVFhaqtrZWKSkpDcckJCQoPj7edPKn7Q8AQCvyer3yeDwBm9fr/dHjP/nkE3Xo0EFut1t33HGHVq1apb59+6qkpEQRERHq1KlTwPGxsbEqKSkxFROVPwAABsH8nX9WVpYyMzMDxo5V9ffp00fbtm1TRUWFXnnlFaWnpysvLy94AYnkDwBAI8H8pV9zWvz/LSIiQr169ZIkJSUlacuWLXrmmWd07bXXqqamRocOHQqo/ktLSxUXF2cqJtr+AACEsPr6evl8PiUlJSk8PFy5ubkN+4qKilRcXKzk5GRT56TyBwDAIMyiF/tkZWVp9OjRio+P1+HDh5WTk6O3335b69evl8fj0ZQpU5SZmano6GhFRUVp2rRpSk5ONrXYTyL5AwDQiFUP+Nu3b59uvvlm7d27Vx6PRwMGDND69et16aWXSpLmzp2rsLAwpaWlyefzadSoUVq4cKHp6/A7fzTC7/wBhLrW/p3/4vx/BO1cdySfFbRzBQv3/AEAcBja/ibt+L9ZOrNHTKPxxS9v1Iw5f9YffnudRg7po+5dPTpy1KfNH+3Wg8+8pi/+Yf7Zy2iZFTkvaVn2EpWV7de5fRL0wG8e0nkDBlgdliMxF6GDuTAnmA/5CUVU/iZdcOMTOislq2G74o4/SJJe3fChJOnDz7/WbY+8qJ+Oe1RX3bVALpdLbyzMUJjdXw4dItat/at+/7hXt9+VoRUrV6lPnwTdefsUlZeXWx2a4zAXoYO5MM/lCt4Wikj+JpUdPKLS8sMN2xUX9tdXxfv1TuFOSdLzr76rdz/4SsV7D2jbjm80a8EandE9usluAYLvhWXZGjf+GqVenaZzevXSgzNnKTIyUqtf/YvVoTkOcxE6mAsYkfxPQHjbNrruisFa9lp+k/tPi4zQzVcN1e5vyvRNycGTHJ3z1NbU6PPPtmto8rCGsbCwMA0dOkwff/ShhZE5D3MROpiLlglzuYK2hSLTyf/o0aPatGmTPvvss0b7qqurtXz58qAEdiq46pIB6tSxnV5cUxAwftuEC7X/3SdVnv+ULhveV1feOV+139VZFKVzHDx0UHV1dYqJCeyyxMTEqKyszKKonIm5CB3MRcvQ9v8vX3zxhRITEzVixAidd955uuiii7R3796G/RUVFZo8efJxz+Pz+VRZWRmw+etPveSYnjpM69/9THv3VwSMr1i7RUOvn6OUKXO1s3i/XvzdLXJHsLYSABAaTCX/+++/X/3799e+fftUVFSkjh07avjw4SouLjZ10abecPRdaaGpc1gtvntnjRzSR0tXv9doX+WRan1VvF/vfvCVbrjnT+rTM1ZjRw60IEpn6dyps9q0adNoEVN5ebm6dOliUVTOxFyEDuaiZcKCuIUiU3G999578nq96tKli3r16qU1a9Zo1KhRuvDCC7Vr165mnycrK0sVFRUBW9vYJNPBW+mmq5K178BhrX1n+zGPc7lccsmliHAq/9YWHhGhxL79VLD5hzUY9fX1KijI14CBgyyMzHmYi9DBXLSMy+UK2haKTGWko0ePqm3bHz7icrm0aNEiTZ06VRdddJFycnKadZ6m3nDkCmtjJhRLuVwu3Tx2qF56o0B1dfUN42f9JEbjRyUpN/9zlR08op/EdtLdky/TUV+t1m869l8SEBw3pU/WQ7+5X/369Vf/8wboxReW6ejRo0q9epzVoTkOcxE6mAsYmUr+CQkJ2rp1qxITEwPG58//9+Ngr7rqquBFFsJGDumj+O7RWrZ6c8C4r+Y7DR90jqbecLE6R52mfeWHtemDL3XJpCe1/+ARi6J1lstHX6GDBw5o4fx5Kivbrz4JiVr47J8UQ3vzpGMuQgdzYV5o1uvBY+rZ/l6vV++8847++te/Nrn/rrvu0uLFi1VfX9/k/mPh2f6hg2f7Awh1rf1s/xcLvwnauW5MOj1o5woWXuyDRkj+AEJdayf/l4KY/CeGYPIP1YWIAACglbAEHQAAgxBdpB80JH8AAAxC9Sd6wULbHwAAh6HyBwDAwO6VMckfAAAD2v4AAMBWqPwBADCwd91P8gcAoBHa/gAAwFao/AEAMLB7ZUzyBwDAwO5tf5I/AAAG9k799u9sAAAAAyp/AAAMbN71J/kDAGAUZvPGP21/AAAchsofAAAD2v4AADiMi7Y/AACwEyp/AAAMaPsDAOAwrPYHAAC2QuUPAIABbX8AAByG5A8AgMPwUz8AAGArJH8AAAzCXMHbzPB6vRo8eLA6duyobt26KTU1VUVFRQHHVFdXKyMjQzExMerQoYPS0tJUWlpq7vuZCwsAAPtzBfEfM/Ly8pSRkaHNmzdrw4YNqq2t1WWXXaaqqqqGY2bMmKE1a9Zo5cqVysvL0549ezRu3Dhz38/v9/tNfaKVtBs01eoQ8L2DW+ZbHQIAHFNkK69Ye2tHedDONTIhpsWf3b9/v7p166a8vDyNGDFCFRUV6tq1q3JycjR+/HhJ0o4dO5SYmKj8/HwNHTq0Weel8gcAwMDlCt7m8/lUWVkZsPl8vmbFUVFRIUmKjo6WJBUWFqq2tlYpKSkNxyQkJCg+Pl75+fnN/n4kfwAADILZ9vd6vfJ4PAGb1+s9bgz19fWaPn26hg8frv79+0uSSkpKFBERoU6dOgUcGxsbq5KSkmZ/P37qBwBAK8rKylJmZmbAmNvtPu7nMjIy9Omnn2rTpk1Bj4nkDwCAgdlV+sfidrublez/29SpU/XGG29o48aNOv300xvG4+LiVFNTo0OHDgVU/6WlpYqLi2v2+Wn7AwBgYNVqf7/fr6lTp2rVqlV666231LNnz4D9SUlJCg8PV25ubsNYUVGRiouLlZyc3OzrUPkDABAiMjIylJOTo9dee00dO3ZsuI/v8XjUrl07eTweTZkyRZmZmYqOjlZUVJSmTZum5OTkZq/0l0j+AAA0YtWz/RctWiRJuvjiiwPGs7OzNWnSJEnS3LlzFRYWprS0NPl8Po0aNUoLFy40dR1+549G+J0/gFDX2r/zf3fnwaCda3jvzkE7V7BQ+QMAYBBm89f6seAPAACHCZ3K/6yfWh0BAACSZPMX+oZS8gcAIFTYPPvT9gcAwGGo/AEAMDD7cJ5TDckfAAADmy/2p+0PAIDTUPkDAGBg88Kf5A8AQCM2z/60/QEAcBgqfwAADFjtDwCAw9h9tT/JHwAAA5vnfu75AwDgNFT+AAAY2bz0J/kDAGBg9wV/tP0BAHAYKn8AAAxY7Q8AgMPYPPfT9gcAwGmo/AEAMLJ56U/yBwDAgNX+AADAVqj8AQAwYLU/AAAOY/PcT/IHAKARm2d/7vkDAOAwVP4AABjYfbU/yR8AAAO7L/ij7Q8AgMNQ+QMAYGDzwp/kDwBAIzbP/rT9AQBwGCp/AAAMWO0PAIDDsNofAADYCpU/AAAGNi/8Sf4AADRi8+xP2x8AAANXEP8xY+PGjRozZox69Oghl8ul1atXB+z3+/16+OGH1b17d7Vr104pKSnauXOn6e9H8gcAIERUVVVp4MCBWrBgQZP7H3/8cc2bN0+LFy9WQUGB2rdvr1GjRqm6utrUdWj7AwBgYNVq/9GjR2v06NFN7vP7/Xr66af14IMPauzYsZKk5cuXKzY2VqtXr9Z1113X7OtQ+bdAj+jT9Pz0i/XN8ht1YMUkbXl6nH52Tpcmj513x3AdXfVLTf2ffic5SudakfOSRl86UoMHnaeJ103QJx9/bHVIjsVchA7mwhxXELdg2b17t0pKSpSSktIw5vF4NGTIEOXn55s6F8nfpE7tI/SWd4xqv6tX6v+u16BfvaIHsgt0sMrX6Nirhpypn5/bTXvKqyyI1JnWrf2rfv+4V7fflaEVK1epT58E3Xn7FJWXl1sdmuMwF6GDubCWz+dTZWVlwObzNc4Zx1NSUiJJio2NDRiPjY1t2NdcJH+T7h43UN+UVen2+Ru1ded+/XPfEeV+9C/tLjkccFyP6NP01C+HafLcv6u2rt6iaJ3nhWXZGjf+GqVenaZzevXSgzNnKTIyUqtf/YvVoTkOcxE6mIsWCGLp7/V65fF4Ajav13uyv1EAkr9JVw6O1wdf7tdL947UP5dOVP6TqZp8aZ+AY1wuacn0izX3tY/1+deHrAnUgWpravT5Z9s1NHlYw1hYWJiGDh2mjz/60MLInIe5CB3MRcsEc7V/VlaWKioqArasrCzTMcXFxUmSSktLA8ZLS0sb9jUXyd+knrEddevlifpyT6WumrVOz637XE9OSdbES3o3HHP31QP1XV29Fryx3cJInefgoYOqq6tTTExMwHhMTIzKysosisqZmIvQwVxYz+12KyoqKmBzu92mz9OzZ0/FxcUpNze3YayyslIFBQVKTk42dS7Tq/0///xzbd68WcnJyUpISNCOHTv0zDPPyOfz6cYbb9TIkSOPew6fz9fofoe/rlauNuFmwznpwlwuffBVmWa+tFWS9NHucvWLj9atoxL00t93atDZMcr4n34advdqawMFALSYVav9jxw5oi+//LLhz7t379a2bdsUHR2t+Ph4TZ8+XY8++qh69+6tnj176qGHHlKPHj2Umppq6jqmkv+6des0duxYdejQQd9++61WrVqlm2++WQMHDlR9fb0uu+wy/e1vfzvuXwC8Xq9mzZoVMNamzxiFJ15lKngrlBz8tlErf8c3h5SafJYkaXjfOHXztNMXz/3wk4u2bcI0Z9IQTR3TXwm3v3wSo3WWzp06q02bNo0WMZWXl6tLl6Z/jYHWwVyEDuaiZax6wN/WrVt1ySWXNPw5MzNTkpSenq6lS5fqvvvuU1VVlW677TYdOnRIF1xwgdatW6fIyEhT1zHV9p89e7buvfdelZeXKzs7WzfccINuvfVWbdiwQbm5ubr33ns1Z86c456nqfsfbc9t+neNoSZ/R6nO/YknYKx3jygV7z8iScrJ+1KDZ7yqIZmrGrY95VWa+9onGjNrnRUhO0Z4RIQS+/ZTweYffvJSX1+vgoJ8DRg4yMLInIe5CB3Mxanl4osvlt/vb7QtXbpUkuRyuTR79myVlJSourpab775ps4991zT1zFV+W/fvl3Lly+XJF1zzTW66aabNH78+Ib9EydOVHZ29nHP43a7G93vOBVa/pL0hzWf6u/eq3Rv2kD95d3dGty7q265LEFTF22SJB047NOBw4G3NGrr6lV68Fvt3FNhRciOclP6ZD30m/vVr19/9T9vgF58YZmOHj2q1KvHWR2a4zAXoYO5aAGbP9vf9D1/1/c3QsLCwhQZGSmP54cquGPHjqqosHeCK/yyTNf+boNm3zhYv7lmkP6x74jufX6zVmz8yurQIOny0Vfo4IEDWjh/nsrK9qtPQqIWPvsnxdDePOmYi9DBXJhn9pn8pxqX3+/3N/fggQMH6ne/+50uv/xySdKnn36qhIQEtW37779DvPPOO0pPT9euXbtMB9Lu6j+Z/gxax8GVv7Q6BAA4pshWfjh98QHzD+H5MfHR5lf2tzZT//nuvPNO1dXVNfy5f//+AfvXrl3brNX+AADAOqYq/9ZE5R86qPwBhLrWrvy/DmLlf8apXvkDAOAEVv3O/2ThCX8AADgMlT8AAI3Yu/Qn+QMAYEDbHwAA2AqVPwAABjYv/En+AAAY0fYHAAC2QuUPAICB3Z/tT/IHAMDI3rmf5A8AgJHNcz/3/AEAcBoqfwAADOy+2p/kDwCAgd0X/NH2BwDAYaj8AQAwsnfhT/IHAMDI5rmftj8AAE5D5Q8AgAGr/QEAcBhW+wMAAFuh8gcAwMDubX8qfwAAHIbKHwAAAyp/AABgK1T+AAAY2H21P8kfAAAD2v4AAMBWqPwBADCweeFP8gcAoBGbZ3/a/gAAOAyVPwAABqz2BwDAYVjtDwAAbIXKHwAAA5sX/lT+AAA04griZtKCBQt01llnKTIyUkOGDNH7779/ot+mEZI/AAAGriD+Y8bLL7+szMxMzZw5Ux988IEGDhyoUaNGad++fUH9fiR/AABCxFNPPaVbb71VkydPVt++fbV48WKddtppev7554N6He75AwBgEMzV/j6fTz6fL2DM7XbL7XYHjNXU1KiwsFBZWVkNY2FhYUpJSVF+fn7wAlIIJf+jq35pdQgnxOfzyev1Kisrq9GE4uRjPkIHcxE6mIvmiwxidnzkUa9mzZoVMDZz5kw98sgjAWNlZWWqq6tTbGxswHhsbKx27NgRvIAkufx+vz+oZ3SoyspKeTweVVRUKCoqyupwHI/5CB3MRehgLqzR3Mp/z549+slPfqL33ntPycnJDeP33Xef8vLyVFBQELSYQqbyBwDAjppK9E3p0qWL2rRpo9LS0oDx0tJSxcXFBTUmFvwBABACIiIilJSUpNzc3Iax+vp65ebmBnQCgoHKHwCAEJGZman09HSdf/75+vnPf66nn35aVVVVmjx5clCvQ/IPErfbrZkzZ7KIJkQwH6GDuQgdzEXou/baa7V//349/PDDKikp0U9/+lOtW7eu0SLAE8WCPwAAHIZ7/gAAOAzJHwAAhyH5AwDgMCR/AAAchuQfJCfjFYw4vo0bN2rMmDHq0aOHXC6XVq9ebXVIjuT1ejV48GB17NhR3bp1U2pqqoqKiqwOy7EWLVqkAQMGKCoqSlFRUUpOTtbatWutDgsWIvkHwcl6BSOOr6qqSgMHDtSCBQusDsXR8vLylJGRoc2bN2vDhg2qra3VZZddpqqqKqtDc6TTTz9dc+bMUWFhobZu3aqRI0dq7Nix2r59u9WhwSL81C8IhgwZosGDB2v+/PmS/v1EpjPOOEPTpk3TAw88YHF0zuVyubRq1SqlpqZaHYrj7d+/X926dVNeXp5GjBhhdTiQFB0drSeeeEJTpkyxOhRYgMr/BP3nFYwpKSkNY631CkbgVFVRUSHp3wkH1qqrq9OKFStUVVUV9EfG4tTBE/5O0Ml8BSNwKqqvr9f06dM1fPhw9e/f3+pwHOuTTz5RcnKyqqur1aFDB61atUp9+/a1OixYhOQPoFVlZGTo008/1aZNm6wOxdH69Omjbdu2qaKiQq+88orS09OVl5fHXwAciuR/gk7mKxiBU83UqVP1xhtvaOPGjTr99NOtDsfRIiIi1KtXL0lSUlKStmzZomeeeUbPPvusxZHBCtzzP0En8xWMwKnC7/dr6tSpWrVqld566y317NnT6pBgUF9fL5/PZ3UYsAiVfxCcrFcw4viOHDmiL7/8suHPu3fv1rZt2xQdHa34+HgLI3OWjIwM5eTk6LXXXlPHjh1VUlIiSfJ4PGrXrp3F0TlPVlaWRo8erfj4eB0+fFg5OTl6++23tX79eqtDg0X4qV+QzJ8/X0888UTDKxjnzZunIUOGWB2W47z99tu65JJLGo2np6dr6dKlJz8gh3K5XE2OZ2dna9KkSSc3GGjKlCnKzc3V3r175fF4NGDAAN1///269NJLrQ4NFiH5AwDgMNzzBwDAYUj+AAA4DMkfAACHIfkDAOAwJH8AAByG5A8AgMOQ/AEAcBiSPwAADkPyBwDAYUj+AAA4DMkfAACHIfkDAOAw/w/IDoLuK1VvWAAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "504d176d-7402-44ab-8a64-acfcfc6c6459", + "metadata": {}, + "source": [ + "## ES - Con entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "f62c3cd5-0724-46ac-99af-9e10de663976", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 70, + "id": "b4f26ab8-ab4f-4631-bcf9-ea48fa670171", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Por favor argumenta tu respuesta paso a paso, explica por qué crees que\n", + " está justificada tu elección final, y asegúrate de que acabas tu\n", + " explicación con el nombre de la clase que has escogido como la\n", + " correcta, en minúscula y sin puntuación.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " palabra, en minúscula, sin puntuación, y sin añadir ninguna otra\n", + " afirmación o palabra.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 71, + "id": "1495f569-7656-4567-be30-75b7aedb401e", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (852 > 512). Running this sequence through the model will result in indexing errors\n", + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Fue unregalo para mi madre que usa la moto a diario y esta encantada conellas, además de ser bastante resistentes, tienen más de un a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No se ensucian mucho y aguantan bastante.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No sé si aportará todas las propiedades que anuncia, pero como ducha aumentará la presión y las tres variantes de chorro son agradables.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No tiene mucha potencia\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No trae ruedas, no de puede llegar, la tela de mancha fácilmente\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me llegó lo que pedí y me vino incompleto\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El juego estar genial, no importa tanto el hecho de que está de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no he recibido el artículo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es el ttulo de trabajo en el ttulo de trabajo, ltimo es el ttulo de trabajo en\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el escrito de seria mas gordita.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No ha llegado a aún....\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a qué es el britax b emotion 4 k llevo pidiendo desde hace meses.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El reloj necesitara otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es lo que esperaba. Buscaba un aspirador y no un filtro, pues con éste necesito adicionalmente un aspirador lo que lo hace incomodísimo de utilizar de forma habitual\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compré dos y los dos dejaron de funcionar a los 5 minutos. Además emite un pitido bastante molesto. Una decepción con el producto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es lo que esperaba no luce los metros que dice el vendedor\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el que esperaba no luce los metros que dice el vendedor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " te te te te te te te te te te te te te te te te te te te te te\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no hay roto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " por qué es el medida más veces en milmetros y en centmetros.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Diseño poco innovador\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto para personas mayores\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecto para personas mayores\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Una pena que la duración de la batería sea escasa\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a página que la duración de la batera está escasa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Another thing I do not agree with is the interior that should be completely liso.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien eso si el producto no tiene el diámetro que indican no es de 41 si no de 36\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Rápido y confiable, muy recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " br>\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No ha durado ni un año y medio practicamente sin uso...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: pero este me salió malo...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: aunque en el anuncio pone precio final luego al pagar te cobran el transporte.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ao final es el pagar te cobran el transporte.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo eso es el comn estando embarazada y la verdad k ne sabria decir si funciona o no pk tuve la suerte de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 3/5\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Ya en la primera carga no duró ni dos horas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me valen para mí Honda y se vendo como que si\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el mercado es aqu es aqu es aqu es aqu es aqu es aqu es aqu es aqu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: De facil lectura es una interesante propuesta de actividades para que en especial los niños disfruten de un verano lleno de originales actividades que le hagan crecer divirtiéndose. También interesante propuesta para nosotros los adultos para conectar con ese niño que llevamos dentro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenas actividades para niño de 4 años\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compre este vapeador para un amigo y es perfecto pero a las primeras de uso ya estaba goteando y le a perdido mucho líquido. 2 botes en un día. Voy a tener que devolverlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso lo ocurrió a comprar, no lo encontrado ningn utilidad, no lo lo esperaba, yo dira que no funciona, quizá es que no lo lo o\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cómo es bonito y el acabado de los tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " vivo una dirección nico todos los datos bien puestos buzón nico por más que me pongo en contacto no me contesta para darme una explicación\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no me llego el pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ao de amazón , me vino lleno de pesa o pelos , y con la caja de un philips, lo devolv al segundo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Producto de buena calidad\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Amazon.com\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bonito, yo lo quería para una sección de fotos de embarazada y quedo bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto sobre todo teniendo en cuenta la relación calidad/price. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas o\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Tuve que devolver dos porque no me los reconocía la impresora\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no me se me ha ingresado dinero e. El Banco\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se ve bien el grabado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es bien el grabado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No recomiendo su compra... no se parece a la foto... muy mala resolución\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Vuelta a empezar con la garanta\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Funciona perfectamente para unos repetidores que tengo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a terraza para regar de unos 80m2, y llega a rodas partes, until a further set\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará .\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no corresponde los das previstos de envio,y sin saber cuándo llegará .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene poco potencia tienes que darle tres veces al máximo para que seque\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " te te te te te te te te te te te te te te te te te te te te te\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Trapecio sobre todo para interior por la calidad de las cuerdas. En exterior no sé si será muy resistente. En casa da mucho juego y es un entretenimiento estupendo para la gente menuda. Aguanta mucho peso\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Eran los zapatos que queria a un precio competitivo, lastima que las entregaran tarde, a pesar de la entrega garantizada en tal fecha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es una tarea de clasificación de texto. Los textos que vas procesar de ambito de opiniones de productos. Quiero que me clasificada en una \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo correcto y acordé a lo anunciado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Venia roto es de muy mala calidad\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " y plastico malo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ao de acerca de protección, porque cuando necesitas los encuentras nunca los encuentras, pero no lo he echo porque el esponja es mas com\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " rompió la pieza de plástico central donde se enrollan las cuerdas a los tres aos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es que brillen un monton pero estan bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Y yo puse unas ventosas más grande porque lleva no aguantan con juguetes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un producto económico de plástico que cumple con su función y punto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de las sarten pero la calidad de este producto es\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el mercado externo excelente, pero sus 200 g de peso parece que lleves otro móvil\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más \"potentes\", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Until the most positive opinions that have this product are falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se commentan).... decir que son unos a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy comodo para cargar varios dispositivos a la vez sin necesidad de tener que utilizar ladrón de enchufe.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No se encendía de ninguna manera después de 3 horas enchufado. Lo enchufamos al día siguiente y funcionó pero perdió actualización y costó muchísimo resetearlo para volverlo a configurar. Ahora ya funciona, la única pega es que cuando se desenchufa o pierde la corriente, no se restablece correctamente y no se conecta a Internet.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo esperaba más compacto ( fallo mio ) dado que hoy en dia hay cargadores unificados para distintos aparatos. Calidad buena Servicio ràpido\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el enchufe de lado. Qué es el enchufe de lado?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comodo y facil de colocar.Muy estable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El colchon esta bien, el envío tardo más de dos Semanas en llegar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El colchon esta bien, el envo más de dos Semanas en llegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ir el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me teni\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: el articulo que me enviaron no era el mismo que yo pedi, y me cobraron por el precio del de la foto, y cuando me lo enviaron era mas pequeña y no era el mismo de la foto. La verdad que he pedido ya muchos productos pero en este en concreto me decepcione muchisimo,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-(\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " RCA analógica nunca ha funcionado. Si me llego dar cuenta a la tempo lo hubiera devuelto :-(\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Van muy bien y son cómodos. La durabilidad es un poco corta en cuanto al material antideslizante. En un par de meses con un uso de 3 veces por semana, se van perdiendo los antideslizantes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para qué decir más...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cómodos, antideslizantes, ligeros para trabajar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ligeras para trabajar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I want to compré un poco grande y por eso se me caen Igual que en la foto. Ojo! Elegir bien\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para una cama de 1,35 son pequeñas no corresponden las medidas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Una auténtica porquería.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una auténtica porque era.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó abierta la caja y faltaba una barritas! Un engaño total\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el material es el mercado.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Como pata esta bien si tienes adaptador. Calidad buena.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No duran mucho tiempo (6 meses)\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color .\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasificada el \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100%\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 100%\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Diseño poco innovador\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Utilizó la tarjeta de sonido para conectar un micro PC y sacar el sonido por los altavoces de una máquina de gimnasio. El resultado sonido perfecto y potente, sin necesidad de configurar nada. Perfecto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: después de un mes, imposible conectar con ningún dispositivo....mala compra\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ningn dispositivo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Que es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comencé a leer este relato con mucho interés y curiosidad, pues como lector aficionado a la historia, especialmente a la historia de España, he de reconocer con humildad que me queda mucho por leer y por conocer de no pocos capítulos de la nuestra historia, y ese era uno de ellos, la guerra de África. Luz para el olvido me ha sorprendido positivamente por su fácil y amena lectura de principio a fin, he disfrutado y he aprendido mucho, a la vez que el, capitán médico Luis María Alonso me ha sorprendido por su carácter, su fuerte personalidad, su confianza en sus principios y su fidelidad a los mismos, fue tanta su honestidad consigo mismo que le costó la vida. Considero que es una lección de historia recomendable para todos los españoles que quieran aprender y disfrutar con la lectura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EL LIBOR LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBOR INTERESANTE Y BÉNÉILUSTRADO. EL TAMAO ES ADECUADO.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el tarea de clasificación de texto. Los textos que vas procesar de la ambito de opiniones de productos. Quiero que me clasificada en una tarea de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusto porque se equivocaron de producto ,y estoy esperando a que vengan a por el ,y hace casi un mes y no a pasado nadie, me gustaría saber si al final tengo que ir a devolverlo a correos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " This was the last book I had to read to my sister of the triloga and for so long I recommend it, For what I recommend to all the libros\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo viene una en el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo encienden la mitad de los led\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el paquete\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy fina, poca protección\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no enca\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No asusta palomas. No sirve para lo que pone.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Consta como un cartucho vacío, no sirve para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el pantalón destie, ha manchado las sábanas verdes en el primer uso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las veo un poco flojas para un perro grande..\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el encaje veo un poco flojas para una gran esquina.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no se actualiza, no marca bien la distancia,se gasta muy pronto la bateria, con 3 semanas de uso se a partido la trabilla de garga, no lo recomiendo, la aplicacion del movil no actualiza\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Da mucha luz para poder dormir en la habitación\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Solo mencionar que un día de lluvia y la luz dejo de funcionar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Gracias.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ejemplos de estas palabras, o el ejemplos de estas palabras, o el ejemplos de estas palabras, o el eje\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy contento al ver la cara de mi mujeres...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que me esperaba un precio increible muy contento\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo de dos das más tarde de lo acordado si no que además tuve que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: las he utilizado una vez, las he lavado en el lavavajillas y han salido oxidadas y eso que en la descripción pone que son de acero inoxidable... no las recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No corresponde con la descripción Se descarga rápido la batería He hecho reembolso del producto as de un mes y no me han devuelto el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no \"pringas\" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " La tecnologa llega a nosotros... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad-precio , me solucionó el problema sin cables\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo la he utilizado 1 una vez y se descosió la parte trasera que va al cinturón. De usar y tirar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el cierre está mal conseguido y es incómodo y los tiras son muy endebles, y el cierre está mal conseguido y los tiras son muy\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el cable tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodami\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La cafetera ha tenido problemas de conectividad con el bluetooth dos veces, y Nespresso no admite al taller cafeteras con ese tipo de problema.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El vendedor se queda en esta ocasión sin otra crtica positiva como todos los que tiene este producto por culpa de su mala praxis, que te lleguen\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasificada el\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Envio rápido y correcto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bueno. Estoy muy contenta por su rapidez y prestaciones\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedí un collar rojo y me vino en color verde. Pero por lo demás el producto promete. Las luces tienen tres posiciones y es fácil de adaptar al cuello del perro.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " rosa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen producto y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Duradera y limpia. Algo almohadillada. Perfecta para debajo de los fuegos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Práctica y resistente. Bastante cómoda\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos un\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando la adquirí, me gusto la idea de que también protegiera los márgenes de la pantalla sin cambiar el color del iPhone, pero con un golpe, adiós a la pantalla protectora. Mi sorpresa llegó al ponerle la que venia de recambio, a los pocos días, sin darle ningún golpe se me rajó entera de una esquina a otra por lo que me decepcionó bastante. Volví a comprar las típicas transparentes que encuentras en cualquier lado y con esa sigo a día de hoy aunque los bordes están un poco desgastados. ¿La recomendaría? No.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El cargador has very good presencia, con a funda de protección (de lo que ya puedan tomar nota Apple) y is working very well, both as el original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué tensores 2 en principio y finalmente 4 porque no quedaba suficientemente tensa y en la zona central estaba muy cada , los laterales finalmente quedaban casi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el regalo y al nio le encanto Vino en su pack sin estrenar,con lengueta que demostran que no saben el encargado el eje\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Todava no me ha llegado, debera haber llegado el viernes... Sor que llegue pronto y no se haya perdido por el camino\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: buen articulo, viene muy bien y se pone con gran facilidad mirando algun tutorial en youtube, y vienen 2 para tener de repuesto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El software que trae es penoso, la calidad de video y la audio son bastante deficientes si comparas con otros marcas.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No qué es el botón de apagado y encendido ha luego del fondo impidiendo a su usación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy básico. Poco recomendable hay opciones mejores.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el más parecido a la original. Me gusta mucho y de hecho la volv a comprar en varios colores más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es un poco endeble sobretodo en los botones\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z z z\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchsima facilidad, simplemente usando los tenedores que incluye.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que se esperaba, cumple su fucnion\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué es aceptado en el envo. El paquete a llegado sin embalaje dentro de otra caja. Avenido tal cual con\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Unos de los mejores champu que e provado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ayuda en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " lindo producto, pero la segunda vez que el uso se le salió una goma y no lo puede usar más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca me llegó la sudadera\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El plastico chirriaba, se abrian y cerraban con ruido. Una gran decepcion, esperaba mas de oakley. una gran marca, pero este producto un desastre.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de manguera para diferentes opciones muy fácil\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es tal y como aparece en las fotos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " te te te te te te te te te te te te te te te te te te te te te\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es facil de usar pero muy sensible y con los baches se desconecta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " obviamente\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona. No he conseguido hacer que funcione. Lo he probado en varios mecheros de coches diferentes y no se llega a encender en ninguno de ellos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no recomendo para nada\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero)\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Pense que se quedaria mas cerrado, y aunque aun no lo probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me da vergüenza escribir esta opinión, puesto que estoy esperando este artículo desde el mes de Agosto y estamos en Octubre. siempre Amazon me ha atendido bien, pero no tengo por menos de indicar que een este pedido, que aun no HE RECIBIDO ha fallado, bien sea Amazón ço el Proveedor, pero en cualquier caso yo lo HE COMPRADO A AMAZON.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el reembolo es una reembola para nadie se hace cargo. Es la segunda vez que me cayo, se movio. The segunda se desprendió y que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Demasiado aparatosa.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pequeña. Compra como mínimo dos tallas más de las que necesites.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple con su propósito perfectamente , dispongo de un portátil bastante fino que no dispone de suficientes puertos USB ni de HDMI , con este hub solucionado , va bien rápido tiene buenos materiales y es pequeño. La verdad que muy contento con el producto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ordenador es el objeto portátil y el objeto que tuvo es el objeto portátil y el objeto que tuvo el objet\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para arreglar el cristal de mi móvil. Pues bien, cuando lo puse (lo seque con la máquina de secado UV la recomendada). Cuando encendí el móvil, el pegamento había dejado unas manchas horrorosas donde se veía el pegamento y al poco rato me dejo de funcionar la pantalla LCD. Chicos no lo compréis si no queréis joder vuestro teléfono móvil. Horrible el producto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Regular, no han cumplido mis espectativas... cuando te las pones mojado se resbala el pie hacia todos sitios.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hace su función, pero para mi gusto huele a azufre, osea, regular...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso hace su funciona, pero para mi gusto es azufre, osea, regular...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No leí comentarios y mi sorpresa al intentar encenderlo es que no encendia, al leer comentarios no era el único, así que lo devolví inmediatamente y no se me ocurrirá volver a comprarlo por aqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es compatible con iphone x, a los 2 minutos te salta el mensaje y deja de funcionar.. no lo compreis no sirve para nada.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando una marca de prestigio pone un producto al mercado uno espera un mínimo de calidad, Samsung Galaxy Fit e , no lo és. Tiene varios problemas, pero el más significativo es que a la hora de deslizar las pantallas con el dedo te das cuenta que no funciona o que lo hace aveces, creo que Samsung no ha estado a la altura de lo que de ellos se espera. El único consuelo que nos queda es que estos fallos puedan ser corregidos por una actualización, y así disfrutar y no desesperarse de esta pulsera que por diseño merecería un mejor trato de su fabricante.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " auriculares\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ayuda!!!!!!!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el compré para mi sobrino de 4 aos y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Envio rápido y correcto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: buena relación precio calidad,envio rápido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sale ni una gota con las dos que no vienen numeradas. Con la del número 2 que tenía en casa si pasan los cereales, y con las otras dos que son el número 4, no hay manera. Estoy por abrirle con una cuchilla.... Dinero tirado a la basura.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué es el disco de 125, pues bien el disco no mandan, es una ltima ltima ltima ltima ltima ltim\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No qué es posible que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me la han enviado y me lo confirmaron 40 días más tarde y porque yo me preocupé. Mal servicio y atención\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No , n \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Máscaras muy sencillas, pero hacen su función, la parte de los ojos difícil de ver con ella puesta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a salido\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " c) c) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " M \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no me llego el pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " For a urgencia que no encuentres los de Catit bien, pero para poco tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EJEMPLO: No esperaba que funcionara bien bien,te salvar en cualquier sitio de comer caliente!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien calidad precio.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Chulísimo,a la niña del cumple le ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo biem lo compre para una fiesta de niños\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es asequible y tiene muchas piezas para entretener con los imanes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se limpia bien pero las plantillas que incluye son pegatinas, vamos que tienen pocos usos, deberían ser de otro material más resistente\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para fijar una alfombra al suelo. Adhiere bien a la baldosa, pero no se pega completamente a la parte engomada de la alfombra. De todas formas, por el precio que tienen los 8 metros, no me arrepiento de la compra. Si veo que se mueve, lo coseré a la alfombra y problema resuelto. La entrega rápida y sin problemas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es lo que esperaba. es lo que es que es que es que es que es que es que es que es que es que es que es que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En el primer viaje se le ha roto una rueda.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el primer viaje se le ha roto una rueda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lleva conector spdif, ni óptico que ya se ve en la foto, ni coaxial! Es para un proyector y tengo que sacar el audio a unos altavoces (no me vale que salga por el HDMI)\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo que no son nada prácticos. a vez conectado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La relación calidad precio es correcta. Un modelo para principiantes en esta afición. En general correcto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " calidad\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me llegó lo que pedí y me vino incompleto\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué es el objeto de clasificación de texto?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Firmware verde. No lo he podido configurar con Movistar. Sin Triple Vlan de momento y Router siempre sin conexión a internet. Restaurado sin éxito\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo he probado en un Mac con sistema operativo High Sierra y al instalar los drivers me ha bloqueado el ordenador. He mirado en la página del fabricante y no tienen soporte actualizado para la última versión del SO de Mac.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El reloj está bien l, lo que pasa que cada 2-3 días se adelanta un min y hay que estar ajustándolo y es un poco molesto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: la hebilla no enganchaba en cuanto te lo ponías al de unos segundos se soltaba tenia un cinturon viejo y le puse la hebilla y funcionaba perfectamente no lo cambie por eso pero desde luego mal muy mal no volveré a comprar de ese proveedor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, e gustara saber que pasa ,\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La empresa lo devolvió sin previo aviso, era para Reyes. Un 0 no lo recomiendo en absoluto, decepciónado con el servicio.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y lo volveré a comprar seguro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó abierto todo parecía que hubiera sido usado y no funcionaba la vibración.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Herramienta para llevar sin que pese ni ocupe mas de lo que acompañe una llave de tu casa. A lo mejor ni la usas...pero está ahi\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ttulo de tu ttulo de tu ttulo de tu ttulo de tu ttulo de tu ttulo de tu ttulo de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Son muy cómodos y tienen muy buen sonido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecte es el lder y tienen muy buen lder\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado roto en la base del USB\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no funciona bien, se queda el azcar pegado a la máquina, sin llegar hacer el algodon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena calidad, mejor de lo esperado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No sirve para agua caliente se deforma\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se echa en falta otra pantalla adiccional.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: mas pequeño de lo esperado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene decierre si no se retira con cuidado puede daar la pintura de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Deja unas bordes porque no se puede bien en los lados, pero todos los protectores por estas precios les pasa lo mismo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrega en plazos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Plastico cutre, vienen con cinta adhesiva de mala calidad que he tenido que cambiar en todos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es monos, o eso te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentr\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tan inhalámbrico que ni incluye el cable de alimentación.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es tan inhalámbrico que no incluye el cable de alimentación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y la libreto interior están en ingles, y no indican por\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Están muy bien ,calidad excelente\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " calidad\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi pedido aparece como entregado y aún no lo he recibido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien para lo que cuesta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto por lo que vale.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pensé que era más grande\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué era más grande?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me llegó el producto y ni el vendedor respondía los mensajes.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumle perfectamente su funcion.Recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy elegante y bonito\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy original para regalar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I am very original to jugar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Por el precio que tienen son simplemente perfectos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta muy bien pero me defraudó la frontal ya que no reacciona bien la huella dactilar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Va bien y es más barato que otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué es el recomendación que tiene en la descripción que servia para las máquinas BOSCH as es!! Va fenomenal. De hecho compre una se\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Producto con evidentes señales de uso\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su función a la perfección\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el comodidad y la buen funcionamiento, lo menos, que no guarde en una pequea memoria la posicion del switch, es necesario pasa + directo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Excelente material y rapidez en el envio. Recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Perfectes. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ah\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " o es de otro modelo o falta una pieza en el medio, un desastre y es muy incómodo. Bastante decepcionado.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen arnés, buenos materiales, bien acabado y muy cómodo para el animal, se nota que va mucho mejor, quizás un pelín aparatoso, pero es lo que conlleva el diseño del propio arnés y sus mullidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto es comprar para todos los aos y accesorios. Realmente hay poco de lo que pueda utilizar. Anzuelos muy grande y toscos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy mala experiencia. Te puedes tirar la vida, intentando q se sequen. Una mierda, vamos. 🤬🤬🤬\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Demasiado endebles no enganchan bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el enganche estaba roto aunque el paquete iba bien embalado. La talla no coincide con la medida. RESPUESTA: negativo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy contento al ver la cara de mi mujeres...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Débil. Se mueve mucho la base.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el objetivo de la clasificación de texto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para mi es complicada de usar. No pesa bien y no trae unas instrucciones claras para calibrarla bien y poder pesar con ella. No estoy contento con la compra me parece complicada de usar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En la pagina pone que se envian 2 pares y solo llega uno.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " nico EJEMPLO: nico EJEMPLO: nico EJEMPLO: nico EJEMPLO: nico EJEMPLO: nico EJEMPLO: nico EJEMPLO:\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es de grande tamao, y en la mesita te caben más cosas; es muy til ya que te dice hasta la temperatura que hace en ese\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las planté pero no creció nada!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto para la medida del cajon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el móvil de lado de casa por un precio similar 15 €\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el plancha funciona bien, pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta ltima indicada en la prop\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no ha llegado an q\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un tono amarillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ahorro con respecto al precio en tiendas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muy recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De las seis compradas, una me llegó así. Roto el cristal de raíz. No se bien donde escribir para la devolución o sustitucion de solo una de las seis, por eso escribo por aquí. Un saludo. Todo lo demás correcto, el resto funcionando perfectamente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó con una semana de retraso,lo demás todo bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el regalo y calculé para que llegara de sobra, pero el envo no ha llegado todo lo más.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Está muy bien a mí hijo le encantó\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Por favor argumenta tu respuesta paso a paso, explica por qué crees que está justificada tu elección final, y asegúrate de que acabas tu explicación con el nombre de la clase que has escogido como la correcta, en minúscula y sin puntuación. En tu respuesta incluye sólo el nombre de la clase, como una única palabra, en minúscula, sin puntuación, y sin añadir ninguna otra afirmación o palabra.\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color es el que esperaba aunque la calidad y el remate es muy normalito\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " color\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positivo','negativo','neutro'],\n", + " selector_k = 5,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 72, + "id": "e50d7082-acc4-4e61-8e7d-8679b72b4914", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 72, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "8006de83-a826-478c-bee7-6bf38d0fa23a", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 73, + "id": "e2ed16b3-fe75-48e0-9ee5-801aefa95143", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Argumenta tu respuesta paso a paso.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " respuesta\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 74, + "id": "80360efc-af76-4d15-b935-586a79e33abc", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (726 > 512). Running this sequence through the model will result in indexing errors\n", + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Fue unregalo para mi madre que usa la moto a diario y esta encantada conellas, además de ser bastante resistentes, tienen más de un a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No se ensucian mucho y aguantan bastante.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No sé si aportará todas las propiedades que anuncia, pero como ducha aumentará la presión y las tres variantes de chorro son agradables.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No tiene mucha potencia\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No trae ruedas, no de puede llegar, la tela de mancha fácilmente\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me llegó lo que pedí y me vino incompleto\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El juego estar genial, no importa tanto el hecho de que está de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no he recibido el artículo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos un\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el tejido de seria mas gordita.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No ha llegado a aún....\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a m me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo ped han modificado la descripción y creo k si \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El reloj necesitara otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es lo que esperaba. Buscaba un aspirador y no un filtro, pues con éste necesito adicionalmente un aspirador lo que lo hace incomodísimo de utilizar de forma habitual\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compré dos y los dos dejaron de funcionar a los 5 minutos. Además emite un pitido bastante molesto. Una decepción con el producto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es lo que esperaba no luce los metros que dice el vendedor\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " te te te te te te te te te te te te te te te te te te te te te\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no hay roto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " por qué es el medida más veces en milmetros y en centmetros.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Diseño poco innovador\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto para personas mayores\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecto para personas mayores\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Una pena que la duración de la batería sea escasa\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a nica tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las sigui\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Another thing I do not agree with is the interior that should be completely liso.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien eso si el producto no tiene el diámetro que indican no es de 41 si no de 36\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " compre los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Rápido y confiable, muy recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " br>\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No ha durado ni un año y medio practicamente sin uso...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: pero este me salió malo...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: aunque en el anuncio pone precio final luego al pagar te cobran el transporte.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ao final es el pagar te cobran el transporte.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es el ao de acuerdo y la verdad k ne sabria decir si funciona o no pk tuve la suerte de no salirme\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 3/5\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Ya en la primera carga no duró ni dos horas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me valen para mí Honda y se vendo como que si\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el mercado es aqu es aqu es aqu es aqu es aqu es aqu es aqu es aqu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: De facil lectura es una interesante propuesta de actividades para que en especial los niños disfruten de un verano lleno de originales actividades que le hagan crecer divirtiéndose. También interesante propuesta para nosotros los adultos para conectar con ese niño que llevamos dentro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenas actividades para niño de 4 años\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compre este vapeador para un amigo y es perfecto pero a las primeras de uso ya estaba goteando y le a perdido mucho líquido. 2 botes en un día. Voy a tener que devolverlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso lo ocurrió a comprar, no lo encontrado ningn utilidad, no lo lo esperaba, yo dira que no funciona, quizá ser inutilidad ma,\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el acabado de los tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " vivo una dirección nico todos los datos bien puestos buzón nico por más que me pongo en contacto no me contesta para darme una explicación\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no me llego el pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el adolescente EJEMPLO: o es en el adolescente , y en el adolescente , y en el adolescent\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Producto de buena calidad\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Amazon.com\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bonito, yo lo quería para una sección de fotos de embarazada y quedo bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto sobre todo teniendo en cuenta la relación calidad/price. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas o\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Tuve que devolver dos porque no me los reconocía la impresora\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no me se me ha ingresado dinero e. El Banco\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se ve bien el grabado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es bien el grabado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No recomiendo su compra... no se parece a la foto... muy mala resolución\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: No recomendo su compra... no parece a la foto... very mala resolución\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Vuelta a empezar con la garanta\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Funciona perfectamente para unos repetidores que tengo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a terraza para regar de unos 80m2, y llega a rodas partes, until a further set\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará .\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no corresponde los das previstos de envio,y sin saber cuándo llegará .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene poco potencia tienes que darle tres veces al máximo para que seque\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " te es poco potencia te darle tres veces al máximo para que se el es\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Trapecio sobre todo para interior por la calidad de las cuerdas. En exterior no sé si será muy resistente. En casa da mucho juego y es un entretenimiento estupendo para la gente menuda. Aguanta mucho peso\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Eran los zapatos que queria a un precio competitivo, lastima que las entregaran tarde, a pesar de la entrega garantizada en tal fecha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " if you want to buy a tallaje, you can go to the store and buy a tallaje.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo correcto y acordé a lo anunciado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los texto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Venia roto es de muy mala calidad\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " y plastico malo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el esforzamos de acerca de protección, porque cuando necesitas los encuentras nunca los encuentras, pero no lo he echo porque el esponja es mas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " rompió la pieza de plástico central donde se enrollan las cuerdas a los tres aos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es que brillen un monton pero estan bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " y yo puse unas ventosas más grande porque lleva no agua con juguetes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un producto económico de plástico que cumple con su función y punto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no recomiendo adie\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el mercado externo excelente, pero sus 200 g de peso parece que lleves otro móvil\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más \"potentes\", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Until the most positive opinions that have this product are falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se commentan).... decir que son unos a\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy comodo para cargar varios dispositivos a la vez sin necesidad de tener que utilizar ladrón de enchufe.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No se encendía de ninguna manera después de 3 horas enchufado. Lo enchufamos al día siguiente y funcionó pero perdió actualización y costó muchísimo resetearlo para volverlo a configurar. Ahora ya funciona, la única pega es que cuando se desenchufa o pierde la corriente, no se restablece correctamente y no se conecta a Internet.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo esperaba más compacto ( fallo mio ) dado que hoy en dia hay cargadores unificados para distintos aparatos. Calidad buena Servicio ràpido\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el enchufe de lado. Qué es el enchufe de lado?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comodo y facil de colocar.Muy estable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El colchon esta bien, el envío tardo más de dos Semanas en llegar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el libro esta bien, el envo más de dos Semanas en llegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ir el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me teni\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: el articulo que me enviaron no era el mismo que yo pedi, y me cobraron por el precio del de la foto, y cuando me lo enviaron era mas pequeña y no era el mismo de la foto. La verdad que he pedido ya muchos productos pero en este en concreto me decepcione muchisimo,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-(\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " RCA analógica nunca ha funcionado. Si me llego dar cuenta a la tempo lo hubiera devuelto :-(\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Van muy bien y son cómodos. La durabilidad es un poco corta en cuanto al material antideslizante. En un par de meses con un uso de 3 veces por semana, se van perdiendo los antideslizantes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para qué decir más...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cómodos, antideslizantes, ligeros para trabajar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ligeras\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I want to compré un poco grande y por eso se me caen Igual que en la foto. Ojo! Elegir bien\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para una cama de 1,35 son pequeñas no corresponden las medidas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Una auténtica porquería.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una auténtica porque era.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó abierta la caja y faltaba una barritas! Un engaño total\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el material es polvo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Como pata esta bien si tienes adaptador. Calidad buena.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: As que es el precio que tiene el precio que tiene el precio EJEMPLO: Good\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No duran mucho tiempo (6 meses)\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color .\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " me a llegado rallada los dibujos y de color naranja, no es lo que pone en la descripción pona de color rosa y llega de otro color.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100%\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 100%\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Diseño poco innovador\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Utilizó la tarjeta de sonido para conectar un micro PC y sacar el sonido por los altavoces de una máquina de gimnasio. El resultado sonido perfecto y potente, sin necesidad de configurar nada. Perfecto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: después de un mes, imposible conectar con ningún dispositivo....mala compra\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " necesito que me ayudes en una tarea de clasificación de texto. The text that vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. The recomendo, por su calidad y precio\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comencé a leer este relato con mucho interés y curiosidad, pues como lector aficionado a la historia, especialmente a la historia de España, he de reconocer con humildad que me queda mucho por leer y por conocer de no pocos capítulos de la nuestra historia, y ese era uno de ellos, la guerra de África. Luz para el olvido me ha sorprendido positivamente por su fácil y amena lectura de principio a fin, he disfrutado y he aprendido mucho, a la vez que el, capitán médico Luis María Alonso me ha sorprendido por su carácter, su fuerte personalidad, su confianza en sus principios y su fidelidad a los mismos, fue tanta su honestidad consigo mismo que le costó la vida. Considero que es una lección de historia recomendable para todos los españoles que quieran aprender y disfrutar con la lectura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EL LIBOR LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBOR INTERESANTE Y BÉNÉILUSTRADO. EL TAMAO ES ADECUADO.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el tarea de clasificación de texto. Los textos que vas procesar de ambito de opiniones de productos. Quiero que me clasificación de texto una de las sigui\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusto porque se equivocaron de producto ,y estoy esperando a que vengan a por el ,y hace casi un mes y no a pasado nadie, me gustaría saber si al final tengo que ir a devolverlo a correos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es perfecto es\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el ltimo libro que le haba falta a mi hermana de la triloga y por supuesto le haba lo encantado, por lo que recomi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo viene una en el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo encienden la mitad de los led\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el paquete\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy fina, poca protección\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja no encaja no encaja no encaja no encaja no enca\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No asusta palomas. No sirve para lo que pone.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Consta como un cartucho vacío, no sirve para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negocios\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el pantalón destie, ha manchado las sábanas verdes en el primer uso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las veo un poco flojas para un perro grande..\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el encaje veo un poco roja para una gran vez.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no se actualiza, no marca bien la distancia,se gasta muy pronto la bateria, con 3 semanas de uso se a partido la trabilla de garga, no lo recomiendo, la aplicacion del movil no actualiza\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Da mucha luz para poder dormir en la habitación\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Solo mencionar que un día de lluvia y la luz dejo de funcionar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Gracias.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ejemplos de estas palabras, o el ejemplos de estas palabras, o el ejemplos de estas palabras, o el eje\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy contento al ver la cara de mi mujeres...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que me esperaba un precio increible muy contento\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo de dos das más tarde de lo acordado si no que además tuve que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: las he utilizado una vez, las he lavado en el lavavajillas y han salido oxidadas y eso que en la descripción pone que son de acero inoxidable... no las recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No corresponde con la descripción Se descarga rápido la batería He hecho reembolso del producto as de un mes y no me han devuelto el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no \"pringas\" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " La tecnologa llega a nosotros... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad-precio , me solucionó el problema sin cables\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo la he utilizado 1 una vez y se descosió la parte trasera que va al cinturón. De usar y tirar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el cierre está mal conseguido y es incómodo y los tiras son muy endebles, y luego te molestan\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el cable tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodami\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La cafetera ha tenido problemas de conectividad con el bluetooth dos veces, y Nespresso no admite al taller cafeteras con ese tipo de problema.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el vendedor se queda en esta ocasión sin otra crtica positiva como todos los que tiene este producto por culpa de su mala praxis, que te lle\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no es más alto si esta llegado por usb.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Envio rápido y correcto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bueno. Estoy muy contenta por su rapidez y prestaciones\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Good quality, very good quality\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedí un collar rojo y me vino en color verde. Pero por lo demás el producto promete. Las luces tienen tres posiciones y es fácil de adaptar al cuello del perro.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " rosa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen producto y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " igual que el que venden en cualquier tienda, igual instalación a buen precio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Duradera y limpia. Algo almohadillada. Perfecta para debajo de los fuegos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Práctica y resistente. Bastante cómoda\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutral\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos un\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando la adquirí, me gusto la idea de que también protegiera los márgenes de la pantalla sin cambiar el color del iPhone, pero con un golpe, adiós a la pantalla protectora. Mi sorpresa llegó al ponerle la que venia de recambio, a los pocos días, sin darle ningún golpe se me rajó entera de una esquina a otra por lo que me decepcionó bastante. Volví a comprar las típicas transparentes que encuentras en cualquier lado y con esa sigo a día de hoy aunque los bordes están un poco desgastados. ¿La recomendaría? No.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El cargador has very good presencia, con a funda de protección (de lo que ya puedan tomar nota Apple) y is working very well, both as el original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué tensores 2 en principio y finalmente 4 porque no quedaba suficientemente tensa y en la zona central estaba muy cada , los laterales finalmente quedaban casi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el nio es el regalo y el nio es el regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " tuvo que tuvo, debe haber tuvo el viernes... espero que llegue pronto y no se haya perdido por el camino\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: buen articulo, viene muy bien y se pone con gran facilidad mirando algun tutorial en youtube, y vienen 2 para tener de repuesto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El software que trae es penoso, la calidad de video y la audio son bastante deficientes si comparas con otras marcas.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no es necesario que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar de la ambito de opiniones de productos. Quiero que me\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy básico. Poco recomendable hay opciones mejores.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: ltimo es el objeto de clasificación de texto. ltimo es el objeto de clasificación de texto. ltimo e\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el más parecido a la original. Me gusta mucho y de hecho la volv a comprar en varios colores más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es un poco endeble sobretodo en los botones\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z z z\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchsima facilidad, simplemente usando los tenedores que incluye.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que se esperaba, cumple su fucnion\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es encontrar en el envo. El paquete a llegado sin embalaje dentro de otra caja. Avenido tal cual con la caja original\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Unos de los mejores champu que e provado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una de los mejores escritos que y provado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " lindo producto, pero la segunda vez que el uso se le salió una goma y no lo puede usar más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca me llegó la sudadera\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: Nunca me llegó la sudadera\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El plastico chirriaba, se abrian y cerraban con ruido. Una gran decepcion, esperaba mas de oakley. una gran marca, pero este producto un desastre.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de manguera para diferentes opciones muy fácil\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es tal y como aparece en las fotos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es facil de usar pero muy sensible y con los baches se desconecta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " obviamente\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona. No he conseguido hacer que funcione. Lo he probado en varios mecheros de coches diferentes y no se llega a encender en ninguno de ellos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: He intentado con diferentes ordenadores y pantallas y no funciona. No reconocer los dispositivos. No recomiendo para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero)\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Pense que se quedaria mas cerrado, y aunque aun no lo probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me da vergüenza escribir esta opinión, puesto que estoy esperando este artículo desde el mes de Agosto y estamos en Octubre. siempre Amazon me ha atendido bien, pero no tengo por menos de indicar que een este pedido, que aun no HE RECIBIDO ha fallado, bien sea Amazón ço el Proveedor, pero en cualquier caso yo lo HE COMPRADO A AMAZON.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el reembolo es una reembola para nadie se hace cargo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Demasiado aparatosa.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pequeña. Compra como mínimo dos tallas más de las que necesites.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple con su propósito perfectamente , dispongo de un portátil bastante fino que no dispone de suficientes puertos USB ni de HDMI , con este hub solucionado , va bien rápido tiene buenos materiales y es pequeño. La verdad que muy contento con el producto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ordenador es el objeto portátil y el objeto que tuvo es el objeto portátil y el objeto que tuvo el objet\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para arreglar el cristal de mi móvil. Pues bien, cuando lo puse (lo seque con la máquina de secado UV la recomendada). Cuando encendí el móvil, el pegamento había dejado unas manchas horrorosas donde se veía el pegamento y al poco rato me dejo de funcionar la pantalla LCD. Chicos no lo compréis si no queréis joder vuestro teléfono móvil. Horrible el producto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Regular, no han cumplido mis espectativas... cuando te las pones mojado se resbala el pie hacia todos sitios.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hace su función, pero para mi gusto huele a azufre, osea, regular...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso hace su funciona, pero para mi gusto es azufre, osea, regular...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No leí comentarios y mi sorpresa al intentar encenderlo es que no encendia, al leer comentarios no era el único, así que lo devolví inmediatamente y no se me ocurrirá volver a comprarlo por aqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es compatible con iphone x, a los 2 minutos te salta el mensaje y deja de funcionar.. no lo compreis no sirve para nada.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando una marca de prestigio pone un producto al mercado uno espera un mínimo de calidad, Samsung Galaxy Fit e , no lo és. Tiene varios problemas, pero el más significativo es que a la hora de deslizar las pantallas con el dedo te das cuenta que no funciona o que lo hace aveces, creo que Samsung no ha estado a la altura de lo que de ellos se espera. El único consuelo que nos queda es que estos fallos puedan ser corregidos por una actualización, y así disfrutar y no desesperarse de esta pulsera que por diseño merecería un mejor trato de su fabricante.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " auriculares\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ayuda!!!!!!!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el comn para mi sobrino de 4 aos y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Envio rápido y correcto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: buena relación precio calidad,envio rápido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sale ni una gota con las dos que no vienen numeradas. Con la del número 2 que tenía en casa si pasan los cereales, y con las otras dos que son el número 4, no hay manera. Estoy por abrirle con una cuchilla.... Dinero tirado a la basura.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué es el disco de 125, pues bien el disco no mandan, es una ltima ltima ltima ltima ltima ltim\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No qué es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos un\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me la han enviado y me lo confirmaron 40 días más tarde y porque yo me preocupé. Mal servicio y atención\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No , n \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Máscaras muy sencillas, pero hacen su función, la parte de los ojos difícil de ver con ella puesta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " acerca de esquinas y faltan un par de bloqueadores de puertas... sencillo que está a error.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " c) c) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " M \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no me llego el pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " for a urgencia que no encuentres los de Catit bien, pero para poco tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " EJEMPLO: No esperaba que funcionara bien bien,te salvar en cualquier sitio de comer caliente!!\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien calidad precio.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Chulísimo,a la niña del cumple le ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo biem lo compre para una fiesta de niños\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es asequible y tiene muchas piezas para entretener con los imanes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se limpia bien pero las plantillas que incluye son pegatinas, vamos que tienen pocos usos, deberían ser de otro material más resistente\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para fijar una alfombra al suelo. Adhiere bien a la baldosa, pero no se pega completamente a la parte engomada de la alfombra. De todas formas, por el precio que tienen los 8 metros, no me arrepiento de la compra. Si veo que se mueve, lo coseré a la alfombra y problema resuelto. La entrega rápida y sin problemas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es lo que esperaba. es lo que es que es que es que es que es que es que es que es que es que es que es que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En el primer viaje se le ha roto una rueda.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el primer viaje se le ha roto una rueda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lleva conector spdif, ni óptico que ya se ve en la foto, ni coaxial! Es para un proyector y tengo que sacar el audio a unos altavoces (no me vale que salga por el HDMI)\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo que no son nada prácticos. a vez conectado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La relación calidad precio es correcta. Un modelo para principiantes en esta afición. En general correcto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " calidad\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me llegó lo que pedí y me vino incompleto\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es el tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el computador de ese precio pero la verdad recomiendo si o si una cája ATX aunque tengas una cája ATX. Muy poco espacio para mont\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Firmware verde. No lo he podido configurar con Movistar. Sin Triple Vlan de momento y Router siempre sin conexión a internet. Restaurado sin éxito\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo he probado en un Mac con sistema operativo High Sierra y al instalar los drivers me ha bloqueado el ordenador. He mirado en la página del fabricante y no tienen soporte actualizado para la última versión del SO de Mac.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El reloj está bien l, lo que pasa que cada 2-3 días se adelanta un min y hay que estar ajustándolo y es un poco molesto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: la hebilla no enganchaba en cuanto te lo ponías al de unos segundos se soltaba tenia un cinturon viejo y le puse la hebilla y funcionaba perfectamente no lo cambie por eso pero desde luego mal muy mal no volveré a comprar de ese proveedor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Hoy a dia 15 de septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, e gustara saber que pasa ,\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La empresa lo devolvió sin previo aviso, era para Reyes. Un 0 no lo recomiendo en absoluto, decepciónado con el servicio.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y lo volveré a comprar seguro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó abierto todo parecía que hubiera sido usado y no funcionaba la vibración.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Herramienta para llevar sin que pese ni ocupe mas de lo que acompañe una llave de tu casa. A lo mejor ni la usas...pero está ahi\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Son muy cómodos y tienen muy buen sonido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " y me llegó muy rápido. En perfecto estado, sin ningn rasguo. A da de hoy no tengo ninguna pega. Adolfo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado roto en la base del USB\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no funciona bien, se queda el azcar pegado a la máquina, sin llegar hacer el algodon\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena calidad, mejor de lo esperado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No sirve para agua caliente se deforma\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se echa en falta otra pantalla adiccional.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: Se echa en falta otra pantalla adiccionada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: mas pequeño de lo esperado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro EJEMPLO: s muy pequea y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy peque\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene decierre si no se retira con cuidado puede daar la pintura de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Deja unas bordes porque no se puede bien en los lados, pero todos los protectores por estas precios les pasa lo mismo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Entrega en plazos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Plastico cutre, vienen con cinta adhesiva de mala calidad que he tenido que cambiar en todos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es monos, an ven de calidad, para lo que tiene que no puede pedir mucho mas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tan inhalámbrico que ni incluye el cable de alimentación.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es tan inhalámbrico que no incluye el cable de alimentación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y la libreto interior están en ingles, y no indican por\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Están muy bien ,calidad excelente\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi pedido aparece como entregado y aún no lo he recibido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien para lo que cuesta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto por lo que vale.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pensé que era más grande\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué era más grande?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me llegó el producto y ni el vendedor respondía los mensajes.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: No me llegó el producto y no el vendedor responda los mensajes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumle perfectamente su funcion.Recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy elegante y bonito\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy original para regalar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I am very original to jugar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Por el precio que tienen son simplemente perfectos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro EJEMPLO: Por precio que tienen son simplemente perfectos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta muy bien pero me defraudó la frontal ya que no reacciona bien la huella dactilar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Va bien y es más barato que otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el recomendación que tiene en la descripción que servia para las máquinas BOSCH as es!! Va fenomenal. De hecho compre una segunda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Producto con evidentes señales de uso\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su función a la perfección\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el comodidad y la buen funcionamiento, lo menos, que no guarde en una pequea memoria la posicion del switch, es necesario pasa + directo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Excelente material y rapidez en el envio. Recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Perfectes. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ah\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " o es de otro modelo o falta una pieza en el medio, un desastre y es muy incómodo. Bastante decepcionada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen arnés, buenos materiales, bien acabado y muy cómodo para el animal, se nota que va mucho mejor, quizás un pelín aparatoso, pero es lo que conlleva el diseño del propio arnés y sus mullidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I compre para todos los adopportuniario y accesorios. Realmente hay poco de lo que pueda utilizar. Anzuelos muy grande y toscos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy mala experiencia. Te puedes tirar la vida, intentando q se sequen. Una mierda, vamos. 🤬🤬🤬\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Demasiado endebles no enganchan bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy contento al ver la cara de mi mujeres...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Débil. Se mueve mucho la base.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el objetivo de clasificación de texto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para mi es complicada de usar. No pesa bien y no trae unas instrucciones claras para calibrarla bien y poder pesar con ella. No estoy contento con la compra me parece complicada de usar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En la pagina pone que se envian 2 pares y solo llega uno.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es cómoda y fácil de conectar, pequeo y manejable. El sonido regular y se oye bastante flojito. No lo volvera a comprar. \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es de grande tamao, y en la mesita te caben más cosas; es muy til ya que te dice hasta la temperatura que hace en ese\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las planté pero no creció nada!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto para la medida del cajon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el móvil de lado de casa por un precio similar 15 €\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el plancha funciona bien, pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta ltima indicada en la prop\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no ha llegado an q\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un tono amarillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ahorro con respecto al precio en tiendas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De las seis compradas, una me llegó así. Roto el cristal de raíz. No se bien donde escribir para la devolución o sustitucion de solo una de las seis, por eso escribo por aquí. Un saludo. Todo lo demás correcto, el resto funcionando perfectamente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó con una semana de retraso,lo demás todo bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el regalo y calculé para que llegara de sobra, pero el envo no ha llegado todo lo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Está muy bien a mí hijo le encantó\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I am very happy to have gotten my text\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. Los textos que vas procesar del ambito de opiniones de productos. Quiero que me clasifiques los textos una de las siguientes categorías: ['positivo', 'negativo', 'neutro'].\n", + "Argumenta tu respuesta paso a paso. En tu respuesta incluye sólo el nombre de la clase, como una única respuesta\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color es el que esperaba aunque la calidad y el remate es muy normalito\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " color\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positivo','negativo','neutro'],\n", + " selector_k = 5,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 75, + "id": "89b84b30-388b-4e63-aa2a-2369e863b626", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 75, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "25261a04-f35a-4eef-8d57-1d5019bcd424", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 76, + "id": "74a71c53-6983-49d6-aac6-f2d0a2e88e2f", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 77, + "id": "ea907475-c58a-4b77-904e-0a4f30d78ed4", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "Token indices sequence length is longer than the specified maximum sequence length for this model (975 > 512). Running this sequence through the model will result in indexing errors\n", + "/opt/conda/lib/python3.10/site-packages/transformers/generation/utils.py:1270: UserWarning: You have modified the pretrained model configuration to control generation. This is a deprecated strategy to control generation and will be removed soon, in a future version. Please use a generation configuration file (see https://huggingface.co/docs/transformers/main_classes/text_generation )\n", + " warnings.warn(\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fue un regalo para mi madre que usa la moto a diario y esta encantada con ellas, además de ser bastante resistentes, tienen más de un año y están muy bien.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I have a gift for my mother who uses the bike to ride and this encantada with them, además de ser bastante resistentes, tienen más de un ao y están muy bien\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad precio muy bien Color bonito pero se ensucia en seguida La pega fue que el protector de pantalla - cristal es muy fino y me llego quebrado. una vez puesto resistente, pero no es de agrado poner algo nuevo y que se vea ya una raya en la pantalla.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Son dos pantallas protectoras bastante fáciles de instalar. Vienen en una cajita muy elegante con un montón de complementos e instrucciones sencillas para que puedas instalarlas con suma facilidad. No se ensucian mucho y aguantan bastante.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué es el tarea de clasificación de texto?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No asusta palomas. No sirve para lo que pone.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sé si aportará todas las propiedades que anuncia, pero como ducha aumenta la presión y las tres variantes de chorro son agradables. Y refresca. Satisfecho.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No sé si aportará todas las propiedades que auncia, pero como ducha aumentará la presión y las tres variantes de chorro son agradables\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Va bien y es más barato que otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un tono amarillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No asusta palomas. No sirve para lo que pone.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No tiene mucha potencia\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un poco endeble sobretodo en los botones\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No trae ruedas, no de puede llegar, la tela de mancha fácilmente\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me llegó lo que pedí y me vino incompleto\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El juego estar genial, no importa tanto el hecho de que sea de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonora ni las pegatinas.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El juego estar genial, no importa tanto el hecho de que está de segunda mano, pero el problema es que me llegó incompleto, sin el cd de banda sonor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La forma en la que viene embalado el artículo provoca que la alfombrilla quede doblada. He intentado darle forma poniéndola del revés pero no queda del todo recta...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aún no he recibido el artículo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos. RESPUESTA: negativo EJEMPLO: El articulo ha \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estética buena, pero de momento siguen atacando los bichos. Si fuera sin cable sería mejor para llevar cerca de las zonas de descanso\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cómo se encuentra el cable?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Normal. Pensaba ke seria mas gordita. Pero no, no es lo ke buscaba pero me apañare por ahora. Un 6 justito\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre juego libre\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No ha llegado a aún....\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llegaron sin los agujeros para que saliera el agua para regar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A alguien le ha llegado? A mí me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo pedí han modificado la descripción y creo k si llega no será el britax b emotion 4 k llevo pidiendo desde hace meses.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a alguien le ha llegado? A m me mandaron un mensaje k me llega el lunes pero.....he visto k desde k lo ped han modificado la\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado para nada el producto ya que las burbujas que hace se quedan y no se quitan como dicen en la descripción (pasadas 48 horas ) No lo recomiendo para nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sé quién puede estar interesado en semejante producto. Casi ninguna de las funciones funcionan. Lo que funciona es la calculadora,el reproductor de música, lo de contar los pasos y poco más. No sirve para nada poder mandar SMS, que cuestan dinero y nadie utiliza casi para nada, si no puedes utilizar el whatsapp, que es lo que todos tenemos y necesitamos. Ni whatsapp ni facebook, ni nada se puede usar. El reloj necesitaría otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros más en tu operador de telefonia cada mes. El bluetooth es malísimo y no llega ni a unos centímetros, con lo cual no me llegaba ni de la muñeca hasta los cascos de las orejas. Para correr y escuchar música y mirar la hora...te durará media hora y eso con suerte y si tienes la suerte de que te llegue la señal a tus cascos desde el brazo. Muy muy muy decepcionada con este producto. Devuelto al día siguiente. Una tomadura de pelo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El reloj necesitara otra tarjeta SIM para hacer llamadas sin conectarse al teléfono por bluetooth pero eso significa que te cobrarán unos cuatro euros\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es lo que esperaba. Buscaba un aspirador y no un filtro, pues con éste necesito adicionalmente un aspirador lo que lo hace incomodísimo de utilizar de forma habitual\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compré dos y los dos dejaron de funcionar a los 5 minutos. Además emite un pitido bastante molesto. Una decepción con el producto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No sirve para agua caliente se deforma\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sirve para vitrocerámicas de inducción y la compramos porque el vendedor en el anuncio asegura que si\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el vendedor en el anuncio acerca de inducción es una salida y acompaada porque el vendedor en el anuncio acer\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es lo que esperaba no luce los metros que dice el vendedor\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no es lo que esperaba no luce los metros que dice el vendedor\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad precio muy bien Color bonito pero se ensucia en seguida La pega fue que el protector de pantalla - cristal es muy fino y me llego quebrado. una vez puesto resistente, pero no es de agrado poner algo nuevo y que se vea ya una raya en la pantalla.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pedí un collar rojo y me vino en color verde. Pero por lo demás el producto promete. Las luces tienen tres posiciones y es fácil de adaptar al cuello del perro.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tengo todas las perchas iguales y este pedido me ha venido en un color mas sucio y verdoso que el marfil normal. No es color marfil como ponen en la descripcion. Y el terciopelo es mas gordo que las otras de color marfil que se ven de mejor calidad.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " te te te te te te te te te te te te te te te te te te te te te\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo pasamos muy bien jugando a tirar bloques de hielo. Lo único que pongo en contra son los materiales. Son de poca calidad pero cumplen su función. No se nos ha roto\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es el objeto de clasificación de texto. EJEMPLO: El material no es de muy buena calidad. es que la ventana es muy oscura\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena compra. Envió rápido como siempre y el neumático lo que buscaba. Para los que quieran balón grande tendrán que cojer la medida 2.25\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " además viene en milmetros y no en centmetros.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Diseño poco innovador\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona perfectamente para unos repetidores que tengo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto para personas mayores\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecto para unos resueltos que tengo.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo lo que sea dragon ball siempre me gusta, lo que no me gusta es que llegue arrugado y sucio, y más artículos de colección. Es una putada muy grande\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola, se me descarga la batería en 1 hora, como puedo contactar con el vendedor?\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Una pena que la duración de la batería sea escasa\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una pena que la duración de la batera está escasa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la única pega es que el plástico es muy duro y los botones de los laterales están cubiertos y tienes que hacer mucha fuerza para pulsarlos. Otra cosa que no me acaba de convencer es el dibujo interior que debería ser completamente liso.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " encaja perfectamente y cubre todo el teléfono, no se desliza y es muy limpia, la nica pega es que el plástico es muy dur\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, recibido en el plazo establecido, precio razonable c c c f c c c c c c f\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien eso si el producto no tiene el diámetro que indican no es de 41 si no de 36\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De las seis compradas, una me llegó así. Roto el cristal de raíz. No se bien donde escribir para la devolución o sustitucion de solo una de las seis, por eso escribo por aquí. Un saludo. Todo lo demás correcto, el resto funcionando perfectamente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " compré los originales bmw y me costaron 50 euros, estos son identicos a los originales, limpia bien medidas perfectas facil d instalar, durabilidad no lo se llevan poco tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Rápido y confiable, muy recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante bonita y se ajusta bastante bien al tlf muy muy recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es bastante bonita y se ajusta bastante bien al tlf muy bien recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No ha durado ni un año y medio practicamente sin uso...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi personalmente no me hicieron nada, incluso tomando 2\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: pero este me salió malo...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: aunque en el anuncio pone precio final luego al pagar te cobran el transporte.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el anuncio pone precio final luego al pagar te cobran el transporte.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compre estando embarazada y la verdad k no sabria decir si funciona o no pk tuve la suerte de no salirme estrias. Aunk tengo amigas k lo usaron y les salieron estrias igual y tampoco es k se las mejorase. No se si lo recomendaria. Lo bueno k huele bien y no mancha la ropa.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué compre estando embarazada y la verdad k ni sabria decir si funciona o no pk tuve la suerte de no salirme es el t\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Por observaciones previas pensaba que incluia cristal templado y no lo incluye\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Nunca llegó. SERVICIO NEFASTO. Ni os molestéis en comprarlo. Lo pedí el día 5 de Marzo, me comunique con ellos y no hubo respuesta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Efecto frío combinado con mentol. Lubrica bastante bien aunque no dura demasiado (base acuosa). Buen lubricante para probar efecto frio con buen sabor :D. Tampoco he probado otros para poder comparar pero calidad-precio buena. 3/5\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 3/5\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Ya en la primera carga no duró ni dos horas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aun lo pruebo, a ver como me va\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me valen para mí Honda y se vendo como que si\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el mercado es tan efectivo como dicen.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: De facil lectura es una interesante propuesta de actividades para que en especial los niños disfruten de un verano lleno de originales actividades que le hagan crecer divirtiéndose. También interesante propuesta para nosotros los adultos para conectar con ese niño que llevamos dentro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buenas actividades para niño de 4 años\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Compre este vapeador para un amigo y es perfecto pero a las primeras de uso ya estaba goteando y le a perdido mucho líquido. 2 botes en un día. Voy a tener que devolverlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No he podido usarla porque no funcionaba el mando a distancia\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no lo volvería a comprar, no le he encontrado ninguna utilidad, no es lo que esperaba, yo diría que no funciona, quizá sea inutilidad mía pero lo cierto es que no he conseguido utilizarlo, dinero perdido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso no lo volvera a comprar, no lo encontrado ninguna utilidad, no lo lo esperaba, yo dira que no funciona, quizá ser inutilidad ma, per\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona perfectamente para unos repetidores que tengo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena calidad, despues de hacer la reparacion queda como si fuera original, muy contento.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El abrigo cumple, es caliente , tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El abrigo cumple, es caliente, tiene para las manos, es un buen articulo, por poner pega los hombros sobresalen un poco demás\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bonito y el acabado de las tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya venía algo tocado del roce en la caja. El problema es que la varilla donde cuelgan las perchas, si son de metal, con seguridad lo va a desconchar. El montaje normal, al estilo IKEA, con instrucciones claras y herramientas necesarias. Con el uso iremos viendo el agua te de la rosca de los tornillos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el acabado de los tablas está bien (mejor que muchos de IKEA). No ocurre lo mismo con el de las varillas, que se raya con mirarlo y ya\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Descripcion buena. Muy rapido y fiable. Gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy decepcionado con el vendedor ya que el pedido no me llegó a tiempo y no cumplió los plazos de envío y era una cosa que necesitaba urgente. Para colmo me pongo en contacto con el vendedor y no da señales. No recomiendo nada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " vivo una dirección nica todos los datos bien puestos buzón nico por más que me pongo en contacto no me contesta para darme una explicación\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no me llego el pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me he tenido que comprar tornillos, porque los que vienen no sirven para Samsung. Por lo demas ok\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Poner una estrella por poner algo, pero ya es la tercera y vez que llamo a amazon para reclamar por garantía el reloj, y con el tiempo no se si por el calor por lo uso cada día para eso está para usarlo, pero salen muy malos se agrieta la pantalla sin darle ningun golpe, salen malos, ya me canso de reclamarle hasta la ultima llamada me enfade,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: lo cogí en el outlet de amazón , me vino lleno de pelusa o pelos , y con la caja de un philips, lo devolví al segundo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ao de amazón , me vino lleno de pesa o pelos , y con la caja de un philips, lo devolv al segundo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Producto de buena calidad\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Poner una estrella por poner algo, pero ya es la tercera y vez que llamo a amazon para reclamar por garantía el reloj, y con el tiempo no se si por el calor por lo uso cada día para eso está para usarlo, pero salen muy malos se agrieta la pantalla sin darle ningun golpe, salen malos, ya me canso de reclamarle hasta la ultima llamada me enfade,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Encaja perfectamente. Vergonzoso la manera en que lo entregan. La caja rota por varios sitios y abierta por los dos lados. Algo impropio de Amazon.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. EJEMPLO: Qué es el producto de acero? Qué es el producto de acero? Qu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bonito, yo lo quería para una sección de fotos de embarazada y quedo bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien el producto sobre todo teniendo en cuenta la relacción calidad/precio. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas oscuras. Para esto esta genial, te libera las manos y puedes trabajar. Realmente vale para mucho mas, ya que tiene 2 intensidades de luz, intermitencias y luz roja atras. Como fallo diré que no me gusta que las pilar recargables no sean de un tamaño estandar. Es decir, son mucho mas grandes que las pilas normales y si algún dia se estropean desconozco si se podrán encontrar facilmente. Espero que duren muchos años. Como se ve en la foto, el producto biene muy completo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto sobre todo teniendo en cuenta la relacción calidad/price. Yo lo uso para hacer arreglillos en casa cuando corto la luz o para zonas \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Tuve que devolver dos porque no me los reconocía la impresora\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funcionaba, lo tuve que devolver, no se si era problema de la placa o del mecanismo, la devolución todo correctamente.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el servicio de devolución de AMAZON funcionó perfectamente.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no me se me ha ingresado dinero e. El Banco\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bien para lo que cuesta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se ve bien el grabado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es bien el grabado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Demasiado altas, en la foto no lo parecen tanto. Buena calidad de la tela.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es el piloto que sale en la foto, en vez de ser rectangular es cuadrado con todas las luces pero diferente aspecto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No recomiendo su compra... no se parece a la foto... muy mala resolución\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: No recomiendo su compra... no parece a la foto... muy mala resolución\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En menos de un mes ya han dejado de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. He solicitado la garantia, y espero que al menos respondan pronto. Me los devuelven supuestamente arreglado el problema pero la realidad es que siguen exactamente igual, sin funcionar. Vuelta a empezar con la garantía\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el resembolo de funcionar. Primero se descarga la bateria aun sin uso, y ahora es que ni siquiera carga. Era el resembolo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Te deja con la incertidumbre este tomo porque es justo donde queda el anime.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El papel sigue siendo papel. Actualizado. Perfecto. Y no necesita pilas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el papel se encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorrá\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Funciona perfectamente para unos repetidores que tengo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se llenan de agua y no nadan........\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona perfectamente. Tengo un terreno para regar de unos 80m2, y llega a rodas partes, hasta detras de unos setos\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " I have a terreno para regar de unos 80m2, y llega a rodas partes, until adolescentes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es tal y como aparece en las fotos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Te deja con la incertidumbre este tomo porque es justo donde queda el anime.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me llegó todavía el mueble del salón.. No corresponde los días previstos de envio,y sin saber cuándo llegará .\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no corresponde los das previstos de envio,y sin saber cuándo llegará .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto por lo que vale.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene poco potencia tienes que darle tres veces al máximo para que seque\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es posible que tener tres veces al máximo para que se el eso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Trapecio sobre todo para interior por la calidad de las cuerdas. En exterior no sé si será muy resistente. En casa da mucho juego y es un entretenimiento estupendo para la gente menuda. Aguanta mucho peso\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Eran los zapatos que queria a un precio competitivo, lastima que las entregaran tarde, a pesar de la entrega garantizada en tal fecha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy cómoda la almohada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La zapatilla es muy bonita, su apariencia es buena. La parte interior es bastante floja no se le ve calidad. No la encuentro cómoda, quizás sea mi culpa ya que pedí el número que habitualmente calzo en deportivas y me queda amplio. Lo intenté solucionar con una buena plantilla, pero aun así, me resulta incómodo. Si volviese a comprarlo pediría una talla menos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ni la encuentro cómoda, quizás esta mi culpa ya que ped el nmero que habitualmente calzo en deportivas y me queda \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me lo e puesto cuatro veces y esta descosido y me toca tirarlo una estafa\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No ha durado ni un año y medio practicamente sin uso...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo correcto y acordé a lo anunciado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Todo correcto y acordo a lo anuncio\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Venia roto es de muy mala calidad\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No ha llegado a aún....\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A venido rota. Venia bien envuelta pero al abrirla estaba rota. Y plastico malo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es de muy mala calidad\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me esperaba más unidades como aparecía en la foto, aunque después he comprobado que en la descripción pone \"una hoja\", con lo que, con más razón, me parece un poco caro para lo que es. Además me ha llegado rota, así que un fiasco, no lo voy a poder usar y además he tirado el dinero inútilmente. Una decepción.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me las compre para atarla con un hilo a las gafas de proteccion, Porque cuando necesitas los tapones nunca los encuentras, Pero no lo he echo porque me gustan mas las de esponja son mas comodas y aislan mejor.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el esforzamos a acerca de protección, porque cuando necesitas los tapones nunca los encuentras, pero no lo he echo porque el esforzamos mas com\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se rompió la pieza de plástico central donde se enrollan las cuerdas a los tres años. Por lo demás bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el precio es rompió la pieza de plástico central donde se enrollan las cuerdas a los tres aos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es que brillen un monton pero estan bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: MUY BUENAS DURAN MÁS QUE LAS DURACELL\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Yo le puse unas ventosas más grandes porque lleva no aguantan con juguetes\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " y yo saben unas ventosas más grande porque lleva ni agua con juguetes\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un producto económico de plástico que cumple con su función y punto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de la sarten pero la calidad de este producto es pesima. No recomiendo a nadie\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una porqueria de producto! En dos semanas ya estava oxidada y eso que hice el curado de las sarten pero la calidad de este producto es\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llego pronto pero se quiebra fácilmente se me rompió al instalarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Batería externa excelente, pero sus 200 g de peso parece que lleves otro móvil\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el mercado externo excelente, pero sus 200 g de peso parece que lleves otro mercado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es genial este producto, desde que lo tengo no he vuelto a fregar los platos con las manos al descubierto. Tiene muchas ventajas, la primera a destacar es la higiene, si no quieres mancharte o mojarte las manos, este es el producto ideal. La segunda a destacar, es que puedes utilizarlo para fregar con agua fría si no quieres gastar agua caliente. Eso si, antes de utilizarlos, hay que lavarlos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Calidad precio perfecto, llego a tiempo y en buen estado,la e puesto hace dos dias y de momento funciona correcta mente estoy muy contento lo recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aunque la mayoría de opiniones positivas que tiene este producto son falsas (solo hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se comentan).... decir que son unos auriculares muy correctos para el precio que tienen. Se echa de menos que los graves sean un poco más \"potentes\", pero por este precio no se puede pedir más. Ahora solo hace falta que funcionen bastante tiempo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " agravante EJEMPLO: No hay que leerlas todas y mirar nombres y fecha de publicación y la manera que se commentan)... decir que son unos auriculares mu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy comodo para cargar varios dispositivos a la vez sin necesidad de tener que utilizar ladrón de enchufe.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No se encendía de ninguna manera después de 3 horas enchufado. Lo enchufamos al día siguiente y funcionó pero perdió actualización y costó muchísimo resetearlo para volverlo a configurar. Ahora ya funciona, la única pega es que cuando se desenchufa o pierde la corriente, no se restablece correctamente y no se conecta a Internet.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo esperaba más compacto ( fallo mio ) dado que hoy en dia hay cargadores unificados para distintos aparatos. Calidad buena Servicio ràpido\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ya en la primera carga no duró ni dos horas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen cargador. Su forma va perfecta para poner en enchufes dobles al ser estrecho no tapa el enchufe de al lado. Era lo que busca\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el encufe de lado es perfecto para poner en encufes dobles al ser estrecho no tapa el encufe de lado. Era lo que busca\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comodo y facil de colocar.Muy estable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El colchon esta bien, el envío tardo más de dos Semanas en llegar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El colchon esta bien, el envo más de dos Semanas en llegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malísima calidad. Me Llegó el producto dañado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me he tenido que poner en contacto con amazon para que medie pq no vienen por el producto y cuando te dicen vienen no aparecen y no me devuelven mi dinero.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto daado con todos los tornillos oxidados y faltando piezas y además la atención con el vendedor nada buena me tenido que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: el articulo que me enviaron no era el mismo que yo pedi, y me cobraron por el precio del de la foto, y cuando me lo enviaron era mas pequeña y no era el mismo de la foto. La verdad que he pedido ya muchos productos pero en este en concreto me decepcione muchisimo,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Demasiado altas, en la foto no lo parecen tanto. Buena calidad de la tela.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tal y como aparece en las fotos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto me ha llegado sin tapa tal como se ve en la foto, por suerte no está abierto. La valoración es por él estado del envío, no por el producto en sí.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: El producto es perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase RESPUESTA: neutro EJEMP\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo. Es de baja calidad. La salida RCA analógica nunca ha funcionado. Si me llego a dar cuenta a tiempo lo hubiera devuelto :-(\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " RCA analógica nunca ha funcionado. Si me llego dar cuenta a la tempo lo hubiera devuelto:-(\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Van muy bien y son cómodos. La durabilidad es un poco corta en cuanto al material antideslizante. En un par de meses con un uso de 3 veces por semana, se van perdiendo los antideslizantes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para qué decir más...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La empresa lo devolvió sin previo aviso, era para Reyes. Un 0 no lo recomiendo en absoluto, decepciónado con el servicio.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy cómoda la almohada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cómodos, antideslizantes, ligeros para trabajar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy pequeña. Compra como mínimo dos tallas más de las que necesites.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He pedido estos colores y no son los de la foto menuda estafa le pongo una estrella por poner algo pero menudos impresentables\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: el articulo que me enviaron no era el mismo que yo pedi, y me cobraron por el precio del de la foto, y cuando me lo enviaron era mas pequeña y no era el mismo de la foto. La verdad que he pedido ya muchos productos pero en este en concreto me decepcione muchisimo,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quizá lo compré un poco grande y por eso se me caen Igual que en la foto. Ojo ! Elegir bien la talla\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I want to compré un poco grande y por eso se me caen Igual que en la foto. Ojo! Elegir bien la talla\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para una cama de 1,35 son pequeñas no corresponden las medidas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No ha llegado a aún....\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un poco endeble sobretodo en los botones\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Una auténtica porquería.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Una auténtica porquera.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me lo e puesto cuatro veces y esta descosido y me toca tirarlo una estafa\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó abierta la caja y faltaba una barritas! Un engaño total\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La mesa cumple con lo que necesitaba. Pesa poco, se pliega facil, y es estable para dejar algo fijo en ella. Para estar tecleando o manejando cosas en ella no parece la mesa mas estable del mundo. El material es plastico.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el material es el mercado del mercado.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Como pata esta bien si tienes adaptador. Calidad buena.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " como te es el recomendador. Calidad buena.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No duran mucho tiempo (6 meses)\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: No tiene mucha calidad No tiene mucha calidad No tiene mucha calidad No tiene mucha calidad No tiene mucha calidad \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija esta en un campamento y nos pidieron que llevara unos rotuladores acrilicos para hacer distintas manualidades, pintar en tazas, piedras...etc. Esta super contenta con los rotuladores porque los colores son muy bonitos y pintan bien. Todo un acierto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me a llegado rallada los dibujos y de color naranja , no es lo que pone en la descripción ponía de color rosa y llega de otro color .\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " rallado el dibujo y el color naranja , no es lo que pone en la descripción o el color rosa y llega de otro color .\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No sé lo que durará, pero eso de poder cortar el celo automaticamente mientras lo pones, es fantástico. La idea es brillante y de momento, funciona muy bien. Para la gente que ponga carteles, supongo que es una herramienta obligatoria. Recomendable 100%\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " 100%\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Diseño poco innovador\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Utilizó la tarjeta de sonido para conectar un micro PC y sacar el sonido por los altavoces de una máquina de gimnasio. El resultado sonido perfecto y potente, sin necesidad de configurar nada. Perfecto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sirve para agua caliente se deforma\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mi personalmente no me hicieron nada, incluso tomando 2\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: después de un mes, imposible conectar con ningún dispositivo....mala compra\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una tarea de clasificación de texto. EJEMPLO: Diseo poco innovador RESPUESTA: neutro EJEMPLO: Utiliza la tarjeta de sonido para conectar un micro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, es ligero con gran resistencia. Se pliega hasta ocupar muy poco espacio. Lo recomiendo, por su calidad y precio\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comencé a leer este relato con mucho interés y curiosidad, pues como lector aficionado a la historia, especialmente a la historia de España, he de reconocer con humildad que me queda mucho por leer y por conocer de no pocos capítulos de la nuestra historia, y ese era uno de ellos, la guerra de África. Luz para el olvido me ha sorprendido positivamente por su fácil y amena lectura de principio a fin, he disfrutado y he aprendido mucho, a la vez que el, capitán médico Luis María Alonso me ha sorprendido por su carácter, su fuerte personalidad, su confianza en sus principios y su fidelidad a los mismos, fue tanta su honestidad consigo mismo que le costó la vida. Considero que es una lección de historia recomendable para todos los españoles que quieran aprender y disfrutar con la lectura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El manual llegó con algunas manchas en las juntas de las páginas. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La patilla de las gafas se sale demasiado fácil de la cadena\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: RECOMENDARÍA EL LIBRO A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBRO INTERESANTE Y BIEN ILUSTRADO. EL TAMAÑO ES ADECUADO.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " RECOMENDARA EL LIBOR A LOS INTERESADOS EN HISTORIA MEDIEVAL. ES UN LIBOR INTERESANTE Y BÉNÉILUSTRADO. EL TAMAO ES ADECUA\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se mueve muy fácilmente y cuando se mueve, se enciede. A nada que lo tocas. No tiene freno\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es lo que quiere mi hija. Lo espera con ilusión....as que....bueno. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomi\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me gusto porque se equivocaron de producto ,y estoy esperando a que vengan a por el ,y hace casi un mes y no a pasado nadie, me gustaría saber si al final tengo que ir a devolverlo a correos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Loc compre para un regalo, es perfecto le encantó, es mas grande de lo que me esperaba. No me ha decepcionado los lego siempre son un acierto y son lo que ves en la caja. Me ha gustado mucho\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el luz es perfecto y el color. luz es perfecto y el color. luz es perfecto y el color. luz es perfecto y \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Este era el último libro que le faltaba a mi hermana de la trilogía y por supuesto le encantó, Por lo que recomiendo mucho todos los libros\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Este era el ltimo libro que le faltaba a mi hermana de la triloga y por supuesto le encantó, Por lo que recomiendo mucho todos los \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo viene una en el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 5 días Sr rompió en la unión de las dos partes\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo mencionar que un día de lluvia y la luz dejo de funcionar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo la he utilizado 1 una vez y se descosió la parte trasera que va al cinturón. De usar y tirar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo encienden la mitad de los led\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ao de eso es el ao de eso es el ao de eso es el ao de eso es el\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Descripcion buena. Muy rapido y fiable. Gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy fina, poca protección\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el nico resuelo RESPUESTA: neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me lo esperaba un poco mas desahogado al ir por el puerto thunderbolt 2. Se calienta el adaptador, no excesivamente pero es algo a tener en cuenta .\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy comodo eso sin duda. La capacidad de succion es muy buena en modo turbo pero eso te da unos 10 minutos solo de autonomia y tienes que cambiar la bateria, y cargar. esperaba mas de un producto como esto y al precio que tiene. Le falta potencia en mi opinion.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en eñ cabezero porque la tela de saco es rigida y muy estrecha.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Decepcionada se supone que es universal pero para el carro jane muun no vale no encaja en e cabezero porque la tela de saco es rigida \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No asusta palomas. No sirve para lo que pone.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un mes de uso... y se me borran las letras... no entiendo nada...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Consta como un cartucho vacío, no sirve para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " como un cartucho vaco, no sirve para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL AJUSTE A LA BARANDILLA ES MUY GRANDE EN LA POSICION MINIMA\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hasta ahora el gato mordía las bolsas de pienso para sacar la comida, ahora le controlo yo la alimentación, además el pienso está fresco más tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Chulísimo,a la niña del cumple le ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo me llegó una pieza cuando el pedido era de 6\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El pantalón destiñe, ha manchado las sábanas de verde en el primer uso\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El pantalón destie, ha manchado las sábanas verdes en el primer uso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEÑO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y MUY BIEN EMBALADO.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " CUMPLE LA MISION PARA MEDIR CUALQUIER ANGULO,.ES ALGO PEQUEO TE TIENES QUE AUXILIAR DE UNA REGLA.EL ENVIO FUE RAPIDO Y\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un mes de uso... y se me borran las letras... no entiendo nada...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las veo un poco flojas para un perro grande..\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " veo un poco fácil para una gran gran esquina.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el malo es que me hubiese gustado que el rollo fuera mas largo. Para poder aprovecharlo mejor. Pero el material es de buena calidad.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no se actualiza, no marca bien la distancia,se gasta muy pronto la bateria, con 3 semanas de uso se a partido la trabilla de garga, no lo recomiendo, la aplicacion del movil no actualiza\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Da mucha luz para poder dormir en la habitación\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Solo mencionar que un día de lluvia y la luz dejo de funcionar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es lo que esperaba. Buscaba un aspirador y no un filtro, pues con éste necesito adicionalmente un aspirador lo que lo hace incomodísimo de utilizar de forma habitual\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hacen perfectamente su función. La luz delantera ilumina muchísimo incluso en su nivel mas bajo, y la trasera se ve perfectamente a muchísima distancia. La bateria para la luz delantera tiene mucha autonomia. El montaje es muy sencillo. Recomendo para todo el mundo. Gracias.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Gracias.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que vale la bombilla, debería ser led. Me parece muy cara para ser una bombilla incandescente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funda bonita y ligera. La compré en color amarillo y queda muy bien. No le doy cinco estrellas porque es muy cara para ser una funda de tela.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No e tenido bombillas de estas pero son una pasada, Pones una película y le cambias el color y esta súper bien, la app tiene varias modalidades. Modo lectura ,desayuno disco etc...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ejemploso es el ejemploso es el ejemploso es el ejemploso es el ejemploso es el\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las compré para aguas abiertas, muy buenas gafas una vez que las ajustas bien. Por el material parece que entre agua, pero no. Una gran ventaja que tengan lentes polarizadas, van muy bien cuando da el sol de cara. Muy buen producto, ya veremos cuanto dura la estanqueidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fuerza necesaria y se desplaza. Ojo si el enganche es prominente los estantes quedarán muy separados de la pared y se caerán por detrás\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Practico, parece que no se debe oxidar con el agua, se engancha como si fuera una percha a un grifo o similar, pero la ventosa inferior no pega con la fu\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy contento al ver la cara de mi mujeres...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que me esperaba un precio increible muy contento\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto exacto y sin una queja. En cambio el transporte TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo dos días más tarde de lo acordado si no que además tuve que desplazarme yo a buscarlo a la central Cuando yo estoy pagando por un servicio puerta a puerta. Correos express MUY MAL. Y NO ES LA PRIMERA VEZ\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " TARDE MAL Y NUNCA. No sólo no entregaron el paquete a tiempo de dos das más tarde de lo acordado si no que además tuve que\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: las he utilizado una vez, las he lavado en el lavavajillas y han salido oxidadas y eso que en la descripción pone que son de acero inoxidable... no las recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No corresponde con la descripción Se descarga rápido la batería He hecho reembolso del producto as de un mes y no me han devuelto el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La idea es muy buena y facilita especialmente la cocción a baja temperatura en Crock Pot. Yo he utilizado la rejilla con el pollo asado y el pulled pork. El resultado era muy bueno pero al mes de utilizarlo han aparecido manchas de óxido. No recomiendo su compra por la corta duración. Debería ser de acero inoxidable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cambio mi valoración seguido de mi opinión: El dispensador ha dejado de funcionar correctamente, el vendedor sólo me contestó para preguntarme por el número de pedido, una vez se lo dije... no he vuelto a saber nada mas de el, ni ha dado soluciones, ni mucho menos ha intentado buscarlas o averiguar por que falla. Por otro lado destacar que ha empezado a oxidarse... Raro ya que el anuncio ponía claramente de Acero Inoxidable... ------------------------------------------------------------------------------------------ La tecnología llega a nuestras casas... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento y me arriesgue con este dispensador de jabón. La principal característica y ventaja es que no \"pringas\" nada. Puedes tener las manos llenas de jabón o agua y solo con aproximar la mano al sensor el dispensador se activa. Es muy fácil de utilizar, dispone de dos botones, + y - estos sirven para graduar la descarga del dispensador. Pulsando más de 3 segundos el +, podemos encenderlo o apagarlo. La carga se efectúa por la parte superior desde un tapón de media rosca. Destacar que el dispensador utiliza 4 pilas del tipo A++ que no van incluidas en el paquete.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " La tecnologa llega a nosotros... hace unos meses compré una papelera/basura también con sensor de proximidad y apertura automática. Quede muy contento \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona perfectamente con la nueva Z6 y sin duda el mejor precio...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad-precio , me solucionó el problema sin cables\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Solo la he utilizado 1 una vez y se descosió la parte trasera que va al cinturón. De usar y tirar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bonita y grande, de tela resistente, pero el cierre está mal conseguido y es incómodo y las tiras son muy endebles, no creo que resistieran un tirón y si llevas peso te molestan\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el cierre está mal conseguido y es incómodo y los tiras son muy endebles, no creo que resisteran un tirón y si llevas peso te mol\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me lo esperaba un poco mas desahogado al ir por el puerto thunderbolt 2. Se calienta el adaptador, no excesivamente pero es algo a tener en cuenta .\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: el cable no tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodamiento no sea fluido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el cable tiene el suficiente peso como para rodar sin que de problemas y se enganche. La forma de enganche del cable a la maneta de forma lateral hace que el rodami\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La cafetera ha tenido problemas de conectividad con el bluetooth dos veces, y Nespresso no admite al taller cafeteras con ese tipo de problema.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto está en mal estado y quiero q se me reembolse el dinero y yo comprar otro diferente porque este producto no está apto para la venta, golpeado y sin pintura, adjunto varías fotos para que lo comprueben ustedes mismo, y si quieren les mando el recibo de SEUR para que sepan que lo acabo de recibir no me a dado tiempo no a estrenarlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En las imagenes parece indicar que es bluetooth 5.0, pero es 4.2, la batería no llega ni a dos horas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El vendedor se queda en esta ocasión sin otra crítica positiva como todas las que tiene este producto por culpa de su mala praxis, que te lleguen estos auriculares en su caja rajada, con los precintos de plástico rotos y los auriculares sucios no es un buen comienzo, si a eso le añadimos que cuando vas a probarlos no está el cable de carga USB y que solo funciona el canal izquierdo por Bluetooth pues pasa lo que pasa en esta ocasión, que te llevas un cero patatero tanto en el artículo como en el vendedor.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El vendedor se queda en esta ocasión sin otra crtica positiva como todos los que tiene este producto por culpa de su mala praxis, que te lleguen\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: como se pone en marcha sin manual alguien me puede ayudar a ponerlo en funcionamiento\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me lo esperaba un poco mas desahogado al ir por el puerto thunderbolt 2. Se calienta el adaptador, no excesivamente pero es algo a tener en cuenta .\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona muy bien, lo conectas a la toma auxiliar del coche y ya puedes enviar la musica del movil, se empareja muy rapido y sin problemas, yo lo tengo puesto conectado siempre a un usb para alimentarlo, el volumen es mas alto si se esta cargando por usb.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo, el conectar a la toma auxiliar del coche y ya puede enviar la musica del movil, se emparja muy rapido y sin problemas, yo lo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Envio rápido y correcto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estan bien por el precio, pero alguna me hace algun parpadeo rapido al encender, no siempre. A ver si no tengo que cambiar alguna, de momento, aceptable, ni bueno, ni malo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Excelente material y rapidez en el envio. Recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El material no es de muy buena calidad. el pedido tardo mucho ,no estoy muy contento con esta compra,no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bueno. Estoy muy contenta por su rapidez y prestaciones\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buen producto. Viene con pilas para la luz. Muy estable y practico. La verdad es que lo recomiendo totalmente\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El recambio es igual a las originales, compramos este modelo porque para mi gusto, limpian mejor que las que solo son redondas. Ajusta perfecto al cepillo Oral-B y tienes recambios para olvidarte de ellos durante muchisimo tiempo!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedí un collar rojo y me vino en color verde. Pero por lo demás el producto promete. Las luces tienen tres posiciones y es fácil de adaptar al cuello del perro.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Duradera y limpia. Algo almohadillada. Perfecta para debajo de los fuegos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funda bonita y ligera. La compré en color amarillo y queda muy bien. No le doy cinco estrellas porque es muy cara para ser una funda de tela.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy chula en el coche lo unico que en las especificaciones pone color blanco,,y es de color plateado,no se nota mucho\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Practico, útil y sencillo. Apenas se ensucia y es fácil de limpiar. La batería del teclado dura mucho tiempo, aunque no incluye cargador para este. La funda protege perfectamente pero sin ocupar mucho. El color rosa es mas bonito que en la foto.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " rosa\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen producto y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido envío superfacil instalación pero a la primera caída se ha roto y despegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Igual que el que venden en cualquier tienda, fácil instalación a buen precio.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " igual que el que venden en cualquier tienda, igual que instalación a buen precio.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Duradera y limpia. Algo almohadillada. Perfecta para debajo de los fuegos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No ha durado ni un año y medio practicamente sin uso...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Práctica y resistente. Bastante cómoda\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " neutro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['neutro']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Trapecio sobre todo para interior por la calidad de las cuerdas. En exterior no sé si será muy resistente. En casa da mucho juego y es un entretenimiento estupendo para la gente menuda. Aguanta mucho peso\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a casa y nada más bajar a dejarlo en el coche se había pinchado la rueda y lo probamos, es muy resistente y fácil de usar, con el pie se puede hacer fuerza y no se dobla, está como nuevo, va genial, lo recomiendo!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cómo el ao y nada más bajar a dejarlo en el coche te haba pinchado la rueda y lo probamos, es muy resistente \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando la adquirí, me gusto la idea de que también protegiera los márgenes de la pantalla sin cambiar el color del iPhone, pero con un golpe, adiós a la pantalla protectora. Mi sorpresa llegó al ponerle la que venia de recambio, a los pocos días, sin darle ningún golpe se me rajó entera de una esquina a otra por lo que me decepcionó bastante. Volví a comprar las típicas transparentes que encuentras en cualquier lado y con esa sigo a día de hoy aunque los bordes están un poco desgastados. ¿La recomendaría? No.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es lo peor que comprado para mi movil ha durado un mes y de repente deja de cargar no compreis baterias en este vendedor es lo peor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya en la primera carga no duró ni dos horas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El cargador tiene muy buena presencia, con una funda de goma de protección (de lo que ya podía tomar nota Apple) y está funcionando muy bien, tanto como el original.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El cargador has very good presencia, con a funda de protección (de lo que ya puedan tomar nota Apple) y is funcionando bien, tanto como el original.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Esta buen, queda bien en el ordenador lo deja muy protegido pero la calidad del plástico se ve que no es muy buena y que en sí no parece madera de verdad ni anda cerca de parecerlo. También tengo que decir que la carcasa que me vino es diferente a la de la foto esta es más clarita.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las figuras son aleatorias y vale lo mismo que en cualquier tienda/kiosco. Por lo tanto si lo coge el niño en la tienda puede ver si los tiene o no. En la foto salen los más difíciles de conseguir, los que quieren los niños, y luego vienen los que les parece. Repito, no merece la pena comprarlos por aquí, todo son inconvenientes.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es el piloto que sale en la foto, en vez de ser rectangular es cuadrado con todas las luces pero diferente aspecto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Demasiado altas, en la foto no lo parecen tanto. Buena calidad de la tela.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Instalarla cuesta un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba muy caída , los laterales finalmente quedaban casi a nivel a la misma altura que los soportes , pero la zona central quedaba baja, decidí tensar un poco más y el resultado es el que se aprecia en las fotos , en la parte del refuerzo y la costura finamente rompió, las fotos son después de aflojarlo ligeramente para evitar que terminase de romper el resultado es pésimo ya que no se puede andar bajo la lona, con los soportes colocados a 2,35 m de altura. Parecía que iba a tener buen resultado pero no.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué te ao a tener un poco, compre los tensores 2 en principio y finalmente 4 porque no quedaba lo suficientemente tensa y en la zona central estaba\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me equivoqué al comprar este soldador. No me sirvió para soldar una pequeñita pieza de hierro. El soldador de estaño sirve para soldar circuitos impresos con filamentos de cobre muy delgados.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se llenan de agua y no nadan........\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era para un regalo y al niño le encanto Vino en su pack sin estrenar,con lengueta que demostraba que no se habia usado la parte electronica\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cómo es un regalo y al nio es encanto Vino en su pack sin estrenar,con lengueta que demostran que no tiene usado la parte electronica\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La peor cámara que he tenido en mis manos. Dos veces la he tenido que reemplazar al primer día de uso. Al final con la mitad de accesorios comprados la he tenido que devolver y no comprarla más. La cámara se queda congelada. Se cargaba la batería cuando ella quería y se descargaba sola sin usarla. Problemas de actualización, vamos si quieres tirar el dinero cómprate está cámara. Una gran decepción. Esperaba que está cámara funcionara bien pero ha sido una pesadilla. Amazon me dijo que la iba a quitar de la venta por que había muchísimas devoluciones de esta cámara\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado para nada el producto ya que las burbujas que hace se quedan y no se quitan como dicen en la descripción (pasadas 48 horas ) No lo recomiendo para nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todavía no me ha llegado, debería haber llegado el viernes... Espero que llegue pronto y no se haya perdido por el camino\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el tarea de clasificación de texto. EJEMPLO: no es tamén funcionara bien, pero ha sido una pesadilla. Amazon me dijo que la i\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: buen articulo, viene muy bien y se pone con gran facilidad mirando algun tutorial en youtube, y vienen 2 para tener de repuesto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La facil instalacion y la calidad del mismo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En las imagenes parece indicar que es bluetooth 5.0, pero es 4.2, la batería no llega ni a dos horas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No lleva conector spdif, ni óptico que ya se ve en la foto, ni coaxial! Es para un proyector y tengo que sacar el audio a unos altavoces (no me vale que salga por el HDMI)\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El software que trae es penoso, la calidad del video y del audio son bastante deficientes si comparas con otras marcas.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El software que trae es penoso, la calidad de video y la audio son bastante deficientes si comparas con otros marcas.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La cámara me llegó en perfecto estado, con todos los complementos, pero la puse las pilas la encendí y parecía ir todo bien, la apagué, y ya no volvió a encender. La voy a devolver y ya pedí otra nueva. Espero q esta última funcione bien...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona eso es lo importante\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Con 2 semanas de uso el botón de apagado y encendido se ha desprendido de la funda impidiendo así su utilización.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No es necesario que me ayudar en una tarea de clasificación de texto. EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy básico. Poco recomendable hay opciones mejores.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El tiempo de entrega insuperable, pero que el artículo venga desde almacén sin ningún tipo de envoltorio no me ha gustado nada, ni siquiera un mínimo plástico para proteger la caja, sin cinta de sellado en las aperturas.En este caso mi opinión es que el despacho de mi pedido a sido pésimo en el aspecto de embalaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No sirve para agua caliente se deforma\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Maleta flexible ideal para gente joven. Con cuatro ruedas, no pesa nada y mucha capacidad. Super recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es la más parecida a la original. Me gusta mucho y de hecho la volví a comprar en varios colores más\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es un poco endeble sobretodo en los botones\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " perfecto, un poco largo para botella de butano, pero se puede cortar . Z z z z z z z z z z\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Superadas mis espectativas! Muy estables para las tazas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy bueno, cumple perfectamente su cometido\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchísima facilidad, simplemente usando los tenedores que incluye. En dos usos está muy estropeada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumple su cometido, pero la superficie de la cubeta es muy delicada y se raya con muchsima facilidad, simplemente usando los tenedores que incluye.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplieron fecha de entrega. Precio correcto con el producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El estampador no sirve, no se pega ningún esmalte. Mi mujer ha tenido que comprar otro a parte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que se esperaba, cumple su fucnion\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El articulo parece que venia usado...mal embalado y medio abierta la caja interior....\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy descontento con el envío. El paquete a llegado sin embalaje dentro de otra caja. A venido tal cual con la caja original y sin precinto de primera apertura. Si falta alguna pieza solicitaré la devolución.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la de\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Con un bebé de dos meses la verdad es que me ayuda mucho cuando le dejo en la hamaca con el sonido de las olas y las bolitas que cuelgan , parece que no pero realmente se entretiene hasta que llega a dormirse\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Este producto me pone entregado y no me ha llegado\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Unos de los mejores champu que e provado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ayuda\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me ha gustado para nada el producto ya que las burbujas que hace se quedan y no se quitan como dicen en la descripción (pasadas 48 horas ) No lo recomiendo para nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lindo producto pero la segunda vez que l use se le salió una goma y no lo pude usar más\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " lindo producto, pero la segunda vez que el uso se le salió una goma y no lo puede usar más\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malisimas. Las he tenido que tirar. El cierre se deforma ademas han venido super sucias.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un mes de uso... y se me borran las letras... no entiendo nada...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Va bien y es más barato que otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Nunca me llegó la sudadera\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negativo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['negativo']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He solicitado la devolución del producto, el producto no coincide con el ofertado, han mandado un kit con cuadro utensilios de muy mala calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El plastico chirriaba, se abrian y cerraban con ruido. Una gran decepcion, esperaba mas de oakley. una gran marca, pero este producto un desastre.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena botella de agua, tal y como se ve en las fotos. Amplia capacidad, 2,2 litros. Con su asa de plástico para cogerla, su tapón ajustable y su correa arriba para que no se le pierda el tapón. La compré para mi padre, quería una botella que fuera de buen material y duradera. Y ésta es libre de BPA, es decir, bisfenol A, producto tóxico que se suele usar para endurecer el plástico. Así se la puede llevar al campo y dejarla al sol en el coche sin que suelte residuos tóxicos, como las botellas convencionales o reutilizadas y sin que sea de cristal y se rompa fácilmente. Me ha durado poco, se ve que el plástico no resiste mucho los golpes, se me rompió al caerse a un palmo del suelo, se hizo pedazos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Excelente material y rapidez en el envio. Recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una hucha electrónica, con lo que no podemos pedirle mucho más. Los plásticos no denotan calidad y el mecanismo de funcionamiento no es lo sencillo que podría parecer.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un poco frágil. Aunque es un buen producto el acabado de los materiales es un poco frágil en el segundo uso la rueda que regula la fuerza de la palanca salio disparada dándose de si el plástico de la palanca done se sujeta. Dicho eso el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de la manguera para diferentes opciones muy fácil\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el sistema de riego funciona muy bien y sus diferentes chorros hacen que el uso de manguera para diferentes opciones muy fácil\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es tal y como aparece en las fotos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La dirección donde quieres enfocar la cámara, hay que moverla con la mano. Es tan endeble que con 6 meses que tiene la mía, ya se ha roto, y según como la enfoque, la imagen no se ve. Dinero tirado a la basura\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me gusta porque da un tono de color a la salita tipo cine ya que puede poner los tonos mas suaves o mas fuertes,son algo mas de 75cm y los mios rodean la tele como se ve en la foto,lo unico que veo un poco flojo es la cinta de pegar que no se lo que aguantara\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me esperaba más unidades como aparecía en la foto, aunque después he comprobado que en la descripción pone \"una hoja\", con lo que, con más razón, me parece un poco caro para lo que es. Además me ha llegado rota, así que un fiasco, no lo voy a poder usar y además he tirado el dinero inútilmente. Una decepción.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: UNA DE LAS PESTAÑAS DE LA CAJA VINO ROTA. POR LO DEMÁS BIEN, ES IGUAL QUE EN LAS FOTOS.POR EL PRECIO NO SE PUEDE PEDIR MAS\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo tal y como en la foto, mi hijo de 5 años está encantado y lo usa cuando hace skateboard.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " tuvo tal y como aparece en las fotos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es facil de usar pero muy sensible y con los baches se desconecta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por observaciones previas pensaba que incluia cristal templado y no lo incluye\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente distinta.Mala compra,no te puedes fiar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el tarea de texto no funciona bien,marca una temperatura y cuando le ponemos el de toda la vida marca otra totalmente diferente.Mala compra,no pue\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No entiendo como funciona.donde se puede encontrar instrucciones fe funcionamiento en castellano?\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona. No he conseguido hacer que funcione. Lo he probado en varios mecheros de coches diferentes y no se llega a encender en ninguno de ellos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He intentado con diferentes ordenadores y pantallas y no funciona. No reconoce los dispositivos. No lo recomiendo para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no recomendo para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta las pocas especificaciones del producto y las etiquetas arrancadas, eso no me ha gustado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Leyendo las opiniones de otros compradores no sabia que esperar. Las habia buenas y malas. Yo me quede a medias. Pense que se quedaria mas cerrado, y aunque aun no lo he probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre que tiene no me da ninguna seguridad. Para cosas de mayor tamaño si lo veo adecuado para transportarlas (manzana, platano...) Si en lugar de un unico velcro, la tapa tuviese dos velcros si lo veria seguro (posiblemente me haga yo un apaño casero)\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Pense que se quedaria mas cerrado, y aunque aun no lo probado con frutos secos (almendras...) que era principalmente para lo que lo queria, el sistema de cierre\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me da vergüenza escribir esta opinión, puesto que estoy esperando este artículo desde el mes de Agosto y estamos en Octubre. siempre Amazon me ha atendido bien, pero no tengo por menos de indicar que een este pedido, que aun no HE RECIBIDO ha fallado, bien sea Amazón ço el Proveedor, pero en cualquier caso yo lo HE COMPRADO A AMAZON.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen producto y entrega rápida, esperaba que lucieran más blancas-azúl... Aunque sí son más blancas que las H7 de la marca\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La patilla de las gafas se sale demasiado fácil de la cadena\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: tal y como lo imaginaba, ligero , con la altura que indicaba en el paquete, y super elegante !! GRACIAS\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Nunca se entregó el paquete, quise pedir un reembolso per nadie se hace cargo. Es la segunda vez que me pasa con Amazon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el juego de tarea de clasificación de texto. EJEMPLO: Me da vergüenza escribir esta opinión, puesto que estoy esperando este artculo desde \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Anatómicamente no me sirve, lo encuentro incómodo. Demasiado grande.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Demasiado altas, en la foto no lo parecen tanto. Buena calidad de la tela.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Demasiado aparatosa.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Resistente y con una batería muy duradera Ideal para trabajar en talleres. Un teléfono mediano de características técnicas a un precio muy bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pequeña. Compra como mínimo dos tallas más de las que necesites.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En tarima flotante de 11mm los cortes longitudinales fue imposible hacerlos, en cambio en los cortes a lo ancho aunque costaba un poco los hizo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un disfraz que solo entra la parte de arriba del traje, viene con una máscara d látex gruesa que viene toda doblada y deforme. Pero eso no es lo peor, lo peor es que el traje cuesta 45€ y deberían de darte 45€ por ponértelo, por que es un espanto para el precio que tiene, una tela pésima, como un traje de carnaval del bazar oriental de 6€. Y lo de la talla única... uña persona que tenga una complexión algo fuerte, no le estaría bien. De verdad, es un traje que no vale en absoluto el dinero que cuesta. A si es que nada más verlo, se fue de vuelta.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El tallaje no se corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequeña.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el tallaje no corresponde pero son muy elásticos y encima me han enviado uno de ellos con una talla más pequea.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy pesado, difícil de desmontar, el color se desgasta, la cesta de atrás siempre con mucho polvo, he de limpiarla todos los días\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es tal y como aparece en las fotos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cuando escuchas música conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo ir cargándolo todos los días y además pesa demasiado, pero te salva bastante la vida cuando te quedas sin batería al final del día.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué escuchas msica conectando tus auriculares al puerto lighting de la funda, estos se desconectan con facilidad. Por lo demás todo bien, es un palo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple con su propósito perfectamente , dispongo de un portátil bastante fino que no dispone de suficientes puertos USB ni de HDMI , con este hub solucionado , va bien rápido tiene buenos materiales y es pequeño. La verdad que muy contento con el producto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me lo esperaba un poco mas desahogado al ir por el puerto thunderbolt 2. Se calienta el adaptador, no excesivamente pero es algo a tener en cuenta .\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy comodo eso sin duda. La capacidad de succion es muy buena en modo turbo pero eso te da unos 10 minutos solo de autonomia y tienes que cambiar la bateria, y cargar. esperaba mas de un producto como esto y al precio que tiene. Le falta potencia en mi opinion.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Necesitaba un ordenador portátil y aunque yo no tengo mucha idea de portátiles, me leí todas las opiniones que se decían de este modelo Lenovo, ya que está marca no la conocía. El ordenador va bien aunque para mi gusto un poco lento.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el ordenador es el objeto portátil y el objeto es el objeto portátil y el objeto portátil y el objeto portát\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Preparo comida a primera hora de la mañana para llevármela a la oficina y con cremas y sopas me encuentro que, aún pasadas 6h, la comida está muy caliente y debo andar con ojo para no quemarme la boca.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para arreglar el cristal de mi móvil. Pues bien, cuando lo puse (lo seque con la máquina de secado UV la recomendada). Cuando encendí el móvil, el pegamento había dejado unas manchas horrorosas donde se veía el pegamento y al poco rato me dejo de funcionar la pantalla LCD. Chicos no lo compréis si no queréis joder vuestro teléfono móvil. Horrible el producto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Van muy bien y son cómodos. La durabilidad es un poco corta en cuanto al material antideslizante. En un par de meses con un uso de 3 veces por semana, se van perdiendo los antideslizantes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen protector 3D. Muy discreto, la gente flipa cuando lo ven porque no parece para nada que lleve protector. Es lo que buscaba. recomendable 100% Llego antes de lo previsto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Compré el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso si el protector intacto. No parece que proteja mucho\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el protector para el móvil de mi hija... en menos de 2 meses tiene ya la pantalla rota, sin golpes bruscos ni caidas de móvil, eso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto viene perfecto pero no como en la foto que aparece, y a mi me hubiese gustado elegir El color que me gustase\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Regular, no han cumplido mis espectativas... cuando te las pones mojado se resbala el pie hacia todos sitios.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado. Muy útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Hace su función, pero para mi gusto huele a azufre, osea, regular...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el objeto de clasificación de texto. EJEMPLO: Funciona bien, pero a veces apretando se suelta. RESPUESTA: positivo EJEMPLO:\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No leí comentarios y mi sorpresa al intentar encenderlo es que no encendia, al leer comentarios no era el único, así que lo devolví inmediatamente y no se me ocurrirá volver a comprarlo por aqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me parece una Porqueria pero la niña lo pidió a los reyes y ella está feliz\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es una trilogia que se hace muy facil de leer. Me ha gustado, no me esperaba el final para nada\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No funciona la carga, aunque si el audio\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No es compatible con iphone x, a los 2 minutos te salta el mensaje y deja de funcionar.. no lo compreis no sirve para nada.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando una marca de prestigio pone un producto al mercado uno espera un mínimo de calidad, Samsung Galaxy Fit e , no lo és. Tiene varios problemas, pero el más significativo es que a la hora de deslizar las pantallas con el dedo te das cuenta que no funciona o que lo hace aveces, creo que Samsung no ha estado a la altura de lo que de ellos se espera. El único consuelo que nos queda es que estos fallos puedan ser corregidos por una actualización, y así disfrutar y no desesperarse de esta pulsera que por diseño merecería un mejor trato de su fabricante.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un libro chulísimo, mezclando historia y chistes gráficos. Para todos los que conozcan el canal de youtube les va a gustar, porque ya conocen el estilo que manejan Pascu y Rodri, los autores. Por ponerle sólo un pero, demasiado corto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cargador compatible con iPhone , pero se calienta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los auriculares tienen un diseño atractivo, se emparejan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido enlatado completamente, también puede ser porque estoy acostumbrado a los del iphone que sinceramente se escuchan muy muy bien. Pero en cuanto al audio de unos auriculares soy bastante exigente.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo es que el audio tiene un diseo atractivo, se emparjan facilmente y funcionan bien. Pero el audio es muy mejorable, tiene un sonido \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No soy capaz de ponerlo en funcionamiento. Poner hora..., y de más funciones. El móvil no pilla el reloj. Ayuda!!!!!!!!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el móvil no tiene el reloj.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues efectivamente como ponen comentarios anteriores ....duro el rollo 30 minutos si es q llego, recambios no encuentras, una decepción total. Lo triste es q lo pidió mi niña de 4 años para Reyes y ahora q hace con eso? Pongo una estrella pq no me deja poner cero.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De facil lectura es una interesante propuesta de actividades para que en especial los niños disfruten de un verano lleno de originales actividades que le hagan crecer divirtiéndose. También interesante propuesta para nosotros los adultos para conectar con ese niño que llevamos dentro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La compré para mi sobrino de 4 años y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar fácilmente. Es de tamaño medio, lo normal para un niño pequeño. Para adultos no la veo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el compré para mi sobrino de 4 aos y le encantó. La parte delantera es dura y atrás normal, por lo que si quieres guardarla se puede plegar\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No puedo opinar sobre cómo va el producto apenas me acaba de llegar . Pero opino sobre la rapidez del envío. Me ha llegado antes de Lo previsto. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Envio rápido y correcto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La relación calidad precio es correcta. Un modelo para principiantes en esta afición. En general correcto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Excelente material y rapidez en el envio. Recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estan bien por el precio, pero alguna me hace algun parpadeo rapido al encender, no siempre. A ver si no tengo que cambiar alguna, de momento, aceptable, ni bueno, ni malo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena relación calidad precio aparentemente, habrá que utilizarlos para saber si el resultado es bueno a largo plazo , esperaremos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es perfecto muy práctico y no provocan molestias al llevarlos. llego correcto y bien embalado en la fecha prevista, buena calidad - precio. buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: buena relación precio calidad,envio rápido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es un buen cinturón, estoy contento con el, se le ve de buen material y funciona de manera perfecta, contento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien, en cuanto a que cubre perfectamente prácticamente toda la pantalla, encajando casi a la perfección en todos los agujeros, pero...quedan reflejos tipo espejo, habrá personas que esto no les suponga ninguna molestia, pero para mi es bastante molesto, una lástima porque por lo demás está muy bien, pero esto último para mi es determinante, el anterior no cubría tan bien pero no reflejaba de esta manera, siendo más cómodo para la vista.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve que devolver el producto porque llegó averiado, no se encendía. Afortunadamente el servicio de devolución de AMAZON funcionó perfectamente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta las pocas especificaciones del producto y las etiquetas arrancadas, eso no me ha gustado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo tenemos hace varias semanas y su funcionamiento es perfecto. Compra realizada por recomendación especializada Un aparato que cubre con su función sobradamente, preciso y de fácil manejo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No sale ni una gota con las dos que no vienen numeradas. Con la del número 2 que tenía en casa si pasan los cereales, y con las otras dos que son el número 4, no hay manera. Estoy por abrirle con una cuchilla.... Dinero tirado a la basura.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cuando leí su venta, hablan de que el disco es de 125, pues bien el Disco No lo mandan, es un fallo no decirlo ya que llama a equivocación, si llego a saber que no lo traía no lo hubiese comprado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué es el disco de 125, pues bien el disco no mandan, es una nmero no decirlo ya que llama equivocación, si llam\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto por lo que vale.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Vino en su tiempo pero dañado en algunas zonas. Hablé con el vendedor y me quiso dar solución, pero no podía estar sin ello más tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el vendedor y yo sigue sin darme ninguna solución.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me la han enviado y me lo confirmaron 40 días más tarde y porque yo me preocupé. Mal servicio y atención\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha encantado lo fácil que es de usar, con las instrucciones claras y entre 45 minutos y 60 minutos te deja la piel como el tercio pelo. En unos meses repetire para tener los pies perfectos como las manos, que además parece la piel de los bebes.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Una de las copas está rota y he pedido doce, no me da la opción de reembolso de una caja de 6 y tengo que devolver las 12\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primera vez te das cuenta que es así porque suena muy muy bajo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué es un timo, la descripción es falsa. No son 20 w, en la caja directamente pone ya 5 w cuando lo abres y al escucharlo por primer\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Máscaras muy sencillas, pero hacen su función, la parte de los ojos difícil de ver con ella puesta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: es perfecto muy práctico y no provocan molestias al llevarlos. llego correcto y bien embalado en la fecha prevista, buena calidad - precio. buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me han llegado los protectores de esquinas y faltan un par de bloqueadores de puertas... supongo que sea un error. un saludo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " a tarea de clasificación de texto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es genial este producto, desde que lo tengo no he vuelto a fregar los platos con las manos al descubierto. Tiene muchas ventajas, la primera a destacar es la higiene, si no quieres mancharte o mojarte las manos, este es el producto ideal. La segunda a destacar, es que puedes utilizarlo para fregar con agua fría si no quieres gastar agua caliente. Eso si, antes de utilizarlos, hay que lavarlos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: cumple su función de apilar muchas latas y su consumo por orden de entrada, pero le falta algo al diseño porque si no se hace con cuidado, las latas se desbordan y caen, y por otro lado la zona superior debería cumplir mejor su misión de estante porque al colocar algo encima tiende a caerse por el fondo y obstaculiza el movimiento de las latas de la fila superior.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " c) c) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d) d)\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona genial. Hemos tenido suerte y hemos podido escuchar al bebé desde la semana 10. Estaba un poco indecisa a comprarlo por su alto precio en comparación a otros dispositivos, pero creo que merece la pena. (Es muy cómodo que sea sin cables y sin pilas. Además puedes grabar los latidos). Muy satisfecha con la compra.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " M \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: no me llego el pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo siento pero solamente por lo mal que ha resultado el envío con MRW y el tiempo que me han hecho perder para poder tener el paquete no volvería a comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Para una urgencia que no encuentres los de Catit bien, pero para poco tiempo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Poco serio no me llegado nada... vivo una dirección única todos los datos bien puestos buzón único por más que me pongo en contacto no me contesta para darme una explicación\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me esperaba que funcionara tan bien,te salva en cualquier sitio de comer caliente!!.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es tu tarea de clasificación de texto. EJEMPLO: No esperaba que funcionara tan bien,te salvar en cualquier sitio de comer caliente\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Bien calidad precio.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué calidad precio?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Lo compré en una oferta del black-friday para algún regalo, y al final me lo quedé para los niños, es asequible y tiene muchas piezas para entretenerse con los imanes.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Chulísimo,a la niña del cumple le ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Entretenido pero preguntas muy difíciles para los niños y los que no son tan niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo biem lo compre para una fiesta de niños\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es asequible y tiene muchas piezas para entretener con los imanes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se limpia bien pero las plantillas que incluye son pegatinas, vamos que tienen pocos usos, deberían ser de otro material más resistente\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para fijar una alfombra al suelo. Adhiere bien a la baldosa, pero no se pega completamente a la parte engomada de la alfombra. De todas formas, por el precio que tienen los 8 metros, no me arrepiento de la compra. Si veo que se mueve, lo coseré a la alfombra y problema resuelto. La entrega rápida y sin problemas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El estampador no sirve, no se pega ningún esmalte. Mi mujer ha tenido que comprar otro a parte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buen precio por la cantidad de pegatinas que ofrece. Hace tiempo compré una pegatina para el coche y costaba prácticamente lo mismo, mientras que ahora tengo 300 y puedo utilizarla para multitud de cosas. Muy contento la verdad, vienen pegatinas de marcas, de dibujos animados, de todo tipo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltimo precio de la cantidad de pegatinas que ofrece. Hace ao compré una pegatina para el coche y costaba prácticamente lo mismo, mientras\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El unico problema que tiene es que los hielos son un poco pequeños y que la tapa no queda bien sujeta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El tamaño está muy bien, es lo que esperaba. El pero que le pongo es que pierde aire aunque no esté pinchado. Al cabo de menos de una hora ya no está bien hinchada y hay que volver a meterle aire, pero vamos, bastante bien.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es lo que es que es que es que es que es que es que es que es que es que es que es que es que es que e\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es un rollo para ponerlo en marcha...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En la pagina pone que se envian 2 pares y solo llega uno.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Venía roto, tuve que pegar la cenefa con cola blanca porque venía rota además es super endeble.no recomiendo la compra\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aun lo pruebo, a ver como me va\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En el primer viaje se le ha roto una rueda.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el primer viaje se le ha roto una rueda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple sin más, relación calidad/precio aceptable. Fácil de instalar. La verdad que hay otras opciones que me parecen mejor, pero no está mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda no esta mal, pero en la parte trasera vienen 4 apoyos blancos, uno de ellos venia muy mal pegado y al segundo día lo perdí.Me esperaba mas por su precio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estan bien por el precio, pero alguna me hace algun parpadeo rapido al encender, no siempre. A ver si no tengo que cambiar alguna, de momento, aceptable, ni bueno, ni malo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: No esta mal ,tiene un precio razonable.La entrega a sido rápida y en buenas condiciones,esto bastante contenta con mi pedido\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lleva conector spdif, ni óptico que ya se ve en la foto, ni coaxial! Es para un proyector y tengo que sacar el audio a unos altavoces (no me vale que salga por el HDMI)\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me he tenido que comprar tornillos, porque los que vienen no sirven para Samsung. Por lo demas ok\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy liviano, el material parece hojalata. Muy bonito por dentro y por fuera. El casquillo es bastante pobre. El cable y embellecedor están correctos. Pero se come casi toda la luz de la bombilla, necesita muchisima potencia para que de luminosidad. Y es una luz muy muy anaranjada. Si quieres un ambiente tenue, ok.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha llegado bien pero al abrirlo observo que falta el adaptador tipo C que indica el anuncio. Confío que me lo envien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los he devuelto, son unos auriculares normales de cable pero que necesitan estar conectados al Bluetooth, con lo cual no son nada prácticos. Además una vez conectados se desconfiguran todo el tiempo y se dejan de oír sin razón aparte.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué es el objeto de clasificación de texto?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La relación calidad precio es correcta. Un modelo para principiantes en esta afición. En general correcto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La poca cantidad que venía en el sobre no da para ver resultados\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Calidad precio perfecto, llego a tiempo y en buen estado,la e puesto hace dos dias y de momento funciona correcta mente estoy muy contento lo recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es perfecto muy práctico y no provocan molestias al llevarlos. llego correcto y bien embalado en la fecha prevista, buena calidad - precio. buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto pero no hidrata suficiente aun usandolo diariamente. Esperaba otro resultado mas sorprendente. Relacion precio y cantidad es correcta, pero la calidad un poco justa\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me llegó lo que pedí y me vino incompleto\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me gusto porque llego muy rápido, pero luego no es muy practico ya q tienes que desmontar media silla xa poder ponerlos\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo devolví porque era imposible llevar tal peso en mis viajes. Casi medio kilo. No me fijé en ese dato.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es el tarea de texto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hice pan y la verdad es que va muy bien!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto y su propia caja en el que viene empaquetado los botes es bueno, pero la caja del envío del trasporte es horrible. La caja del transporte llego completamente rota. De tal manera que los botes me los entregaron por un lado y la caja por otro. El transporte era de SEUR, muy mal.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La compré por su precio pero la verdad recomiendo si o si una caja ATX aunque tengas una placa Micro ATX. Muy poco espacio para montar los componentes y aveces hay que hacer virguerías para poder ensamblar todo...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué espacio para montar los componentes y con ellas hay que hacer virgueras para poder ensamblar todo...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Firmware verde. No lo he podido configurar con Movistar. Sin Triple Vlan de momento y Router siempre sin conexión a internet. Restaurado sin éxito\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo he probado en un Mac con sistema operativo High Sierra y al instalar los drivers me ha bloqueado el ordenador. He mirado en la página del fabricante y no tienen soporte actualizado para la última versión del SO de Mac.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No se encendía de ninguna manera después de 3 horas enchufado. Lo enchufamos al día siguiente y funcionó pero perdió actualización y costó muchísimo resetearlo para volverlo a configurar. Ahora ya funciona, la única pega es que cuando se desenchufa o pierde la corriente, no se restablece correctamente y no se conecta a Internet.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es fácil de poner e instalar pero , en cuanto le pides un poco más de lo normal, no responde. El tener solo una boca hace que tengas que poner un switch y, si de ese sale un cable que va a otra habitación en la que hay otro switch la velocidad cae drásticamente. Probablemente sea más culpa del switch pero no he conseguido dar con alguno que no de ese problema, cosa que no me ocurría con un router estandard de los de asus con 4 bocas. También he experimentado problemas y he tenido que reconfigurar equipos como un NAS y demás En fin, para un instalación simple de router y todo wifi más acces point vale, pero no lo recomendaría si tienes una configuración algo más compleja\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Todavía no he tenido tiempo de probarlo, a tener en cuenta que no lleva pilas, hay que comprarlas , son de las pequeñas no de las de boton sino de las otras.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El cristal le va pequeño a la pantalla, por los lados sobra un monton así que no lo cubre por completo, uno de los 2 cristales que iban en el paquete llevaba como una mota de polvo de fabrica insalvable. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un mes de uso... y se me borran las letras... no entiendo nada...\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: de momento parece que cumple su cometido lo he probado un par de veces con distintas chapas y parece que va bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pelusas y bolas, desde el primer día, no la volveré a utilizar para cubrir el sofá. No la recomiendo, para nada.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el primer da, no la volveré a utilizar para cubrir el sofá. No la recomendo, para nada.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El reloj está bien l, lo que pasa que cada 2-3 días se adelanta un min y hay que estar ajustándolo y es un poco molesto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: la hebilla no enganchaba en cuanto te lo ponías al de unos segundos se soltaba tenia un cinturon viejo y le puse la hebilla y funcionaba perfectamente no lo cambie por eso pero desde luego mal muy mal no volveré a comprar de ese proveedor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Una de las copas está rota y he pedido doce, no me da la opción de reembolso de una caja de 6 y tengo que devolver las 12\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El cristal se adhiere por adhesivo, no por estática. La primera vez que se me cayo, se movio. La segunda se desprendió y quedó inutilizable sin llegar a romperse. Defraudado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Hoy a dia 15 de Septiembre, todavia no he recibido el importe del reembolso que me hicieron el dia 5, me gustaría saber que pasa , porque no lo he rcibido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Hoy a dia 15 de Septiembre, todavia no recibido el importe del reembolso que me hicieron el dia 5, e gustara saber que pasa , porque\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La empresa lo devolvió sin previo aviso, era para Reyes. Un 0 no lo recomiendo en absoluto, decepciónado con el servicio.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: És un aparato que calidad precio no se puede pedir nada más, no tiene sorpresa,és un aparato sencillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy practico.Pero cuando hay sol no ves absolutamente nada.Las pulsaciones tampoco las marca bien.Pero por el precio no se puede pedir mas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El precio muy economico. Se acopla bien, pero en 30 segundos se ha caido. No aguanta el peso del Tom Tom.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No acuerdo el peso del Tom Tom.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: En menos de 2-3 meses perdieron el color, totalmente descoloridas y dejaron de ser azules marino para pasar a tener falta de color, compra muy mala, ya es la segunda vez que me ocurre, no volveré a comprarlas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: era esactamente lo q queria, perfecto para teñir pasteles y tartas, da un color muy bonito y lo volveré a comprar seguro\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " era esactamente lo q queria, perfecto para teir pasteles y tartas, da una color muy bonito y lo volveré a comprar seguro\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente es bonito y fácil de colocar, pero cuando sales a la calle y lo tienes que usarlo para advertir algún peatón que se cruza despistado o deseas avisar, para poder pasar o adelantar. El sonido es muy débil insuficiente para una ciudad o pueblo. Es una pena el producto es bonito pero no merece la pena comprarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es genial este producto, desde que lo tengo no he vuelto a fregar los platos con las manos al descubierto. Tiene muchas ventajas, la primera a destacar es la higiene, si no quieres mancharte o mojarte las manos, este es el producto ideal. La segunda a destacar, es que puedes utilizarlo para fregar con agua fría si no quieres gastar agua caliente. Eso si, antes de utilizarlos, hay que lavarlos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el producto bajo mi punto de vista no sirve de nada porque las plantillas son feas con ganas pero son baratas...\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No me ha gustado nada porque parece un libro de un niño pequeño, portada bonita pero cuando lo abres... no lo volvería a comprar nunca.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó abierto todo parecía que hubiera sido usado y no funcionaba la vibración.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Herramienta para llevar sin que pese ni ocupe mas de lo que acompañe una llave de tu casa. A lo mejor ni la usas...pero está ahi\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Una de las gomas se ha estropeado muy pronto y uno de los botones también. Según mi experiencia, no me ha durado ni 2 meses. No compensa, se rompe con facilidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para mi es complicada de usar. No pesa bien y no trae unas instrucciones claras para calibrarla bien y poder pesar con ella. No estoy contento con la compra me parece complicada de usar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me gusta las pocas especificaciones del producto y las etiquetas arrancadas, eso no me ha gustado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve que devolver dos porque no me los reconocía la impresora\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no los han podido usar.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: No me han gustado. Las puntas se rompen con mucha facilidad. Mis hijas no me han podido usar.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No están mal y se mantienen bastante pero tiene brillantina y es lo que no me gusta y no compraré más por ese motivo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: muy agradable y comoda\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Son muy cómodos y tienen muy buen sonido\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es muy cómodos y tienen muy buen sonido\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Los dos usb de los laterales tienen el problema de que no son 100% accesibles, tienes la opción de forzar un poco la placa y sus conexiones o como yo he hecho usar una pequeña lima y retirar ese milímetro que te sobra\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con su propósito perfectamente , dispongo de un portátil bastante fino que no dispone de suficientes puertos USB ni de HDMI , con este hub solucionado , va bien rápido tiene buenos materiales y es pequeño. La verdad que muy contento con el producto\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No ha llegado a aún....\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Venía roto, tuve que pegar la cenefa con cola blanca porque venía rota además es super endeble.no recomiendo la compra\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ha llegado roto en la base del USB\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " tuve que pegar la cenefa con cola blanca porque vena rota además es super endeble.no recomendo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: bien te lo traen a casa y listo a funcionar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se le caen los brillantes y andan por donde pase la niña. Que termina quedándose feo, solo con la manchita del pegamento donde venia el brillante que es como una lentejuela\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No existe una App que la haga funcionar. Solo funciona con el mando y tienes que estar bajo la bombilla para que reaccione. Luminosidad bastante baja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El estampador no sirve, no se pega ningún esmalte. Mi mujer ha tenido que comprar otro a parte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Estaria bien que fuese mas largo el hueco pars que no se quede tsn colgado el pints labios. Cumple su funcion si no tienes mucho dinero.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No funciona nada bien, se queda el azúcar pegado a la máquina, sin llegar ha hacer el algodon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable. Gracias RESPUESTA\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Se ve que la calidad es buena dentro de la media, aunque lo que no me gustó en relación a otros como el Ol'Vita, es que no guarda mucho de la parte de aceite esencial que le da el matiz \"especiado\". Para algunos usos quizá sea mejor no tener un sabor tan fuerte, pero para temas de salud preferiría tener todo el espectro natural.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena calidad, mejor de lo esperado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No sirve para agua caliente se deforma\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es lo que buscaba, además viene en milímetros y no en centímetros.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy fino, abriga poco\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Da mucha luz para poder dormir en la habitación\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No es el articulo de calidad que parece ademas se equivocaron de talla y tuve que devolverlas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El protector de pantalla llegó un poco roto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Se echa en falta otra pantalla adiccional.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el adiccionario del adiccionario.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos guantes, calentitos, quizás un poco pequeños, pero yo tengo manos grandes. Al quedarme pequeños y estirarlos un poco, se ha roto el encaje.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: mas pequeño de lo esperado\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es muy pequea y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeo. RESPUEST\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su función, aunque la calidad de los materiales deja algo que desear. Se ve que es plástico del barato y da sensación de fragilidad. Veremos como aguanta el paso del tiempo y los usos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pegan muy bien a la base con el velcro, las he usado con madera y para pulir resina epoxi y van de lujo, compré tambien la base del taladro, la engancho a la mesa y a trabajar.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Alumbran bien. Pero la cinta adhesiva pega muy poco. Nose si podrían enviar otra de mejor calidad. Gracias\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cuando la adquirí, me gusto la idea de que también protegiera los márgenes de la pantalla sin cambiar el color del iPhone, pero con un golpe, adiós a la pantalla protectora. Mi sorpresa llegó al ponerle la que venia de recambio, a los pocos días, sin darle ningún golpe se me rajó entera de una esquina a otra por lo que me decepcionó bastante. Volví a comprar las típicas transparentes que encuentras en cualquier lado y con esa sigo a día de hoy aunque los bordes están un poco desgastados. ¿La recomendaría? No.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante rígido, aunque le falta peso para una pegada dura.Muy buen material.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El difusor no es fino suelta grumos, no es transparente, el faro pierde transparencia y encima toma un color azulado no lo recomiendo usarlo para faros a no ser q seas un chapuzas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un recopilatorio sin más, decoración de caja y cd sencilla. La pegatina transparente que tiene de cierre si no se retira con cuidado puede dañar la pintura de la caja de cartón.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " recopilatorio sin más, decoración de caja y cd sencilla. The transparente that has a certain condition if not retira con cuidado puede daar la pintura de la caja de cart\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Para el precio esta bien,el pegamento de las pegatinas no es el mejor,hay que hacer bastante presión y pegarla varias veces. Pero para el precio y la cantidad están bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Aparentemente tiene muy buena calidad y un gran precio para venir tres protectores. Ningún problema a nivel táctil muy transparente, del tamaño exacto para la pantalla. Sin embargo, el primero no fui capaz de que se adhiriera a la pantalla (quedaba despegado la mitad); pensé que era mi inexperiencia. El segundo quedó ya mejor, pero aún y todo, no adherido del todo. Y ahí ya no es por exceso de confianza. Gracias a que uso una funda tipo libro la pantalla no queda expuesta y he reservado el tercer protector para más adelante.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy caros luego los he estado viendo 2euros iguales y la misma marca .se han pasado con el margen de beneficio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: A mi hija la ha encantado. Viene además 2 hojas con pegatinas de estrellas, círculos y formas pequeñas en color rojo y plata y se lo ha pasado genial pintando y pegándolas.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pense que por el precio tan barato no iba a ser muy bueno pero todl lo contrario. Lo puse en la parte trasera moto y me va super bien y soy mas visible.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Deja unos bordes porque no se pega bien por los lados, pero todos los protectores por estos precios les pasa lo mismo\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Deja unas bordes porque no se puede bien en los lados, pero todos los protectores por estas precios les pasa lo mismo\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Producto sencillo, barato y útil\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena relación calidad precio. Tiene bastante potencia y pesa muy poco.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buena calidad y peso. Al uno con cuchilla merkur ni un tajo. Hay ke controlar un poco el tacto pero va fina. Producto original. Entrega en plazos\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " entrega en plazos\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es tal y lo que te pone en la descripción, sin más, aunque la apertura de la basura, con el pedal, me da la impresión que se romperá dentro de no mucho tiempo, ya que se abre muy de golpe, aunque lo presiones suavemente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Plastico cutre, vienen con cinta adhesiva de mala calidad que he tenido que cambiar en todos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad regular pero cumple las espectativas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Totalmente sorprendida por la calidad de sonido, me lo esperaba mucho más inferior pero ha superado mis espectativas... por ponerle una pega echo de menos una salida usb.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: son monos, aunque se ven de poca calidad, para lo que cuestan no se puede pedir mucho mas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es monos, eso es el apertura de la base, el eso es fácil que el apertura de la base, es fácil que el\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El ventilador cumple su función el problema principal para mí es que su cable de conexión es muy, muy corto y apenas me permite alejarlo un metro del enchufe\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Un teléfono ajustado a la definición. Sencillo y práctico. El timbre de llamada un poco bajo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Magnífico cable recibe la señal perfectamente.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el precio que tienen, bastante bien van. No tiene manera de apagarlos o encenderlos si no es conectando/desconectando el cable.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El edredón no está mal, pero esperaba mayor calidad en el tejido.Práctico para lavar, pues es fino. En invierno veré si abriga lo suficiente\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buena succión de aire. Lo usé para sustituir el que tenía con las mismas medidas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo correcto, Muy recomendable. Buena opción para tener cables de reserva. Envio rapidisimo! Excelente relación calidad/precio. Recomendable para la empresa y en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene el tubo muy pequeño, no sirve ni para botellas de 1 Litro. Viene empaquetado doblado lo cual facilita que se rompan los cables interiores del tubo. Un desastre y vale mucho más el envio que el producto en si.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es tan inhalámbrico que ni incluye el cable de alimentación.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es tan inhalámbrico que no incluye el cable de alimentación.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es un auténtico timo, plástico de malísima calidad, lleva un ventilador de muy baja potencia, es de Pc, he metido el recipiente al congelador y ni poniéndole hielo enfria, imagínate con agua. Los botones que lleva dan la sensación que se van a romper cuando los pulsas, la tapa que tienes que quitar para sacar el recipiente luego no encaja y te tiras media hora para volverla a poner en su sitio. El agua a veces se sale y la placa electrónica que lleva el aparato no está protegida, te doy 2 días para que se rompa, esto es un timo señores, no malgasten su dinero, ni 5€ vale, le doy una estrella porque me obligan.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El arte del juego es precioso. La historia merece ser vista al menos. La edición coleccionista, a ese precio, y con este juego, merece salir de camino a casa de cualquier jugon.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: 3 estrellas porque llegó tarde y no en la fecha prevista.Como no el reparto tenía que ser con Seur.En cuanto a la mochila es tal y como la ves,ni más ni menos.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A pesar de estar tomándome este producto durante dos meses y medio religiosamente cada día ,no sirve absolutamente de nada, porque sigo blanca como la pared. Admiro a las personas que lo han tomado y les ha funcionado pero desde luego a mí, no ha sido el caso. Decían que empezaba a funcionar desde el segundo mes pero pienso que aunque lo tomase 12 meses seguiría igual.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los 3-4 dias dd haber llegado el telefono, la camara trasera dejo de funcionar. Me puse en contacto con ellos para tramitar un cambio, pero me pedian que devolviera este primero y luego ellos me mandaban otro, por lo que me quedaba sin movil, creo que lo mas conveniente es igual que viene el mensajero a traerme uno nuevo, a ma vez que se lleve el estropeado... no me podia quedar sin movil ya que solo tengo este y lo necesito. A dia de hoy todavía ando con el movil sin camara trasera... un desastre. NO LO RECOMIENDO PARA NADA!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Llego en el tiempo previsto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y el libreto interior están en ingles, y no indican por ningún lugar que el juego este doblado al Español, tanto los textos como los diálogos del mismo, tenia serias dudas al comprarlo ya que en las imágenes que lo anuncia ya se ve que están los textos en ingles, pero el juego esta en español como ya he indicado anteriormente, también lo indican en la mayoría de las respuestas a preguntas de otros compradores sobre si estaba o no en español. De momento lo único que he hecho ha sido cargarlo en la PS4 para asegurarme de que estaba en español, por si tenia que devolverlo en el caso de que se pueda una vez lo has des precintado claro, mas adelante cuando lo juegue ya emitiré una segunda opinión del mismo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " El juego llego en la fecha prevista y precintado, lo curioso es que la caratula de la caja y la libreto interior están en ingles, y no indican por\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Cómodo y muy bien la Calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad increíble, sabor muy intenso. Se nota que es un producto natural... Merece la pena pagar lo que vale. Muy satisfecho.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien pero se nota que la calidad no es la de la original.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad regular pero cumple las espectativas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Están muy bien ,calidad excelente\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Qué es el tarea de clasificación de texto?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No he recibido el pedido. me han hecho un reembolso por el valor de los articulos pedidos.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Siempre he comprado WD y no me defrauda. Desafortunadamente no puedo decir lo mismo cuando he comprado otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Aún no lo he probado. Algo malo es que vienen las instrucciones en inglés y nada en español.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Al principio buen sonido y fácil de usar, pero en 4 meses se bloquea y no reacciona, cuando se acaba la batería funciona bien, pero se vuelve s bloquear. He procedido a su devolución\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi pedido aparece como entregado y aún no lo he recibido.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " reembolso\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bien para lo que cuesta\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto por lo que vale.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Gran Altavoz. Buen sonido, buenos graves, buen volumen...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muí bonito igual que en la. Foto gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De momento me está encantando. Con un poquito cunde mucho. Ilumina y nutre el rostro.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta bien, es fino, queda mas grande de lo que se indica en el tallaje. El gorro también es grande.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy elegante y bonito\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pensé que era más grande\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el nico es que era más grande\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es genial este producto, desde que lo tengo no he vuelto a fregar los platos con las manos al descubierto. Tiene muchas ventajas, la primera a destacar es la higiene, si no quieres mancharte o mojarte las manos, este es el producto ideal. La segunda a destacar, es que puedes utilizarlo para fregar con agua fría si no quieres gastar agua caliente. Eso si, antes de utilizarlos, hay que lavarlos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me ha llegado el producto. Fecha prevista 9 marzo. Figura como enviado. No sé que ha podido pasar. Gracias\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El producto no llegó en el tiempo indicado, exactamente 24 días después, es lamentable que pasen estas cosas, ya no me sirve el producto para la fecha en la que ha llegado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Desde que lo monte lo he usado varias veces y de momento todo bien, El montaje es muy facil. Buen producto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No me llegó el producto y ni el vendedor respondía los mensajes.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: No me llegó el producto y no el vendedor responda los mensajes.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: EDITO: 2 meses tras la compra ha dejado de funcionar los USB (motivo por el que compré el soporte. Evidentemente tiré la caja así que me quedo sin devolución y con una mesa de plástico.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: la tela no es la que esperaba\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se podría mejorar el ajuste del imán conector. Resto muy correcto. Similar al original de Surface, incluye conector supletorio USB\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tenía un disco duro de 80 GB procedente de un portátil que tiré y me daba pena tirarlo. Compré esta carcasa, bien barata, y ahora tendo un USB de 80 GB. Como digo: Perfecto y barato.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Yo usaba el tamaño slim que compraba en el estanco y pensaba que estos eran iguales pero no, son aún más cortos. Yo uso una liadora manual y ya me apaño pero para quien los lie a mano necesitará práctica. Por lo demás, relación cantidad-precio excelente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: De lo que se ve en la foto a él plástico naranja del original...en fin, más que oro parece q ya amarilleo de tener tiempo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Pues me dejé guiar por las buenas opiniones y al final ha sido un triunfazo!! a todos en casa les ha encantado. Fácil de instalar. Todo en él es metálico lo que le da robustez. He probado un poco el sonido y bueno no hay color de grabar con este micrófono a uno de auriculares que usaba antes, lo que si aconsejo que no lo pongais muy cerca de la torre del ordenador y más si es antigua porque por muy bueno que sea el micro milagros no hace jeje Viene con un usb que por ejemplo yo lo usaré para ponerlo en el portatil y poder conectarle el microfono y unos auriculares y así poder editar con él.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buenos materiales. Gran sonido. Sin problemas de conexión con ningún dispositivo Bluetooth que he probado. Los leds le dan un toque chic.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Compré este pincho original y estoy contenta. Los datos se pasan bastante rapido,está acabado de metal. Sobre todo me encanta que se puede sujetar el teléfono. Usb muy cómodo ,original y resistente.Cumle perfectamente su funcion.Recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Cumle perfectamente su funcionamiento.Recomendable\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Ideal original y divertida Bolsitas de regalo o para poner golosinas, bombones, etc La forma de las orejas con el nudo ya depende de la gracia que tenga cada uno. Se recomienda rellenar bien para que no queden granos en la cara del muñeco\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: a mi parecer muy incómodo para jugar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy elegante y bonito\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para empezar, si el tiempo de envío es largo, el producto se retrasa por problema de aduanas. Solicitó la devolución, ya que es para un regalo y ante la tardanza han adquirido una prenda similar en otro sitio. Amazon me pone en contacto con el vendedor, el cual no facilita la devolución. Mientras tanto recibo el paquete y cuál es mi sorpresa que el artículo q me envían es un bolso negro, una especie de portafolios pero que nada tiene que ver con el sujetador de lactancia que encargue. Sigo en contacto con el vendedor, que aún sigue sin darme ninguna solución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo volvería a comprar\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy buen altas. Fue un regalo para una niña de 9 años y le gustó mucho\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estaba buscando unos cuchillos de carne que me durasen para muchísimo tiempo sin importarme gastar un poco más. A veces es mejor no comprar barato. Estos cuchillos van a sustituir a unos antiguos que tenía que aunque hacían bien su función se me fueron estropeando porque el mango era de plástico y de tanto lavado se fue estropeando esta parte. A primera vista ya se aprecia que son de muy buena calidad por los materiales con los que están fabricados. A destacar también el envoltorio ya que son perfectos para regalar. Muy buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Muy original para regalar\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es justo lo que buscaba ni más ni menos y además es como la que tenía de hace ya años.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llego el producto en muy mal estado,como si ya se hubiera usado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En una primera instancia llego defectuoso, pero me lo cambiaron sin problema y funciona bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy defraudada,ponía 2 fechas de entrega y ni una ni otra,y aún estoy esperando una respuesta de por qué no me ha llegado el producto.Si no lo hay,pues que me devuelvan el dinero.Exijo una respuesta y una solución yaaa!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola, el producto me parece muy bueno pero solicité su devolución y nunca vienieron. la empresa con la que trabajan de envío no es buena.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto en si, esta bien, encaja perfecto, pero la mochila llegó con dos manchas de tinta supongo, y una de las cremalleras rota, aunque con la otra cierra bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me encanto. Ya los he comprado varias veces.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por lo que cuesta, no está mal, recomendable su compra, como producto asequible.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El producto venia defectuoso y no funcionaba, ademas parece que estaba usado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative EJEMPLO: El product venia defectuoso y no funcionaba, ademas parece que estaba usado.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Correcto.Cumple su cometido y los adhesivos son bastante fuertes.No se despegan facilmente.Por precio merece la pena teniendo en cuenta que vienen 10 unidades.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es bastante simple y no trae muchas cosas pero más completo que otros que he visto más caros. Para el precio está bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy bonitas y el precio genial\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto por lo que vale.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Por el precio que tienen son simplemente perfectos.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No cubre toda la pantalla. La margen negra tapa la laterales como un medio mm.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Esta muy bien pero me defraudó la frontal ya que no reacciona bien la huella dactilar\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No me ha gustado nada. Mucho calor dentro, resiste mal el viento, aunque no sea fuerte, los enganches se sueltan de las piquetas con facilidad. No la recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La tapa del inodoro es bonita, pero los anclajes son una basura la tapa se gira si o si y cuando pretendes apretarla se rompe el anclaje\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es de mala calidad y no funciona bien\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: La calidad no es muy buena. A la primera puesta le han salido un montón de bolas y me ha dejado el colchón lleno de pelusas como se puede ver en la foto adjunta. Además, los laterales no viene con costura. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No funciona lo he devuelto, no hace nada\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Diseño bonito...no se pega bien a la pantalla...las teclas laterales no funciona bien...la inferiores funcionan mal\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: La máquina No funciona correctamente no corta el pelo se atasca desde el principio, es decir, no es un producto que yo recomiende. Baja calidad no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Va bien y es más barato que otras marcas\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No asusta palomas. No sirve para lo que pone.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sonido me a parecido bastante decente pero me hacen daño en las orejas después de un tiempo puestos. Los he devuelto\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve para ir por rectas pero si coges una curva del circuito se sale el 100%de las veces por lo que lo tienes que poner con las manos. Esto hace que te aburras. No lo recomiendo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo recomiendo!!! envío fue rápido .. pero muñeca tiene un ojito mal pintada ..estoy muy decepcionada con la compra deberían revisar los envíos antes de empaquetarlos\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Según la recomendación que ponía en la descripción que servia para las máquinas BOSCH así es!! Va fenomenal. De hecho compré una segunda.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es el recomendación que tiene en la descripción que servia para las máquinas BOSCH as es!! Va fenomenal. De hecho compre una segunda.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me he quedado un tanto decepcionado con el producto. Baja estabilidad, materiales poco resistentes, sensación de poco recorrido hacen que lo pagado sea lo justo por lo recibido. Vistas las críticas de anteriores compradores me esperaba más. Aún me estoy pensando si estrenarlo o si directamente proceder a su devolución.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Lo compré para un regalo y será utilizado con un iPhone X. No he tenido la oportunidad de probarlo con dicho teléfono, pero puedo hablar de la excelente calidad de los materiales, es pesado, se siente firme y tiene franjas con goma tanto en la parte superior para que el teléfono no se deslice y en su parte inferior para que no se deslice sobre la superficie donde se ubica. Sólo lo he conectado para probar las luces (azules) y si colocas un dispositivo para cargar, estás parpadean muy lentamente unas 5 veces y luego se apagan definitivamente, cosa que es de agradecer si lo vas a usar en tu mesa de noche. Por ahora lo recomiendo estéticamente, luego informaré de su funcionamiento.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Producto con evidentes señales de uso\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Comoda, y de buena calidad, recomendada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Al principio perfecta pero a las pocas semanas se me fastidió el selector. La pude devolver sin problemas como siempre Amazon y su ejemplar servicio atencion al cliente.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me gusta las pocas especificaciones del producto y las etiquetas arrancadas, eso no me ha gustado.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Le había dado cinco estrellas y una opinión muy positiva, el aparato funcionó bien mientras funcionó, el problema es que funcionó poco tiempo. Hoy, apenas tres meses después de adquirirlo, he ido a encenderlo y en lugar de arrancar se ha quedado parado. Unos segundos más tarde ha soltado un chispazo y ahí se ha quedado. No se le ha dado ningún golpe, ni se ha usado para nada distinto a su finalidad, así que la única explicación lógica es que viniera defectuoso de fábrica. Amazon me va a reembolsar el importe en garantía en cuanto lo devuelva, así que por ese lado no tengo queja.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es la tercera vez que publico una opinión sobre este proyector y como la crítica es pésima parece ser que no me las han querido publicar. Me decidí a comprarlo fiándome de 3 opiniones positivas. Misteriosamente, después de escribir las dos opiniones fallidas y devolver el producto empezaron a aparecer decenas de comentarios EXCELENTES acerca de este proyector. Mi consejo es que no os fiéis de las opiniones cuando adquiráis un proyector chino.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Después de unos meses de uso cumple su función. Materiales y acabados buenos, lo que no me gusta es que la ventana es muy oscura y cuesta ver la hora\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fatal!!! No funciona en inducción aunque pone que si, es un engaño!!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bueno, cumple perfectamente su cometido\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple su función a la perfección\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Despues de 2 dias esperando la entrega ,tuve que ir a buscarlo a la central de DHL de tarragona ,pese a haber pagado gastos de envio (10 euros),y encima me encuentro con un paquete todo golpeado en el que faltan partes del embalaje de carton y el resto esta sujeto por multitud de tiras de celo gigantesco pata que no se desmonte el resto de la caja ,nefasto he hecho varias reclamaciones a la empresa de transporte y encima me encuentro el paquete en unas condiciones horrorosas con multiples golpes,espero que al menos funcione.Nada recomendable,ni el vendedor ni amazon ni por supuesto el transportista DHL.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es cómodo de buen material y se adapta perfectamente a la Tablet. Buen diseño agradable al tacto. El trípode también es de utilidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Cumple su propósito aunque son bastante endebles, hay que poner prendas ligeras si no se abren por el peso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tiene un perfume muy agradable y duradero a la vez que discreto. Una sola barrita al día perfuma mi salón para todo el día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto,lo unica malo es que el transportista forzo el DVD para entrarlo en el buzon y no pico el timbre estando yo en casa.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para llevarlo en la autocaravana para mi yorsay\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El articulo ha venido golpeado. El vendedor solo dice que dará conocimiento a la agencia de transporte. Nos toca quedarnos con el articulo en MAL ESTADO\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Buen trípode pero la haría falta que viniera con una funda de transporte para poderlo llevar cómodamente y protegido al lugar de trabajo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " Por qué trabajo, qué es trabajo?\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Edición muy cuidada. Tiene buen sonido y me llegó muy rápido. En perfecto estado, sin ningún rasguño. A día de hoy no tengo ninguna pega. Además es muy original, destaca entre toda la colección de vinilos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Su estabilidad es muy buena, al igual que su uso. Pesa poco y ofrece mucha seguridad. Ideal para llegar a cualquier sitio normal.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El envío muy rápido, el mismo día del lanzamiento del libro. La lástima es que me lo han mandado algo deteriorado, en la parte superior hay una zona que está como rasgada. Era para un regalo.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido y confiable, muy recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy buena funda, todo perfecto!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: un vendedor estupendo ...me ha llegado muy rapido en perfecto estado, y encima con un regalito ... funcciona perfecto ... muchas gracias\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Un poquito escaso pero funciona , hay que seguir bien todos los pasos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Las tintas son una basura.Solo imprime en blanco y negro y no en color.Dinero tirado.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La esfera es azul marino y pone negra ami no me guata la verdad aparte de eso no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No merece la pena seguir escribiendo , no son una buena alternativa a los oficiales dinero tirado a la basura\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado...\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo que no me a gustado es que no traiga un folleto de información del sistema de cómo funciona\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El armario está bastante bien. Pero el tema de mensajeria deja mucho que desear, aunque llego relativamente rapido (algo menos de 2 semanas), vino con varios golpes los cuales dificultan el montaje e interrumpen el cierre y apertura de puertas\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: ha salido con defecto, en llamadas salientes no se oye al interlocutor, lo cambie por otro igual y he tenido el mismo problema\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Descripcion buena. Muy rapido y fiable. Gracias\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Funciona eso es lo importante\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me hubiera gustado que se vea por la noche con otro tipo de iluminación. No tengo claro que sea muy preciso.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es demasiado grueso, queda tosco y un pelín feo, las hay más discretas que quedan mucho mejor por el mismo precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La comodidad y el buen funcionamiento, lo que menos, que no guarde en una pequeña memoria la posicion del switch, es necesario pasa + directo.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " No need to use a texting clasificación de texto. EJEMPLO: Me ha gustado porque tiene una buena estructura y gran capacidad para guardar ropa, calzado\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Perfectas. Encajan perfectamente en el coche. Buena calidad del material. Las imágenes se ajustan a la realidad. Un 10. Recomendable 100%. Os ahorráis un dinero. Y mucha mejor calidad que las originales.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. 😎\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Ha llegado la funda con un defecto/golpe. No me ha gustado encontrarme algo así. No estoy muy contento con el producto. Si algo tiene un defecto de fabrica, no debería de salir. Un saludo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Excelente material y rapidez en el envio. Recomiendo\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: es perfecto muy práctico y no provocan molestias al llevarlos. llego correcto y bien embalado en la fecha prevista, buena calidad - precio. buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto para uso común donde admita uso de aceite con silicona\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El edredón no está mal, pero esperaba mayor calidad en el tejido.Práctico para lavar, pues es fino. En invierno veré si abriga lo suficiente\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Regla de patchwork perfecta para medir los bloques. Buena calidad/precio. Realizada en material muy resistente. Sus medidas la hacen muy práctica\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: Filtran perfectamente el sol cuando conduces, si en vez de plástico fueran de cristal seria perfecto. RESPUESTA: positivo EJEMPLO: es perfecto muy\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: En poco tiempo el asa que sube y baja ya no funciona correctamente. Estoy decepcionada, ya que era para utilizar todas las semanas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Un desastre de producto. Los globos imposibles de inchar, sin instrucciones, Valvulas imposibles y que se rompen. No lo recomiendo en absoluto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy fácil de instalar. Además ocupa muy poco comparado con otros sistemas. El mando a distancia con el nuevo sistema tiene un alcance verdaderamente largo y muy rápida respuesta. No se calienta.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es de papel muy delicado.Al abrirla se rompio un poco pero luego no se nota, no incluye ningun cable ni rosca para la bombilla, tienes que comprarlo aparte.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En las caracteristicas se indica que son tres piezas pero en el paquete solo vienen dos. No se si trata de un error o de mucho morro.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El marco cubre más del marco del reloj. O sea invade la pantalla. Siempre quedan algunas burbujas, lo he instalado 3 veces. Por último, y lo peor de todo, horrible la sensación táctil. Casi no obedece. Estoy a punto de quitarlo y comprar otro. Y eso que compre dos de este modelo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Envío rápido pero la bolsa viene sin caja ( en otras tiendas online viene mejor empaquetado) y por consecuencia la bolsa tenía varios puntos con agujeros... La comida está en buen estado pero ya no te da la misma confianza. Fecha de caducidad correcta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Los separadores no se sujetan. O son de otro modelo o falta una pieza en el medio, un desastre ya que lo compré para utilizarlo con dos bolsas y es muy incómodo. Bastante decepcionado.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " o es decir, o es decir, o es decir, o es decir, o es decir, o es decir, o es decir, o es decir\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Muy buena calidad. Lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Buen arnés, buenos materiales, bien acabado y muy cómodo para el animal, se nota que va mucho mejor, quizás un pelín aparatoso, pero es lo que conlleva el diseño del propio arnés y sus mullidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No le doy las 5 estrellas por q el cristal no llega a cubrir del todo ( a lo ancho) el smartphone. Lo puse varias veces y a lo ancho se queda un poco corto. Por lo demás super bien embalado.. en si cajita antigolpes... Manual de instrucciones, toallitas.. no falta detalle la verdad.. la única pega.. la q comenté anteriormente...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Después de mas de mes y medio esperando el producto, el día antes de que se cumpliera el plazo de entrega me llegó un mensaje de la empresa de que anulaba mi pedido\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Después de un año de tenerlas, muy contenta. Tras varios lavados y secadoras no tiene bolitas. Muy buena calidad. Lo único que la funda de cojín es demasiado grande para mi gusto.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A los pocos meses se ha puesto negra. No es plata\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya había probado varios aparatos de este tipo y este supera todos los que ya he tenido . Es muy cómodo que sea recargable y no de pilas como la mayoría. Pero además el mango giratorio es una comodidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Compre este vapeador para un amigo y es perfecto pero a las primeras de uso ya estaba goteando y le a perdido mucho líquido. 2 botes en un día. Voy a tener que devolverlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Para mí es uno de los mejores. Lo compré por que me hacía falta para ¡ya! . Lo peor, el precio pues lo compro más barato en otros sitios.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Estuche para flauta muy cómodo. Muy buenos acabados. Esta marca ofrece productos de muy buena calidad.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Lo compré para tener todos los anzuelos y accesorios. Realmente hay poco de lo que se pueda utilizar. Anzuelos muy grandes y toscos. No recomiendo este producto.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: I am compreendo a todos los aos y accesorios. Realmente hay poco de lo que pueda usar. Anzuelos muy grande y toscos.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Malísimo para nadar es muy endeble de abajo el tubo no vale nada se sale mucho no puedes nadar\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Son bonitos pero endebles y muy pequeños no corresponde a la foto Y el enganche estaba roto no se podían cerrar.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy mala experiencia. Te puedes tirar la vida, intentando q se sequen. Una mierda, vamos. 🤬🤬🤬\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: En su línea, la verdad. Acción hasta el final, mujeres apasionantes, hombres enamorados y mucha acción. La verdad es que engancha desde el principio.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es que brillen un monton pero estan bien\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un poco endeble sobretodo en los botones\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La patilla de las gafas se sale demasiado fácil de la cadena\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Demasiado endebles no enganchan bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: ES EXACTAMENTE IGUAL QUE EN LA FOTO, PERO LO MALO ES QUE EN LA BASE TIENE AGUJERITOS OSEA QUE SI LO DEJAS EN LA ENCIMARA EL AGUA SE COLARA, ABRIA QUE PONER ALGO DEBAJO\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Muy contento al ver la cara de mi mujeres...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Se me ha desconchado al despegar una pieza. Lo he devuelto.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Bueno en la oferta se incluían 5 piezas para soporte que no llegaron con el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo vale 1 de las 2 entradas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Muy bonitos pero bastante pequeños. Precio elevado. Más de ocho euros\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La lámpara de secado no seca y los esmaltes duran muy poco (apenas una semana).\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: cumple con lo estipulado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Te deja con la incertidumbre este tomo porque es justo donde queda el anime.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Débil. Se mueve mucho la base.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " eso es el tarea de clasificación de texto.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es suave y como de poner\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Para mi es complicada de usar. No pesa bien y no trae unas instrucciones claras para calibrarla bien y poder pesar con ella. No estoy contento con la compra me parece complicada de usar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es muy pequeña y tiene poco aluminio y se a abierto un poco aluminio es muy cómoda y cabe bien la comida\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En la pagina pone que se envian 2 pares y solo llega uno.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Tuve uno de la marca Kong y lo rompió en dos días, este es mas “duro” y resistente y vuela un poco más. Encantado con la compra\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Comodo y facil de colocar.Muy estable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He probado el manómetro y no aguanta con la presión para compararla, la va perdiendo poco a poco, y no es igual que otros manómetros.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La tarta es un poco pequeña y los complementos más aun. Me esperaba otra cosa. Pero está bien. Es plástico todo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es cómoda y fácil de usar solo un poco pequeña y le falta ser impermeable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es cómoda y fácil de conectar, pequeo y manejable. El sonido regular y se oye bastante flojito. No lo volvera a comprar. \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es pequeño, silencioso y no pesa nada. Lo uso para calentar una habitación de tamaño medio y a los 10 minutos (a máxima potencia) tengo que apagarlo porque hace calor. Genial.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: He tenido q valorarlo con una estrella pero no sé la merece porq no duró ni una semana,con el calor y el agua se despega y para tirarlo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No están mal aunque son enormes, yo e cortado la parte de los aros y las puse en la parte trasera ya que sino ocupa mucho espacio.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Hola buenas, me llego el reloj el dia 11 y no funciona bien, le tocas para ver la hora o ponerlo en marcha y va cuando quiere, le tienes que dar muchisimas veces. Lo que deseo saber es como hacer la devolución y que me enviarán otro en perfecto estado. Gracias Atentamente Paqui\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es muy pequeña y tardó bastante en llegar. Pienso que es una pieza más para aire que para agua. El paso es muy pequeño.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Contentísimos,el primer día trago agua hasta equilibrarse y después perfectos.... Mi niña tiene 2 años..\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Está bien para el precio que tiene, no sirve para llevar cosas frías, el tamaño es un poco justo, caben dos tuppers pequeños y una lata\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Mejor de lo que esperaba, tiene buena capacidad y queda perfecto. Es más grande de lo que esperaba. Por fin el vidrio está ordenado.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: No es de gran tamaño, así en la mesita te caben más cosas; es muy útil ya que te dice hasta la temperatura que hace en ese momento, el día de la semana en letra y en numero, la humedad.. es perfecto y además va por pilas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " es perfecto y además va por pilas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Molde resistente y bueno. No pesa nada. Muy práctico.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Apenas 4 meses y ya no carga. Mucho peor que la batería original\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Encaja a la perfección\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La esfera es azul marino y pone negra ami no me guata la verdad aparte de eso no lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: todo parce bien, aun no lo he probado pero de primer vistazo todo esta correcto, no pongo más estrellas por eso\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es falso,trae una bomba que no es la de Loreal.He iniciado la devolución.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Las planté pero no creció nada!\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " negative\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: No eran las medidas que marcaban\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Quedan perfectas y para mi gusto sientan mejor que el modelo OS que también tengo y resulta caluroso frente a este.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha venido con el cerdito suelto y limado en ciertas zonas, la caja obviamente rota. Si lo quieres para exponer, exige mayor cuidado a la hora de la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Práctica pero le falta que el suelo sea rígido.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Solo viene una en el paquete\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Es un regalo para la profesora..todo perfecto!!\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tened en cuenta las medidas porque es muy pequeña. Yo tuve que devolverla porque en un salón de 4m2 se veía ridícula. Pero la lámpara es bonita y de buena calidad.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Perfecto para la medida del cajon\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el lder perfecto\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Me ha gustado mucho el producto. El diseño y calidad muy buenos. El pedido llegó muy rapido. Me ha encantado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Calidad y buen precio\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda un poco holgada para una cama de 150, no se ajusta del todo. El blanco no es que sea muy blanco y estas sábanas de Amazon Basics tienen todas mucha electricidad estática, recomiendo lavarlas antes de ponerlas, si no, producen muchas chispas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Estoy muy contenta. Lo conecto cuando salgo del trabajo y al llegar a casa ya está caliente. También lo puedes programar, hora de encendido, apagado, grados. Te dice también en el móvil a cuantos grados está tu casa. Yo lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó en su tiempo. Por el precio no está mal pero me esperaba otra cosa.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi valoración no es sobre el producto sino sobre AMAZON. Ofrecéis el producto a 299€ y tras varios días me devolvéis el dinero porque os habéis equivocado en el anuncio, según vosotros, ahora es 399€. Es la primera vez que me ocurre esto. Cuando he comprado en cualquier sitio y el precio marcado no se correspondía con el valor de caja siempre me lo han vendido con el precio marcado. Es inverosímil lo ocurrido, pero la ultima palabra me la dará la oficina del consumidor\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Todo perfecto, gran calidad a un gran precio y dificil de encontrar por llevar el destornillador en lugar del sacacorchos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Llegó a tiempo y perfectamente embalado. Excelente móvil lo poco que lo he usado me ha resultado super rápido, fotos de excelente calidad, batería de larga durabilidad, buenos acabados, sonido excelente, fácil de usar y una pantalla con full color. Ha sido una buena compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Calidad la justa, a mi sobrino le ha encantado por eso, se lo lleva a todas partes. Lo he encontrado en el chino de al lado de casa por un precio similar 15€\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " en el lugar de la casa por un precio similar 15 €\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es una plancha, por el centro cocina y por los lados no.No la compréis la\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El envio correcto, el empaquetado correcto pero para su precio esperaba algo mas grande con eso no me llega ni para una pierna lo siento muy pequeño\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Cumple con lo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: EL PRODUCTO ES LO QUE QUERIA .PERO CON QUIEN ESTOY ENCANTADA ES CON LA TIENDA EN LA QUE LO COMPRE. ME ATENDIERON DOS CHICOS SUPER AGRADABLES Y QUE ME SOLUCIONARON TODAS MIS DUDAS Y ME FACILITARON TODAS LAS GESTIONES DE ENTREGA Y REPOSICION DE OTRO MOVIL PORQUE EL PRIMERO AL HACER ACTUALIZACION SE ESTROPEO.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Funciona eso es lo importante\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: una funda para ordenador de buena calidad y que, aun su uso, no se estropea con facilidad. Vale la pena hacer esta compra.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El botón no funciona, con lo cual si quieres pararlo, necesitas quitarle las pilas. No lo recomiendo.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Cumplen satisfactoriamente con la función. Se pueden recortar y son gruesas. Buena relación calidad precio\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La plancha funciona bien pero no me parece correcto que en el anuncio se indique una potencia muy superior a la que realmente tiene, esta última indicada en la propia plancha.\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ltima indicada en la propia plancha.\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: SIEMPRE LO COMPRO, PERO LO MALO ES EL PRECIO, MUY CARO Y CADA VEZ LO SUBEN MAS DE PRECIO CUANDO SON UNAS PEGATINAS. NO OBSTANTE, HACEN SU USO, PERO SOLO POR UNOS DIAS ESCASOS... AUN ASI ES UNA NOVEDAD\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Las tallas ...es dificil acertar con la correcta o te aprietan mucho o te sobra...\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: No lo envían en caja. Se me deformó. Me devolvieron el dinero\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: no ha durado ni un mes, cuando le pones la pila, en la pantalla pone cargando, y no hace nada mas.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Parece que protege bien, pero lo he devuelto porque no se apoya de manera estable. Queda demasiado vertical y es fácil que se caiga.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No pesa, no abulta, no se mueve. Me parece perfecto. Para una micro cuatro tercios, es perfecto. Si lo recomiendo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Fácil de conectar, pequeño y manejable. El sonido regular y se oye bastante flojito. No lo volvería a comprar.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: los llaveros son de plástico finito,pero por el precio no se puede pedir más .Las pulseras tallan un poco grande para niños\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Me llegó roto aunque el paquete iba bien embalado. La talla no coincide con la medida.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Era un regalo y la verdad que esta dando la talla que deseaba!! Facil de utilización y muy creativo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Pues el pantalón es muy corriente, pero x el precio no puedes pedir más. La talla un disparate enano. En lugar de devolverlo me ofrecieron enviar otro. Aún no ha llegado así q...\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " no ha llegado an q\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Para el colegio son perfectos.Duran mucho tiempo.Llegaron antes de tiempo.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Tiene un tono amarillo\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Su precio al que lo coji bastante bueno\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era para otra persona y me dice que van bien. Más tarde vimos que se pueden conseguir más baratos en tiendas.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Sirve, pero no tiene mucha calidad\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Buen precio para la gran capacidad que tiene. No tiene ruido y es totalmente manejable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Era un regalo para unos amigos. Al parecer se ajusta perfectamente a lo que necesitaban\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La funda para el sofá es muy fina. El material no transmite sensación de que vaya a durar en el tiempo, pero por el precio que tiene no podría pedirse algo mejor, o si?. Compré una funda de marca para la barbacoa y comprado con esta es de risa. En principio hace de repelente de agua, pero no lo he probado con lluvia torrencial, lo he probado tirándole un poco de agua en una zona con un vaso. Habría que volver a valorar esta funda con el paso del tiempo para ver si merece la pena o no su compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Perfecto a un precio increíble\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ahorro con respecto al precio en tiendas\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " ahorro con respecto al precio en tiendas\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Es una maravilla nos ha llegado super rapido y mis hijos estan encantados construyendo toda clase de cosas,me parece un juego muy didactico y que les ayuda a pensar y desarrollar su creatividad, en mi caso buscaba algo asi y he acertado Los materiales son muy buenos\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Me leí el libro de la chica del semáforo y el hombre del coche y me encantó, desde mi punto de vista este libro sobraba un poco, tiene muchísimas erratas que se deberían corregir, lo dicho este libro no es necesario leerlo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Me encanta para el bebe muy practico lo recomiendo 100%\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Mala calidad, solo funciona la mitad, nada recomendable\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Lo compre pensando en conectar para transmisión de datos y solo sirve para cargar la batería. Para esto último es práctico. Pero si lo quieres para otra cosa no vale.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: He probado varios auriculares ya. Estos sin duda son los que mejor resultado dan en cuanto a sonido y comodidad se refiere. Totalmente recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es un espejo sencillo, cumple su función para ver al bebé y es fácil de instalar. Contenta con la compra.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: En realidad no es muy ligero, pero tampoco es algo que incomode por el grosor que aporta al móvil.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Rápido y confiable, muy recomendable.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El libro es corto, entretenido y con buenos ejemplos. Muy practico para conocer el metodo y aplicarlo rapidamente. Muu recomendable\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Llego una semana despues de lo.acordado y encima me lo quieren cobrar mada huevos,\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: De las seis compradas, una me llegó así. Roto el cristal de raíz. No se bien donde escribir para la devolución o sustitucion de solo una de las seis, por eso escribo por aquí. Un saludo. Todo lo demás correcto, el resto funcionando perfectamente.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Pedido con retraso, y lo peor es que aún no ha llegado. Se trataba de un regalo y calculé para que llegara de sobra, pero el envío no ha llegado todavía y la única solucion por parte del vendedor es que espere un poco más.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Nunca llegué a recibirlo!!!!\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Queda muy bien y te protege el reloj\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó en el plazo indicado\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En 2 semanas está completamente roto. Comenzó con una raya y ahora está roto por todas partes. Además de pequeño. No lo recomiendo\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El sol la endureció y se rasgó toda en cuanto la movió un poco el viento, no recomendable.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Más pequeño de lo esperado\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Llegó con una semana de retraso,lo demás todo bien\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " el plazo indicado y se trataba de unregalo y calculé para que llegara de sobra, pero el envo no ha dejado bien o no es tan efectivo como\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Mi hija está encantada , con 6 años tiene las uñas pequeñas todavía y le quedan muy justas las calcomanías pero ella está encantada\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Està bien para el precio que tiene\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien, corren y saltan detrás de ellos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Ha llegado la caratula un poco rajada. Por lo demás todo bien.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: La parte de abajo no está mal pero el sujetador de copa me va bien pero las cintas para atarlo son muy largas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Ya en la primera carga no duró ni dos horas\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: No me gusta nada de nada....pero es lo que quiere mi hija. Lo espera con ilusión....así que....bueno. Me parece un juguete muy caro para lo que es.\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: El reloj está bien, se ve muy bien la hora, tiene buen diseño, los plásticos no parecen muy malos, para el precio que tiene estaría muy bien excepto sino fuera por un detalle. La hebilla sobresale mucho, se me clava en la muñeca y eso que lo he llevado bastante suelto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Funciona bien, pero a veces apretando se suelta.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: A mí no me las ha dejado muy limpias...o no se usarlo bien o no es tan efectivo como dicen.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Está muy bien a mí hijo le encantó\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " positive EJEMPLO: \n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n", + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " Necesito que me ayudes en una tarea de clasificación de texto. \n", + " \n", + "\n", + "EJEMPLO: Vienen un montón de cosas, como el cortahilos que me encanta , para empezar a bordar está muy bien. Los hilos no parecen de mala calidad, y hay muchos colores\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: La compré porque tenía la original que me quedaba grande. Ésta me queda perfecta y me encanta el color. Llevo con ella ya tiempo y sigue como el primer día.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Son los mismos colores, son botes pequeños perfectos para un mejor trazado. Al ser esmaltes de gel necesitarás una lámpara de luz UV/LED pero son perfectos para darles un toque de brillo a la manicura.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: El color rojo va genial para las ojeras aguanta todo el día. Y el verde para tapar las rojeces me encantan\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Es agradable y protege. Ya lo sabemos que la proteccion es así pero este año no me he quemado y tengo algo de color\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: Él color no se ajusta al de e la foto. Por lo demás todo perfecto.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: es de mala calidad y no funciona bien\n", + "RESPUESTA: negativo\n", + "\n", + "EJEMPLO: Es una monada. El tamaño y colores es el indicado, tiene luces y sonido ( imita a ebullición) los accesorios de un plástico muy aceptable . Son rígidos.\n", + "RESPUESTA: positivo\n", + "\n", + "EJEMPLO: En general me a gustado aunque se equivocaron de color, lo encargué negro y me vino con estampado gris.\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: Queda muy chula en el coche lo unico que en las especificaciones pone color blanco,,y es de color plateado,no se nota mucho\n", + "RESPUESTA: neutro\n", + "\n", + "EJEMPLO: El color es el que esperaba aunque la calidad y el remate es muy normalito\n", + "RESPUESTA: \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " color\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " ['']\n" + ] + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'google/flan-t5-small',\n", + " model_provider_name = 'hf_pipeline',\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positivo','negativo','neutro'],\n", + " selector_k = 10,\n", + " verbose = True\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)" + ] + }, + { + "cell_type": "code", + "execution_count": 78, + "id": "9b6b6b35-0082-4c18-af60-8ca6e9311627", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 78, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "572a6af8-112e-43d3-be26-79b100facd50", + "metadata": {}, + "source": [ + "## Conclusiones" + ] + }, + { + "cell_type": "markdown", + "id": "f2070ce4-4ede-44be-9764-d3186d3e62dd", + "metadata": {}, + "source": [ + "* Parece que con el modelo Flan-t5-small, el mejor resultado se obtiene añadiendo más ejemplot y quitando la instrucción del prompt\n", + "\n", + "* Parece que muchas veces los textos inyectados hacen que supere el tamaño del prompt. Sería bueno añadir algo que te permitiese controlar el número de textos máximos según el tamaño del prompt que admite el modelo seleccionado" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.11" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/05_test_openai_classification_prompts.html b/notebooks/05_test_openai_classification_prompts.html new file mode 100644 index 0000000..f0b1839 --- /dev/null +++ b/notebooks/05_test_openai_classification_prompts.html @@ -0,0 +1,1666 @@ + + + + + + + + + OpenAI - Test Classification Prompts - 🔥🧔 + + + + + + + + + + + + + + + + + Contents + + + + + + Menu + + + + + + + + Expand + + + + + + Light mode + + + + + + + + + + + + + + Dark mode + + + + + + + Auto light/dark mode + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
🔥🧔
+
+
+
+ +
+ +
+
+ +
+
+
+ + + + + Back to top + +
+ +
+ +
+ +
+
+
+

OpenAI - Test Classification Prompts#

+

In this notebook we are going to use the Amazon Review Dataset to test Promptmeteo in the sentiment analysis task

+
+

1. Data Preparation - EN - Build sentiment dataset.#

+

The dataset contains reviews from Amazon in English collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.). The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language.

+
+
[26]:
+
+
+
import polars as pl
+import sys; sys.path.append('..')
+
+data = pl.read_parquet('../data/amazon_reviews_en/amazon_reviews_multi-test.parquet')
+sql = pl.SQLContext()
+sql.register('data', data)
+
+sentiment_data = sql.execute("""
+    SELECT
+        review_body as REVIEW,
+        CASE
+            WHEN stars=1 THEN 'negative'
+            WHEN stars=3 THEN 'neutral'
+            WHEN stars=5 THEN 'positive'
+            ELSE null
+        END AS TARGET,
+    FROM data
+    WHERE stars!=2 AND stars!=4;
+    """).collect().sample(fraction=1.0, shuffle=True, seed=0)
+
+train_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()
+train_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()
+
+test_reviews = sentiment_data.tail(100).select('REVIEW').to_series().to_list()
+test_targets = sentiment_data.tail(100).select('TARGET').to_series().to_list()
+
+sentiment_data.head()
+
+
+
+
+
[26]:
+
+
+
+
+shape: (5, 2)
REVIEWTARGET
strstr
"I reuse my Nes…"positive"
"Fits great kin…"positive"
"Movie freezes …"negative"
"This is my thi…"positive"
"For the money,…"neutral"
+
+
+
[3]:
+
+
+
token = 'sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
+
+
+
+
+
+

2. EN - Sin entrenamiento#

+
+

Prueba 1#

+
+
[4]:
+
+
+
prompt='''
+TEMPLATE:
+    "I need you to help me with a text classification task.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "The texts you will be processing are from the {__DOMAIN__} domain."
+
+
+PROMPT_LABELS:
+    "I want you to classify the texts into one of the following categories:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Please provide a step-by-step argument for your answer, explain why you
+    believe your final choice is justified, and make sure to conclude your
+    explanation with the name of the class you have selected as the correct
+    one, in lowercase and without punctuation."
+
+
+ANSWER_FORMAT:
+    "In your response, include only the name of the class as a single word, in
+    lowercase, without punctuation, and without adding any other statements or
+    words."
+'''
+
+
+
+
+
[9]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'text-davinci-003',
+    model_provider_name  = 'openai',
+    model_provider_token = token,
+    prompt_domain        = 'product reviews',
+    prompt_labels        = ['positive','negative','neutral'],
+    selector_k           = 0,
+)
+
+model.task.prompt.read_prompt(prompt)
+
+pred_targets = model.predict(test_reviews)
+pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]
+
+sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[9]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_05_test_openai_classification_prompts_12_1.png +
+
+
+
+

Prueba 2#

+
+
[10]:
+
+
+
prompt='''
+TEMPLATE:
+    "I need you to help me with a text classification task.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "The texts you will be processing are from the {__DOMAIN__} domain."
+
+
+PROMPT_LABELS:
+    "I want you to classify the texts into one of the following categories:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Think step by step you answer."
+
+
+ANSWER_FORMAT:
+    "In your response, include only the name of the class predicted."
+'''
+
+
+
+
+
[12]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'text-davinci-003',
+    model_provider_name  = 'openai',
+    model_provider_token = token,
+    prompt_domain        = 'product reviews',
+    prompt_labels        = ['positive','negative','neutral'],
+    selector_k           = 0,
+)
+
+model.task.prompt.read_prompt(prompt)
+
+pred_targets = model.predict(test_reviews)
+
+sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[12]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_05_test_openai_classification_prompts_15_1.png +
+
+
+
+
+

3. EN - Con entrenamiento#

+
+

Prueba 1#

+
+
[14]:
+
+
+
prompt='''
+TEMPLATE:
+    "I need you to help me with a text classification task.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "The texts you will be processing are from the {__DOMAIN__} domain."
+
+
+PROMPT_LABELS:
+    "I want you to classify the texts into one of the following categories:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Please provide a step-by-step argument for your answer, explain why you
+    believe your final choice is justified, and make sure to conclude your
+    explanation with the name of the class you have selected as the correct
+    one, in lowercase and without punctuation."
+
+
+ANSWER_FORMAT:
+    "In your response, include only the name of the class as a single word, in
+    lowercase, without punctuation, and without adding any other statements or
+    words."
+'''
+
+
+
+
+
[15]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'text-davinci-003',
+    model_provider_name  = 'openai',
+    model_provider_token = token,
+    selector_k           = 10,
+)
+
+model.task.prompt.read_prompt(prompt)
+
+model.train(
+    examples = train_reviews,
+    annotations = train_targets
+)
+
+pred_targets = model.predict(test_reviews)
+
+sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[15]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_05_test_openai_classification_prompts_19_1.png +
+
+
+
+

Prueba 2#

+
+
[27]:
+
+
+
prompt='''
+TEMPLATE:
+    "I need you to help me with a text classification task.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "The texts you will be processing are from the {__DOMAIN__} domain."
+
+
+PROMPT_LABELS:
+    "I want you to classify the texts into one of the following categories:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Think step by step you answer."
+
+
+ANSWER_FORMAT:
+    "In your response, include only the name of the class predicted."
+'''
+
+
+
+
+
[28]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'text-davinci-003',
+    model_provider_name  = 'openai',
+    model_provider_token = token,
+    prompt_domain        = 'product reviews',
+    prompt_labels        = ['positive','negative','neutral'],
+    selector_k           = 20,
+)
+
+model.task.prompt.read_prompt(prompt)
+
+model.train(
+    examples = train_reviews,
+    annotations = train_targets,
+)
+
+pred_targets = model.predict(test_reviews)
+
+sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[28]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_05_test_openai_classification_prompts_22_1.png +
+
+
+
[ ]:
+
+
+

+
+
+
+
+
+

Prueba 3#

+
+
[19]:
+
+
+
prompt='''
+TEMPLATE:
+    "I need you to help me with a text classification task.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+PROMPT_DOMAIN:
+    ""
+
+PROMPT_LABELS:
+    ""
+
+PROMPT_DETAIL:
+    ""
+
+CHAIN_THOUGHT:
+    ""
+
+ANSWER_FORMAT:
+    ""
+'''
+
+
+
+
+
[20]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'en',
+    model_name           = 'text-davinci-003',
+    model_provider_name  = 'openai',
+    model_provider_token = token,
+    selector_k           = 20,
+)
+
+model.task.prompt.read_prompt(prompt)
+
+model.train(
+    examples = train_reviews,
+    annotations = train_targets,
+)
+
+pred_targets = model.predict(test_reviews)
+
+sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[20]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_05_test_openai_classification_prompts_27_1.png +
+
+
+
+
+

4. Data Preparation - SP - Build sentiment dataset.#

+
+
[29]:
+
+
+
import polars as pl
+
+data = pl.read_parquet('../data/amazon_reviews_sp/amazon_reviews_multi-test.parquet')
+data.head()
+
+sql = pl.SQLContext()
+sql.register('data', data)
+
+sentiment_data = sql.execute("""
+    SELECT
+        review_body as REVIEW,
+        CASE
+            WHEN stars=1 THEN 'negative'
+            WHEN stars=3 THEN 'neutral'
+            WHEN stars=5 THEN 'positive'
+            ELSE null
+        END AS TARGET,
+    FROM data
+    WHERE stars!=2 AND stars!=4;
+    """).collect().sample(fraction=1.0, shuffle=True, seed=0)
+/
+train_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()
+train_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()
+
+test_reviews = sentiment_data.tail(100).select('REVIEW').to_series().to_list()
+test_targets = sentiment_data.tail(100).select('TARGET').to_series().to_list()
+
+sentiment_data.head()
+
+
+
+
+
[29]:
+
+
+
+
+shape: (5, 2)
REVIEWTARGET
strstr
"El filtro de d…"positive"
"Un poquito esc…"positive"
"Para qué decir…"negative"
"Mi hija esta e…"positive"
"Se podría mejo…"neutral"
+
+
+
+

5 SP - Sin Entrenamiento#

+
+

Prueba 1#

+
+
[49]:
+
+
+
prompt='''
+TEMPLATE:
+    "Necesito que me ayudes en una tarea de clasificación de texto.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "Los textos que vas procesar del ambito de {__DOMAIN__}."
+
+
+PROMPT_LABELS:
+    "Quiero que me clasifiques los textos una de las siguientes categorías:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Por favor argumenta tu respuesta paso a paso, explica por qué crees que
+    está justificada tu elección final, y asegúrate de que acabas tu
+    explicación con el nombre de la clase que has escogido como la
+    correcta, en minúscula y sin puntuación."
+
+
+ANSWER_FORMAT:
+    "En tu respuesta incluye sólo el nombre de la clase, como una única
+    palabra, en minúscula, sin puntuación, y sin añadir ninguna otra
+    afirmación o palabra."
+'''
+
+
+
+
+
[33]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'es',
+    model_name           = 'text-davinci-003',
+    model_provider_name  = 'openai',
+    model_provider_token = token,
+    prompt_domain        = 'opiniones de productos',
+    prompt_labels        = ['positiva','negativa','neutral'],
+    selector_k           = 0,
+)
+
+model.task.prompt.read_prompt(prompt)
+
+pred_targets = model.predict(test_reviews)
+pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]
+
+sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[33]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_05_test_openai_classification_prompts_38_1.png +
+
+
+
+

Prueba 2#

+
+
[44]:
+
+
+
prompt='''
+TEMPLATE:
+    "Necesito que me ayudes en una tarea de clasificación de texto.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "Los textos que vas procesar del ambito de {__DOMAIN__}."
+
+
+PROMPT_LABELS:
+    "Quiero que me clasifiques los textos una de las siguientes categorías:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Argumenta tu respuesta paso a paso."
+
+
+ANSWER_FORMAT:
+    "En tu respuesta incluye sólo el nombre de la clase, como una única
+    respuesta"
+'''
+
+
+
+
+
[35]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'es',
+    model_name           = 'text-davinci-003',
+    model_provider_name  = 'openai',
+    model_provider_token = token,
+    prompt_domain        = 'opiniones de productos',
+    prompt_labels        = ['positiva','negativa','neutra'],
+    selector_k           = 0,
+)
+
+model.task.prompt.read_prompt(prompt)
+
+pred_targets = model.predict(test_reviews)
+
+sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[35]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_05_test_openai_classification_prompts_41_1.png +
+
+
+
+

Prueba 3#

+
+
[36]:
+
+
+
prompt='''
+TEMPLATE:
+    "Necesito que me ayudes en una tarea de clasificación de texto.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    ""
+
+
+PROMPT_LABELS:
+    "Quiero que me clasifiques los textos una de las siguientes categorías:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    ""
+
+
+ANSWER_FORMAT:
+    ""
+'''
+
+
+
+
+
[38]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'es',
+    model_name           = 'text-davinci-003',
+    model_provider_name  = 'openai',
+    model_provider_token = token,
+    prompt_domain        = 'opiniones de productos',
+    prompt_labels        = ['positiva','negativa','neutra'],
+    selector_k           = 0,
+)
+
+model.task.prompt.read_prompt(prompt)
+
+pred_targets = model.predict(test_reviews)
+pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]
+
+sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[38]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_05_test_openai_classification_prompts_44_1.png +
+
+
+
+
+

ES - Con entrenamiento#

+
+

Prueba 1#

+
+
[39]:
+
+
+
prompt='''
+TEMPLATE:
+    "Necesito que me ayudes en una tarea de clasificación de texto.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "Los textos que vas procesar del ambito de {__DOMAIN__}."
+
+
+PROMPT_LABELS:
+    "Quiero que me clasifiques los textos una de las siguientes categorías:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Por favor argumenta tu respuesta paso a paso, explica por qué crees que
+    está justificada tu elección final, y asegúrate de que acabas tu
+    explicación con el nombre de la clase que has escogido como la
+    correcta, en minúscula y sin puntuación."
+
+
+ANSWER_FORMAT:
+    "En tu respuesta incluye sólo el nombre de la clase, como una única
+    palabra, en minúscula, sin puntuación, y sin añadir ninguna otra
+    afirmación o palabra."
+'''
+
+
+
+
+
[41]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'es',
+    model_name           = 'text-davinci-003',
+    model_provider_name  = 'openai',
+    model_provider_token = token,
+    prompt_domain        = 'opiniones de productos',
+    prompt_labels        = ['positiva','negativa','neutra'],
+    selector_k           = 10,
+)
+
+model.task.prompt.read_prompt(prompt)
+
+model.train(
+    examples = train_reviews,
+    annotations = train_targets,
+)
+
+pred_targets = model.predict(test_reviews)
+pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]
+
+sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[41]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_05_test_openai_classification_prompts_48_1.png +
+
+
+
+

Prueba 2#

+
+
[45]:
+
+
+
prompt='''
+TEMPLATE:
+    "Necesito que me ayudes en una tarea de clasificación de texto.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    "Los textos que vas procesar del ambito de {__DOMAIN__}."
+
+
+PROMPT_LABELS:
+    "Quiero que me clasifiques los textos una de las siguientes categorías:
+    {__LABELS__}."
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    "Argumenta tu respuesta paso a paso."
+
+
+ANSWER_FORMAT:
+    "En tu respuesta incluye sólo el nombre de la clase, como una única
+    respuesta"
+'''
+
+
+
+
+
[46]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'es',
+    model_name           = 'text-davinci-003',
+    model_provider_name  = 'openai',
+    model_provider_token = token,
+    prompt_domain        = 'opiniones de productos',
+    prompt_labels        = ['positiva','negativa','neutra'],
+    selector_k           = 10,
+)
+
+model.task.prompt.read_prompt(prompt)
+
+model.train(
+    examples = train_reviews,
+    annotations = train_targets,
+)
+
+pred_targets = model.predict(test_reviews)
+pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]
+
+sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[46]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_05_test_openai_classification_prompts_51_1.png +
+
+
+
[48]:
+
+
+
pred_targets
+
+
+
+
+
[48]:
+
+
+
+
+[['neutra'],
+ [''],
+ [''],
+ [''],
+ ['positiva'],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ ['neutra'],
+ [''],
+ ['neutra'],
+ ['neutra'],
+ ['neutra'],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ ['neutra'],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ ['neutra']]
+
+
+
+
+

Prueba 3#

+
+
[50]:
+
+
+
prompt='''
+TEMPLATE:
+    "Necesito que me ayudes en una tarea de clasificación de texto.
+    {__PROMPT_DOMAIN__}
+    {__PROMPT_LABELS__}
+
+    {__CHAIN_THOUGHT__}
+    {__ANSWER_FORMAT__}"
+
+
+PROMPT_DOMAIN:
+    ""
+
+
+PROMPT_LABELS:
+    ""
+
+
+PROMPT_DETAIL:
+    ""
+
+
+CHAIN_THOUGHT:
+    ""
+
+
+ANSWER_FORMAT:
+    ""
+'''
+
+
+
+
+
[52]:
+
+
+
import seaborn as sns
+from sklearn.metrics import confusion_matrix
+from promptmeteo import DocumentClassifier
+
+model = DocumentClassifier(
+    language             = 'es',
+    model_name           = 'text-davinci-003',
+    model_provider_name  = 'openai',
+    model_provider_token = token,
+    prompt_domain        = 'opiniones de productos',
+    prompt_labels        = ['positiva','negativa','neutra'],
+    selector_k           = 20,
+)
+
+model.task.prompt.read_prompt(prompt)
+
+model.train(
+    examples = train_reviews,
+    annotations = train_targets,
+)
+
+pred_targets = model.predict(test_reviews)
+pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]
+
+sns.heatmap(
+    confusion_matrix(test_targets, pred_targets),
+    annot=True,
+    cmap='Blues')
+
+
+
+
+
[52]:
+
+
+
+
+<Axes: >
+
+
+
+
+
+
+../_images/notebooks_05_test_openai_classification_prompts_55_1.png +
+
+
+
[53]:
+
+
+
pred_targets
+
+
+
+
+
[53]:
+
+
+
+
+[['neutra'],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ ['neutra'],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ ['neutra'],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ ['neutra'],
+ ['neutra'],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ ['neutra'],
+ [''],
+ [''],
+ ['neutra'],
+ [''],
+ ['neutra']]
+
+
+
+
+
+

Conclusiones#

+
    +
  • Parece que con el modelo Flan-t5-small, el mejor resultado se obtiene añadiendo más ejemplot y quitando la instrucción del prompt

  • +
  • Parece que hay mucho errores asociados con que la respuesta tenga un espacio antes de laa respuesta

  • +
+
+
+ +
+
+ +
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/notebooks/05_test_openai_classification_prompts.ipynb b/notebooks/05_test_openai_classification_prompts.ipynb new file mode 100644 index 0000000..f7864a9 --- /dev/null +++ b/notebooks/05_test_openai_classification_prompts.ipynb @@ -0,0 +1,1718 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "73d808a5-a4dd-4ec5-b4bc-438f1dd5596f", + "metadata": {}, + "source": [ + "# OpenAI - Test Classification Prompts" + ] + }, + { + "cell_type": "markdown", + "id": "7ffd3703-20b9-46b6-8ad3-502ec27d2e49", + "metadata": {}, + "source": [ + "In this notebook we are going to use the **Amazon Review Dataset** to test Promptmeteo in the sentiment analysis task" + ] + }, + { + "cell_type": "markdown", + "id": "dad1d69f-59bf-4f34-9000-46e5851d99f6", + "metadata": {}, + "source": [ + "## 1. Data Preparation - EN - Build sentiment dataset." + ] + }, + { + "cell_type": "markdown", + "id": "7993f034-cdd6-4424-b6d1-5917b0638583", + "metadata": {}, + "source": [ + "The dataset contains reviews from Amazon in English collected between November 1, 2015 and November 1, 2019. Each record in the dataset contains the review text, the review title, the star rating, an anonymized reviewer ID, an anonymized product ID and the coarse-grained product category (e.g. ‘books’, ‘appliances’, etc.). The corpus is balanced across stars, so each star rating constitutes 20% of the reviews in each language." + ] + }, + { + "cell_type": "code", + "execution_count": 26, + "id": "d2c9f56c-4717-42a8-b9d4-cfcc20215f99", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 2)
REVIEWTARGET
strstr
"I reuse my Nes…"positive"
"Fits great kin…"positive"
"Movie freezes …"negative"
"This is my thi…"positive"
"For the money,…"neutral"
" + ], + "text/plain": [ + "shape: (5, 2)\n", + "┌───────────────────────────────────┬──────────┐\n", + "│ REVIEW ┆ TARGET │\n", + "│ --- ┆ --- │\n", + "│ str ┆ str │\n", + "╞═══════════════════════════════════╪══════════╡\n", + "│ I reuse my Nespresso capsules an… ┆ positive │\n", + "│ Fits great kinda expensive but i… ┆ positive │\n", + "│ Movie freezes up. Can't watch it… ┆ negative │\n", + "│ This is my third G-shock as I ha… ┆ positive │\n", + "│ For the money, it's a good buy..… ┆ neutral │\n", + "└───────────────────────────────────┴──────────┘" + ] + }, + "execution_count": 26, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import polars as pl\n", + "import sys; sys.path.append('..')\n", + "\n", + "data = pl.read_parquet('../data/amazon_reviews_en/amazon_reviews_multi-test.parquet')\n", + "sql = pl.SQLContext()\n", + "sql.register('data', data)\n", + "\n", + "sentiment_data = sql.execute(\"\"\"\n", + " SELECT\n", + " review_body as REVIEW,\n", + " CASE\n", + " WHEN stars=1 THEN 'negative'\n", + " WHEN stars=3 THEN 'neutral'\n", + " WHEN stars=5 THEN 'positive'\n", + " ELSE null\n", + " END AS TARGET,\n", + " FROM data\n", + " WHERE stars!=2 AND stars!=4;\n", + " \"\"\").collect().sample(fraction=1.0, shuffle=True, seed=0)\n", + "\n", + "train_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()\n", + "train_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()\n", + "\n", + "test_reviews = sentiment_data.tail(100).select('REVIEW').to_series().to_list()\n", + "test_targets = sentiment_data.tail(100).select('TARGET').to_series().to_list()\n", + "\n", + "sentiment_data.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "4baccad9-20fd-48a6-adb4-d75d2335a3ac", + "metadata": {}, + "outputs": [], + "source": [ + "token = 'sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'" + ] + }, + { + "cell_type": "markdown", + "id": "34b211cc-0fcf-47a9-ad80-edd70577648b", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "6f43c63d-b523-418b-bee8-6faf65186e61", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "37078106-46f9-4f2b-8719-199fef2aad51", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "51e6344e-549f-4c33-8ba9-6256e47c2c09", + "metadata": {}, + "source": [ + "## 2. EN - Sin entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "9153b637-b41b-42a0-8cb5-2f7d273ee842", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "98ff2491-70ae-48b4-a887-e1f81c33ef8a", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Please provide a step-by-step argument for your answer, explain why you\n", + " believe your final choice is justified, and make sure to conclude your\n", + " explanation with the name of the class you have selected as the correct\n", + " one, in lowercase and without punctuation.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class as a single word, in\n", + " lowercase, without punctuation, and without adding any other statements or\n", + " words.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "id": "b491bbff-68ae-4265-a08a-56108ed94fdb", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 9, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 0,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "76722bfe-f1b9-47fe-9f87-2bc9f97062ca", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "id": "349e834b-a836-4093-b705-210ccc618c90", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Think step by step you answer.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class predicted.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 12, + "id": "988735fe-a05b-4c01-a4a4-4c262f28add1", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 12, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 0,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "c703c30f-d696-4379-84a3-c536a6d7f565", + "metadata": {}, + "source": [ + "## 3. EN - Con entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "71ce3032-eaa0-4ba9-b7ff-2f455f57a66f", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 14, + "id": "ef488d68-63b3-4f15-8e4c-d56633ddb147", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Please provide a step-by-step argument for your answer, explain why you\n", + " believe your final choice is justified, and make sure to conclude your\n", + " explanation with the name of the class you have selected as the correct\n", + " one, in lowercase and without punctuation.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class as a single word, in\n", + " lowercase, without punctuation, and without adding any other statements or\n", + " words.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 15, + "id": "172c20d7-cecb-44ef-9fff-82d075b1d53f", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 15, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " selector_k = 10,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "5e9681b2-c628-4a3f-968d-c5cbecc298ec", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "id": "9def17bf-b9fc-4afd-af9a-fdeef0c974aa", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"The texts you will be processing are from the {__DOMAIN__} domain.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"I want you to classify the texts into one of the following categories:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Think step by step you answer.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"In your response, include only the name of the class predicted.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "id": "0c198bff-2112-4141-a528-3d97c9d16a33", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 28, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'product reviews',\n", + " prompt_labels = ['positive','negative','neutral'],\n", + " selector_k = 20,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "1d69e21c-d1d9-4897-a6df-ec5ef43fe4d0", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "dd55f1c6-ac6e-447f-b291-1d0ac50e9048", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "markdown", + "id": "0d24dafd-c16a-40f6-8537-69ff06a1b34d", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 19, + "id": "f0bab4a5-da98-4362-9f52-c3f5ca534ccd", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"I need you to help me with a text classification task.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "PROMPT_LABELS:\n", + " \"\"\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "id": "c0cf795a-4563-4f6b-a970-20c47eca9870", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 20, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'en',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " selector_k = 20,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "ea111fd4-6640-4631-b6ed-897fa95d10e2", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "b9993ba0-7b7b-44d5-b89b-d399ce4d9649", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "194182f1-0296-4d51-8d5a-aa736d722406", + "metadata": {}, + "source": [ + "## 4. Data Preparation - SP - Build sentiment dataset." + ] + }, + { + "cell_type": "code", + "execution_count": 29, + "id": "0b3ff622-fdb4-49da-ace2-c9e2a1cffcfb", + "metadata": {}, + "outputs": [ + { + "data": { + "text/html": [ + "
\n", + "shape: (5, 2)
REVIEWTARGET
strstr
"El filtro de d…"positive"
"Un poquito esc…"positive"
"Para qué decir…"negative"
"Mi hija esta e…"positive"
"Se podría mejo…"neutral"
" + ], + "text/plain": [ + "shape: (5, 2)\n", + "┌───────────────────────────────────┬──────────┐\n", + "│ REVIEW ┆ TARGET │\n", + "│ --- ┆ --- │\n", + "│ str ┆ str │\n", + "╞═══════════════════════════════════╪══════════╡\n", + "│ El filtro de de aire es como si … ┆ positive │\n", + "│ Un poquito escaso pero funciona … ┆ positive │\n", + "│ Para qué decir más... ┆ negative │\n", + "│ Mi hija esta en un campamento y … ┆ positive │\n", + "│ Se podría mejorar el ajuste del … ┆ neutral │\n", + "└───────────────────────────────────┴──────────┘" + ] + }, + "execution_count": 29, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "import polars as pl\n", + "\n", + "data = pl.read_parquet('../data/amazon_reviews_sp/amazon_reviews_multi-test.parquet')\n", + "data.head()\n", + "\n", + "sql = pl.SQLContext()\n", + "sql.register('data', data)\n", + "\n", + "sentiment_data = sql.execute(\"\"\"\n", + " SELECT\n", + " review_body as REVIEW,\n", + " CASE\n", + " WHEN stars=1 THEN 'negative'\n", + " WHEN stars=3 THEN 'neutral'\n", + " WHEN stars=5 THEN 'positive'\n", + " ELSE null\n", + " END AS TARGET,\n", + " FROM data\n", + " WHERE stars!=2 AND stars!=4;\n", + " \"\"\").collect().sample(fraction=1.0, shuffle=True, seed=0)\n", + "/\n", + "train_reviews = sentiment_data.head(100).select('REVIEW').to_series().to_list()\n", + "train_targets = sentiment_data.head(100).select('TARGET').to_series().to_list()\n", + "\n", + "test_reviews = sentiment_data.tail(100).select('REVIEW').to_series().to_list()\n", + "test_targets = sentiment_data.tail(100).select('TARGET').to_series().to_list()\n", + "\n", + "sentiment_data.head()" + ] + }, + { + "cell_type": "markdown", + "id": "cdfdb171-0391-4e3e-beca-072d56267948", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "d4d2b731-7d7c-4217-9a51-47e6689bbe7f", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "de2d1b15-01fd-4c98-8c92-29256d242cac", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "8d322711-2b28-442e-8c19-108c3a083a50", + "metadata": {}, + "source": [ + "## 5 SP - Sin Entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "0cf9f12a-1a9b-4732-8d2c-59c9ed52f8a2", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 49, + "id": "0abdc935-3926-461c-9e45-ab90374a5fdb", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Por favor argumenta tu respuesta paso a paso, explica por qué crees que\n", + " está justificada tu elección final, y asegúrate de que acabas tu\n", + " explicación con el nombre de la clase que has escogido como la\n", + " correcta, en minúscula y sin puntuación.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " palabra, en minúscula, sin puntuación, y sin añadir ninguna otra\n", + " afirmación o palabra.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 33, + "id": "9d88b784-746a-45d3-83b6-67c1f09a878a", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 33, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positiva','negativa','neutral'],\n", + " selector_k = 0,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "e55bc005-7447-48f1-967a-6f1ae76f37bb", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 44, + "id": "9ae93a75-bddc-410b-bc29-4019a928ddae", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Argumenta tu respuesta paso a paso.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " respuesta\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 35, + "id": "20ee64ed-cfb9-4fd8-ae5f-9bdf1fddf5a3", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 35, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positiva','negativa','neutra'],\n", + " selector_k = 0,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "cf2744f0-ea90-4873-92bc-8d44c52621e1", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "id": "db7ab35e-0714-4308-b24d-69f08ca13900", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 38, + "id": "32f5bd08-c05a-4f33-8564-35e0eba3dfb5", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 38, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positiva','negativa','neutra'],\n", + " selector_k = 0,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "504d176d-7402-44ab-8a64-acfcfc6c6459", + "metadata": {}, + "source": [ + "## ES - Con entrenamiento" + ] + }, + { + "cell_type": "markdown", + "id": "f62c3cd5-0724-46ac-99af-9e10de663976", + "metadata": {}, + "source": [ + "### Prueba 1" + ] + }, + { + "cell_type": "code", + "execution_count": 39, + "id": "b4f26ab8-ab4f-4631-bcf9-ea48fa670171", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Por favor argumenta tu respuesta paso a paso, explica por qué crees que\n", + " está justificada tu elección final, y asegúrate de que acabas tu\n", + " explicación con el nombre de la clase que has escogido como la\n", + " correcta, en minúscula y sin puntuación.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " palabra, en minúscula, sin puntuación, y sin añadir ninguna otra\n", + " afirmación o palabra.\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 41, + "id": "1495f569-7656-4567-be30-75b7aedb401e", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 41, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAf8AAAGdCAYAAAAczXrvAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjcuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8pXeV/AAAACXBIWXMAAA9hAAAPYQGoP6dpAAAyW0lEQVR4nO3de3hU9bX/8c8kkAmXJEACJBFBBEmAEKCIEhRQQCD2oKBCpWiBUkQMHJEDYqgYsR4H0Xqh3GxtARFEbQWrP8BDQUM5XASUO1JucpFrAiQQkwGS+f0xp4mzuU6YzB72fr989vN09kz2rFndumat/Z0Zh8fj8QgAANhGmNkBAACA4KL4AwBgMxR/AABshuIPAIDNUPwBALAZij8AADZD8QcAwGYo/gAA2AzFHwAAm6lkdgD/VnTB7AgAADeKyAquXlVaDw/YsQq/nRKwYwVKyBR/AABChsPag3FrvzoAAHAROn8AAIwcDrMjqFAUfwAAjCw+9qf4AwBgZPHO39pvbQAAwEXo/AEAMGLsDwCAzTD2BwAAVkLnDwCAEWN/AABshrE/AACwEjp/AACMGPsDAGAzjP0BAICV0PkDAGDE2B8AAJux+Nif4g8AgJHFO39rvzoAAHAROn8AAIws3vlT/AEAMAqz9jV/a7+1AQAAF6HzBwDAiLE/AAA2Y/GP+ln7rc01mj9vrtLv66y2rVuo/6N9tGXzZrNDMgV5KEMuvMiDF3nwIg/WYfviv2TxIr0+yaWhT2Vo/scLlJSUrGFDBys3N9fs0IKKPJQhF17kwYs8eNkuD46wwG0hKDSjCqI5s2fqoUf6qlfvh9WocWM9nzVBkZGRWvjJ38wOLajIQxly4UUevMiDl+3y4HAEbgtBfhf/nJwcTZo0Sb1791ZaWprS0tLUu3dvvfbaazpx4kRFxFhhzp87px3bt6ldWvvSfWFhYWrXrr02b/rWxMiCizyUIRde5MGLPHiRB+vxq/ivW7dOTZo00eTJkxUTE6OOHTuqY8eOiomJ0eTJk5WcnKz169df9Thut1v5+fk+m9vtLveLKK9Tp0+puLhYsbGxPvtjY2OVk5MT9HjMQh7KkAsv8uBFHrxsmQeLj/39Wu0/YsQI9enTRzNmzJDDMMrweDx68sknNWLECK1evfqKx3G5XJowYYLPvt+Oz9LzL7zoTzgAAFSMEB3XB4pfxX/Tpk2aNWvWRYVfkhwOh5555hm1bt36qsfJzMzUqFGjfPZ5wp3+hBIQNWvUVHh4+EULVnJzcxUXFxf0eMxCHsqQCy/y4EUevGyZhxDt2APFr1cXHx+vr7/++rL3f/3116pbt+5Vj+N0OhUdHe2zOZ3BL/6VIyLUtFlzrV1TNqkoKSnR2rWrldry6m9irII8lCEXXuTBizx4kQfr8avzHz16tJ544glt2LBBXbp0KS30x44d07Jly/SnP/1Jr7/+eoUEWlEeHzBI48eNVfPmKUppkar358xWYWGhevV+yOzQgoo8lCEXXuTBizx42S4PjP3LZGRkKC4uTm+++aamTZum4uJiSVJ4eLjatGmjWbNmqW/fvhUSaEXpkX6/Tp08qWlTJisn54SSkptq2jvvKtaqo6zLIA9lyIUXefAiD162y4PFx/4Oj8fjKc8fnj9/vnSVZ1xcnCpXrnxdgRRduK4/BwDYSGQFfzl9lfvfDtixChc9HbBjBUq501e5cmUlJCQEMhYAAEIDY38AAGzG4mN/a786AABwETp/AACMLN75U/wBADCy+DV/a7+1AQAAF6HzBwDAiLE/AAA2Y/GxP8UfAAAji3f+1n51AADgIhR/AACMHI7AbX5wuVxq27atoqKiVKdOHfXq1Us7d+70ecw999wjh8Phsz355JN+PQ/FHwAAA2NxvZ7NH9nZ2crIyNCaNWu0dOlSnT9/Xt26dVNBQYHP44YMGaIjR46UbpMmTfLrebjmDwBAiFiyZInP7VmzZqlOnTrasGGDOnbsWLq/atWqio+PL/fz0PkDAGBgVudvlJeXJ0mqVauWz/65c+cqLi5OKSkpyszM1I8//ujXcen8AQAwCuAn/dxut9xut88+p9Mpp9N5xb8rKSnRyJEjdddddyklJaV0/y9/+Us1aNBAiYmJ2rx5s8aOHaudO3fqk08+ueaYHB6Px+Pfy6gYRRfMjgAAcKOIrODWtVqfmQE71pjm+zVhwgSffVlZWXrxxRev+HfDhg3T4sWLtXLlStWrV++yj1u+fLm6dOmi3bt3q1GjRtcUE8UfAHDDqejiX73vrIAdK3dOP787/+HDh+vTTz/VihUr1LBhwysev6CgQNWrV9eSJUvUvXv3a4qJsT8AAAbXe63+p65lxP9vHo9HI0aM0IIFC/TVV19dtfBL0saNGyVJCQkJ1xwTxR8AgBCRkZGhefPm6dNPP1VUVJSOHj0qSYqJiVGVKlW0Z88ezZs3T/fff79iY2O1efNmPfPMM+rYsaNSU1Ov+XkY+wMAbjgVPfaPfvS9gB0rf/6vrvmxl5s4zJw5UwMHDtTBgwf12GOPaevWrSooKNDNN9+s3r176/nnn1d0dPQ1Pw+dPwAABoEc+/vjav34zTffrOzs7Ot+Hoo/AABG1v5RP77kBwAAu6HzBwDAwKyxf7BQ/AEAMKD4B0nNtsPNDiEknFo3xewQQkLOGffVH2QDcVHX9tlgAPBHyBR/AABCBZ0/AAA2Y/Xiz2p/AABshs4fAAAjazf+FH8AAIwY+wMAAEuh8wcAwMDqnT/FHwAAA4o/AAB2Y+3azzV/AADshs4fAAADxv4AANiM1Ys/Y38AAGyGzh8AAAOrd/4UfwAADKxe/Bn7AwBgM3T+AAAYWbvxp/gDAGDE2B8AAFgKnT8AAAZW7/wp/gAAGFD8AQCwG2vXfq75AwBgN3T+AAAYWH3sb6vOf/Svu2nl+2N0fOXr2r/MpY/eGKLbGtTxeUzDenH68PdDdGC5S8f++Zref/XXqlMryqSIg2v+vLlKv6+z2rZuof6P9tGWzZvNDino/v63D/Wb/g+rZ+c09eycpuG/eUxrV/3T7LBMwznhRR687JQHh8MRsC0U2ar4d/hZY834cIU6/ep1/cewKapUKVyfTx+uqpERkqSqkRH6fFqGPB6P0p/4gzoPelMRlcP1t7eHhuz/gYGyZPEivT7JpaFPZWj+xwuUlJSsYUMHKzc31+zQgiquTl0NyRip6bPma9qsD9S6zR164dmn9f3e3WaHFnScE17kwYs8WIutiv+Dw6fp/c/Wasfeo9ryrx/0RNb7qp9QS62b3SxJSmt1qxokxmpI1vvatvuwtu0+rN+8MEc/a1Zf99zRxOToK9ac2TP10CN91av3w2rUuLGez5qgyMhILfzkb2aHFlTtO9yjO9t3UL36DXRz/Vs0eNh/qkrVqtq+1bodzuVwTniRBy+75YHO38Kiq0dKkk7l/ShJckZUksfjkfvchdLHFLkvqKTEo/atGpkSYzCcP3dOO7ZvU7u09qX7wsLC1K5de23e9K2JkZmruLhYy5cuVlFhoZq1aGl2OEHFOeFFHrzsmAeKv0U5HA69NvoRrfp2j7bvOSJJ+nrL9yooPKf/fvpBVYmsrKqREZo4qrcqVQpXfFy0yRFXnFOnT6m4uFixsbE++2NjY5WTk2NSVObZu/tf+vm9d6pHx9v11qsva8Krb+mWhtZ983cpnBNe5MGLPFhPwIv/wYMH9etf//qKj3G73crPz/fZPCXFgQ7lit7K7KvmjRP0q+dmlu7LOXVW/Z/9s+7vmKKc//29jv3zNcVUr6Jvth9QiccT1PhgnpsbNNQf3/tYU/88Vw881FevvvS8vt+3x+ywAASTI4BbCAp48T958qRmz559xce4XC7FxMT4bBeObQh0KJf15tg+ur9DiroPmawfjp/2uW/Zmu/U/IEJqt8lU/XufU6Dx7+nxDo19P0h6767rVmjpsLDwy9auJObm6u4uDiTojJP5cqVddPN9dUkuZl+89TTatS4iT75cK7ZYQUV54QXefCyYx6sPvb3+3P+f//73694/969e696jMzMTI0aNcpnX50OY/0NpVzeHNtHD3RuqW5D3tb+w5dfpZp7ukCS1KltE9WpVV2fZ28JSnxmqBwRoabNmmvtmtXq3KWrJKmkpERr167Wo/0eMzk685V4SnT+3Dmzwwgqzgkv8uBFHqzH7+Lfq1cvORwOea4wBr/aOx2n0ymn0+n7N2Hh/obit7cy++oX6berzzN/1NmCItWN9X5+P+9skYrc5yVJjz/QTjv3HdWJU2d1Z2pDvT7mEf1h7pfatf94hcdnpscHDNL4cWPVvHmKUlqk6v05s1VYWKhevR8yO7Sgenfa27oj7S7VqZugH38s0PL/WaxN36zXxLdmmB1a0HFOeJEHL7vlIVQ79kDxu/gnJCRo2rRpevDBBy95/8aNG9WmTZvrDqwiDO3bUZK09N2RPvuHvDBH73+2VpLU5JY6emnEA6oVU1X7D5/UpD9/ocnvLw92qEHXI/1+nTp5UtOmTFZOzgklJTfVtHfeVaxFR3qXc+rUSU2c8LxO5p5QterVdWujJpr41gzdfmea2aEFHeeEF3nwslseLF775fBcqYW/hAceeECtWrXSSy+9dMn7N23apNatW6ukpMSvQKq0Hu7X463q1LopZocQEnLOuM0OISTERTmv/iDAhiIr+MvpbxuzJGDH2vVaj4AdK1D8Tt+YMWNUUFBw2fsbN26sL7/88rqCAgAAFcfv4t+hQ4cr3l+tWjV16tSp3AEBAGA2q4/9+VU/AAAMrL7gz7bf8AcAgF3R+QMAYGDxxp/iDwCAUViYtas/Y38AAGyGzh8AAAPG/gAA2Ayr/QEAgKXQ+QMAYGDxxp/iDwCAkdXH/hR/AAAMrF78ueYPAECIcLlcatu2raKiolSnTh316tVLO3fu9HlMUVGRMjIyFBsbq+rVq+vhhx/WsWPH/Hoeij8AAAYOR+A2f2RnZysjI0Nr1qzR0qVLdf78eXXr1s3n13SfeeYZffbZZ/r444+VnZ2tw4cP66GHHvLreRj7AwBgYNbYf8mSJT63Z82apTp16mjDhg3q2LGj8vLy9Oc//1nz5s1T586dJUkzZ85U06ZNtWbNGrVr1+6anofOHwCACuR2u5Wfn++zud3ua/rbvLw8SVKtWrUkSRs2bND58+fVtWvX0sckJyerfv36Wr169TXHRPEHAMAgkGN/l8ulmJgYn83lcl01hpKSEo0cOVJ33XWXUlJSJElHjx5VRESEatSo4fPYunXr6ujRo9f8+hj7AwBgEMixf2ZmpkaNGuWzz+l0XvXvMjIytHXrVq1cuTJgsfwbxR8AgArkdDqvqdj/1PDhw/X5559rxYoVqlevXun++Ph4nTt3TqdPn/bp/o8dO6b4+PhrPj5jfwAADMxa7e/xeDR8+HAtWLBAy5cvV8OGDX3ub9OmjSpXrqxly5aV7tu5c6cOHDigtLS0a34eOn8AAAzMWu2fkZGhefPm6dNPP1VUVFTpdfyYmBhVqVJFMTExGjx4sEaNGqVatWopOjpaI0aMUFpa2jWv9Jco/gAAhIzp06dLku655x6f/TNnztTAgQMlSW+++abCwsL08MMPy+12q3v37po2bZpfz0PxBwDAwKxv9/V4PFd9TGRkpKZOnaqpU6eW+3ko/gAAGFj9u/0p/gAAGFi89odO8T+1borZISCExEX597EYAMC1C5niDwBAqGDsDwCAzVi89vMlPwAA2A2dPwAABoz9AQCwGYvXfsb+AADYDZ0/AAAGjP0BALAZqxd/xv4AANgMnT8AAAYWb/wp/gAAGFl97E/xBwDAwOK1n2v+AADYDZ0/AAAGjP0BALAZi9d+xv4AANgNnT8AAAZhFm/9Kf4AABhYvPYz9gcAwG7o/AEAMGC1PwAANhNm7dpP8QcAwMjqnT/X/AEAsBk6fwAADCze+NP5S9L8eXOVfl9ntW3dQv0f7aMtmzebHZIpyEMZcuFFHrzIg5ed8uAI4D+hyPbFf8niRXp9kktDn8rQ/I8XKCkpWcOGDlZubq7ZoQUVeShDLrzIgxd58CIP1mL74j9n9kw99Ehf9er9sBo1bqznsyYoMjJSCz/5m9mhBRV5KEMuvMiDF3nwslsewhyB20KRrYv/+XPntGP7NrVLa1+6LywsTO3atdfmTd+aGFlwkYcy5MKLPHiRBy875sHhcARsC0V+F//CwkKtXLlS27dvv+i+oqIivffeewEJLBhOnT6l4uJixcbG+uyPjY1VTk6OSVEFH3koQy68yIMXefAiD9bjV/H/17/+paZNm6pjx45q0aKFOnXqpCNHjpTen5eXp0GDBl31OG63W/n5+T6b2+32P3oAACqAwxG4LRT5VfzHjh2rlJQUHT9+XDt37lRUVJTuuusuHThwwK8ndblciomJ8dlee9Xl1zECoWaNmgoPD79owUpubq7i4uKCHo9ZyEMZcuFFHrzIg5cd8xDmcARsC0V+Ff9Vq1bJ5XIpLi5OjRs31meffabu3burQ4cO2rt37zUfJzMzU3l5eT7bmLGZfgd/vSpHRKhps+Zau2Z16b6SkhKtXbtaqS1bBz0es5CHMuTCizx4kQcv8mA9fn3JT2FhoSpVKvsTh8Oh6dOna/jw4erUqZPmzZt3TcdxOp1yOp0++4ou+BNJ4Dw+YJDGjxur5s1TlNIiVe/Pma3CwkL16v2QOQGZhDyUIRde5MGLPHjZLQ8h2rAHjF/FPzk5WevXr1fTpk199k+ZMkWS9MADDwQusiDpkX6/Tp08qWlTJisn54SSkptq2jvvKtaio6zLIQ9lyIUXefAiD152y0OortIPFIfH4/Fc64NdLpf++c9/atGiRZe8/6mnntKMGTNUUlLidyBmdf4AgBtPZAV/OX2fWd8E7FgfD/xZwI4VKH4V/4pE8QcAXCuK//Xhh30AADAI1VX6gULxBwDAwNql3+Zf7wsAgB3R+QMAYGD11f4UfwAADEL11/gChbE/AAA2Q+cPAIABY38AAGzG4rWfsT8AAHZD5w8AgAFjfwAAbMbqq/0p/gAAGFi98+eaPwAANkPnDwCAgbX7fjp/AAAuEuZwBGzzx4oVK9SzZ08lJibK4XBo4cKFPvcPHDhQDofDZ+vRo4f/r8/vvwAAABWioKBALVu21NSpUy/7mB49eujIkSOl2wcffOD38zD2BwDAwKz1funp6UpPT7/iY5xOp+Lj46/reej8AQAwMI7Wr2dzu93Kz8/32dxud7lj++qrr1SnTh0lJSVp2LBhys3N9fsYFH8AACqQy+VSTEyMz+Zyucp1rB49eui9997TsmXL9Oqrryo7O1vp6ekqLi726zgOj8fjKVcEAVZ0wewIAAA3isgKvmg99K/bAnasyT0bX9TpO51OOZ3OK/6dw+HQggUL1KtXr8s+Zu/evWrUqJH+8Y9/qEuXLtccE9f8AQAw8HeV/pVcS6Evr1tvvVVxcXHavXu3X8WfsT8AADeoQ4cOKTc3VwkJCX79HZ0/AAAGZq32P3v2rHbv3l16e9++fdq4caNq1aqlWrVqacKECXr44YcVHx+vPXv26Nlnn1Xjxo3VvXt3v56H4g8AgIFZ3+2/fv163XvvvaW3R40aJUkaMGCApk+frs2bN2v27Nk6ffq0EhMT1a1bN/3ud7/z+7JCyBT/njPWmB1CSPjsyXZmhxAS2r+y3OwQQsKqcZ3NDgGwJbOuid9zzz260jr8L774IiDPwzV/AABsJmQ6fwAAQoXVf9KX4g8AgEGYtWs/Y38AAOyGzh8AAAOrd/4UfwAADKx+zZ+xPwAANkPnDwCAAWN/AABsxuJTf8b+AADYDZ0/AAAGgfxJ31BE8QcAwMDqY3GKPwAABhZv/C3/5gYAABjQ+QMAYMA1fwAAbMbitZ+xPwAAdkPnDwCAAd/wBwCAzVj9mj9jfwAAbIbOHwAAA4s3/hR/AACMrH7Nn7E/AAA2Q+cPAICBQ9Zu/Sn+AAAYWH3sb6vi3yIxSn1aJ6pJnWqKrRahrP+3U6v2nSq9P7JymH6TVl/tb62p6MjKOppfpIWbjurzbcdNjDp45s+bq9kz/6ycnBNqkpSs58aNV4vUVLPDqjCD7mqgzsm1dUtcVbkvlGjTwTxNXrZH+3N/LH1MRHiYRnVrrG7N6yqikkOr95yUa9FOnSw4b2LkwWO3c+JyyIOXnfJg9eJvq2v+kZXCtTenQH/I3nfJ+5+8u4Fur19DE5fu0eC5m/TJpqMa3qmh0m6pGeRIg2/J4kV6fZJLQ5/K0PyPFygpKVnDhg5Wbm6u2aFVmDYNauij9Yc04C8bNOz9jaoU7tC0/q0UWbnsX4v/6t5YHZrEaexft2rI7G9VO8qp1/u2MDHq4LHjOXEp5MGLPFiLrYr/ugOnNWvtIf3v3lOXvL9ZfJSWfndCm3/I17Ezbi3adlx7cgqUVLdakCMNvjmzZ+qhR/qqV++H1ahxYz2fNUGRkZFa+MnfzA6twgyft0mfbTqqvScKtOvYWWV9ukMJNSLVLCFaklTdGa5erRP1xv/s0rrvT2nHkTN68dMdanVzDbW4Kdrk6CueHc+JSyEPXnbLg8PhCNgWimxV/K9m+9EzSmtYU7HVKkuSWt4UrXo1qmjDwTyTI6tY58+d047t29QurX3pvrCwMLVr116bN31rYmTBFeX0XgXLK/SO9JsmRKtyeJjW/uTN4ve5P+rI6SKl1osxJcZg4ZzwIg9edsxDmCNwWyjy+5r/jh07tGbNGqWlpSk5OVnfffed3n77bbndbj322GPq3LnzVY/hdrvldrt99pWcP6ewyhH+hhNQU7O/18jOt2r+oDa6UFyiEklvLt+rLYfPmBpXRTt1+pSKi4sVGxvrsz82Nlb79u01Kargckga3f02fXvgtPacKJAkxVaP0LkLJTrrvuDz2NyCc4qtbu65WtE4J7zIgxd5sB6/Ov8lS5aoVatWGj16tFq3bq0lS5aoY8eO2r17t/bv369u3bpp+fLlVz2Oy+VSTEyMz7Zv6XvlfhGB8mDLeDWtW13jP/9OT320VX9cuV8jOjVU63rWH/Ha3XP3N1GjOtWU+bdtZocCIAQ4HIHbQpFfxf+ll17SmDFjlJubq5kzZ+qXv/ylhgwZoqVLl2rZsmUaM2aMJk6ceNXjZGZmKi8vz2dreN+vyv0iAiEi3KFft7tZM1bu15rvT2tf7o/6dMsxZe/KVZ/WiabGVtFq1qip8PDwixbu5ObmKi4uzqSogmdsjybqcFucnnjvWx0/UzaRyj17ThGVwlTd6Tsgi60Wodyz54IdZlDZ/Zz4N/LgZcc8hDkcAdtCkV/Ff9u2bRo4cKAkqW/fvjpz5oweeeSR0vv79++vzZs3X/U4TqdT0dHRPpvZI/9KYWGqHB4mj8d3f7HHE7LXbAKlckSEmjZrrrVrVpfuKykp0dq1q5XasrWJkVW8sT2a6N7k2ho651sdPl3kc9+OI/k6X1yiOxqWfdqjQWxVJdSI1OZD1l4HYudz4qfIgxd5sB6/r/n/e+ViWFiYIiMjFRNTtvApKipKeXmh+x/FyMphuikmsvR2fLRTjeKqKr/ogk6cPadNP+RryF315S4u0fF8t1JvitZ9ybU1Y+V+E6MOjscHDNL4cWPVvHmKUlqk6v05s1VYWKhevR8yO7QK81x6E6W3qKtnPtyiH93Fiq3mfQN61n1B7gslOusu1sJvD+u/ut2m/KLzKnAX69keTbTpYJ62/JBvcvQVz47nxKWQBy+75cHqTZ9fxf+WW27Rrl271KhRI0nS6tWrVb9+/dL7Dxw4oISEhMBGGEBN6lTX73s3K709rMMtkqT/2XFCry3bo//+YpcGp92szPsaKyqyko6dcWvmmgP6fOsxkyIOnh7p9+vUyZOaNmWycnJOKCm5qaa9865iLTrSk6S+betJkt4d8DOf/Vmfbtdnm45Kkn7/xW55PNJrfVooIjxMq/fkyrXoX0GP1Qx2PCcuhTx42S0PITqtDxiHx2McdF/ejBkzdPPNN+vnP//5Je8fN26cjh8/rnfffdfvQO6bssbvv7Giz55sZ3YIIaH9K1dfOGoHq8Zd/dMzgB1FVvD30/7hfy/9ZXDlMeKuhgE7VqD4lb4nn3zyive/8sor1xUMAAChIIwf9gEAwF6sPvan+AMAYGD1BX98vS8AADZD5w8AgEGofjlPoFD8AQAwsHjtZ+wPAIDd0PkDAGDA2B8AAJuxeO1n7A8AgN3Q+QMAYGD1zpjiDwCAgcPic3+rv7kBAAAGdP4AABhYu++n+AMAcBE+6gcAgM1Yu/RzzR8AANuh+AMAYOBwBG7zx4oVK9SzZ08lJibK4XBo4cKFPvd7PB698MILSkhIUJUqVdS1a1ft2rXL79dH8QcAwMDhcARs80dBQYFatmypqVOnXvL+SZMmafLkyZoxY4bWrl2ratWqqXv37ioqKvLrebjmDwBAiEhPT1d6evol7/N4PHrrrbf0/PPP68EHH5Qkvffee6pbt64WLlyoRx999Jqfh84fAACDsABubrdb+fn5Ppvb7fY7pn379uno0aPq2rVr6b6YmBjdeeedWr16td+vDwAA/EQgx/4ul0sxMTE+m8vl8jumo0ePSpLq1q3rs79u3bql910rxv4AAFSgzMxMjRo1ymef0+k0KRovij8AAAaB/Jy/0+kMSLGPj4+XJB07dkwJCQml+48dO6ZWrVr5dSzG/gAAGJi12v9KGjZsqPj4eC1btqx0X35+vtauXau0tDS/jhUynf9nT7YzOwSEkFXjOpsdAgAE3dmzZ7V79+7S2/v27dPGjRtVq1Yt1a9fXyNHjtTLL7+s2267TQ0bNtT48eOVmJioXr16+fU8IVP8AQAIFWaNxdevX69777239Pa/1woMGDBAs2bN0rPPPquCggI98cQTOn36tO6++24tWbJEkZGRfj2Pw+PxeAIaeTkVXTA7AgDAjSKyglvXBZv9Wz1/Jb1T4wN2rECh8wcAwIAf9gEAAJZC5w8AgEEAF+mHJIo/AAAGYRYf/DP2BwDAZuj8AQAwYOwPAIDNOBj7AwAAK6HzBwDAgLE/AAA2w2p/AABgKXT+AAAYMPYHAMBmKP4AANgMH/UDAACWQucPAIBBmLUbf4o/AABGjP0BAICl0PkDAGDAan8AAGyGsT8AALAUOn8AAAysvtqfzl/S/HlzlX5fZ7Vt3UL9H+2jLZs3mx2SKchDGXLhRR68yIOXnfLgCOA/ocj2xX/J4kV6fZJLQ5/K0PyPFygpKVnDhg5Wbm6u2aEFFXkoQy68yIMXefAiD9Zi++I/Z/ZMPfRIX/Xq/bAaNW6s57MmKDIyUgs/+ZvZoQUVeShDLrzIgxd58LJbHhyOwG2hKCDF3+PxBOIwQXf+3Dnt2L5N7dLal+4LCwtTu3bttXnTtyZGFlzkoQy58CIPXuTBy455cARwC0UBKf5Op1M7duwIxKGC6tTpUyouLlZsbKzP/tjYWOXk5JgUVfCRhzLkwos8eJEHLzvmIczhCNgWivxa7T9q1KhL7i8uLtbEiRNLT4w33njjisdxu91yu90++zzhTjmdTn/CAQAA5eBX8X/rrbfUsmVL1ahRw2e/x+PRjh07VK1aNTmu4V2Oy+XShAkTfPb9dnyWnn/hRX/CuW41a9RUeHj4RQtWcnNzFRcXF9RYzEQeypALL/LgRR687JiH0OzXA8evsf8rr7yivLw8jR8/Xl9++WXpFh4erlmzZunLL7/U8uXLr3qczMxM5eXl+WxjxmaW+0WUV+WICDVt1lxr16wu3VdSUqK1a1crtWXroMdjFvJQhlx4kQcv8uBlyzxY/KK/X53/c889py5duuixxx5Tz5495XK5VLlyZb+f1Om8eMRfdMHvwwTE4wMGafy4sWrePEUpLVL1/pzZKiwsVK/eD5kTkEnIQxly4UUevMiDF3mwFr+/4a9t27basGGDMjIydPvtt2vu3LnXNOoPVT3S79epkyc1bcpk5eScUFJyU017513FWnSUdTnkoQy58CIPXuTBy255CNUv5wkUh+c6Pqc3f/58jRw5UidOnNCWLVvUrFmzcgdiVucPALjxRFbwl9N/vTcvYMe649aYgB0rUK4rfY8++qjuvvtubdiwQQ0aNAhUTAAAoAJd93unevXqqV69eoGIBQCAkGDtoT+/6gcAwMUsXv1t/93+AADYDZ0/AAAGVl/tT/EHAMDgBv4E+zWh+AMAYGDx2s81fwAA7IbOHwAAI4u3/hR/AAAMrL7gj7E/AAA2Q+cPAIABq/0BALAZi9d+xv4AANgNnT8AAEYWb/0p/gAAGLDaHwAAWAqdPwAABqz2BwDAZixe+xn7AwBwEUcANz+8+OKLcjgcPltycnIgXpEPOn8AAEJI8+bN9Y9//KP0dqVKgS/VFH8AAAzMXO1fqVIlxcfHV+hzMPYHAMDA4Qjc5q9du3YpMTFRt956q/r3768DBw4E/vV5PB5PwI9aDkUXzI4AAHCjiKzgufX2wwUBO1aj2Epyu90++5xOp5xO50WPXbx4sc6ePaukpCQdOXJEEyZM0A8//KCtW7cqKioqYDHR+QMAYBDI9X4ul0sxMTE+m8vluuTzpqenq0+fPkpNTVX37t21aNEinT59Wh999FFgXx+dPwDgRlPRnf+OI4Hr/G+tde2d/6W0bdtWXbt2vewbhvIImQV/Nbu/YnYIIeHUF+PMDiEknCnk3aAkRVUJmX9FTXXuQonZIYSEiEoMa29E/hR6o7Nnz2rPnj16/PHHAxoTZxIAAAaOAP7jj9GjRys7O1vff/+9Vq1apd69eys8PFz9+vUL6OujrQAAwMCsr/c9dOiQ+vXrp9zcXNWuXVt333231qxZo9q1awf0eSj+AACEiPnz5wfleSj+AAAYWP27/Sn+AAAYWbz6U/wBADAw8+t9g4HV/gAA2AydPwAABmat9g8Wij8AAAYWr/2M/QEAsBs6fwAAjCze+lP8AQAwYLU/AACwFDp/AAAMWO0PAIDNWLz2M/YHAMBu6PwBADCyeOtP8QcAwMDqq/0p/gAAGFh9wR/X/AEAsBk6fwAADCze+FP8AQAwYuwPAAAshc4fAICLWLv1t1XxH90vTb3uTlKT+rEqdF/Q2u2H9Ns/fqldh05KkurXjdHOeRmX/Nv+Ez7RJyu+C2a4QTd/3lzNnvln5eScUJOkZD03brxapKaaHVZQzZn5J2V/uVT7v98npzNSLVJbadiIUap/S0OzQzOF3c+Jbzas05xZf9F3O7Yp58QJvfbmH3RP565mh2UaO50PjP0tpENqfc34+wZ1Gj5b//HsB6oUHq7PJ/VT1cjKkqRDJ/J1yyNv+2wvzVqhMz+69cXXe0yOvmItWbxIr09yaehTGZr/8QIlJSVr2NDBys3NNTu0oPr2m3V6qE8/vTPzA7059U+6cOGCnhk+RIWFP5odWtBxTkiFhYVqkpSkZzPHmx2K6TgfrMXh8Xg8ZgchSVW6vBL054yLqaqDn4xU15Fz9L9bDl7yMatn/Fobdx/VsNcXBSWmU1+MC8rzGPV/tI+ap7TQuOdfkCSVlJSoW5dO6vfLxzV4yBNBj+dM4YWgP+elnDp1Uj3v66Apf5ytVj+7PejPH1XFvOFcKJ0T5y6UBPX5LqVty6amd/4Rlczr10LpfJCkyAr+V+Pw6XMBO1ZijYiAHStQbNX5G0VXc0qSTp0puuT9rW+LV6vb4jV70aZghhV058+d047t29QurX3pvrCwMLVr116bN31rYmTmKzh7RpIUHR1jciTBxTmBn7Lj+eBwBG4LRdf13qmgoEAfffSRdu/erYSEBPXr10+xsbFX/Tu32y232+2zz1NyQY6w4HU5Dof0WkZXrdpyUNu/P3HJxwxIb6kd+3O0ZvsPQYvLDKdOn1JxcfFF/9/FxsZq3769JkVlvpKSEk3+/atq0bK1bm18m9nhBBXnBH6K88F6/Or8mzVrppMnvYvjDh48qJSUFD3zzDNaunSpsrKy1KxZM+3bt++qx3G5XIqJifHZLnyfXb5XUE5v/WcPNb+ltn718sJL3h8ZUUm/6NJcsxdvDGpcCB1vvPqy9u7ZpQmvvG52KACCzBHAf0KRX8X/u+++04UL3muxmZmZSkxM1P79+/X1119r//79Sk1N1W9/+9urHiczM1N5eXk+W6VbOpXvFZTDmyO66f52jdX9v+bqh5wzl3xM747JquqsrLn/szVocZmlZo2aCg8Pv2jhTm5uruLi4kyKylxvvPqyVq3M1uQZM1WnbrzZ4QQd5wR+ypbngyOAWwgq9zX/1atX68UXX1RMjPdaaPXq1TVhwgStXLnyqn/rdDoVHR3tswVr5P/miG564O4k9Rg9V/uP5l32cQPTW+r/rd6lnDzrr/KuHBGhps2aa+2a1aX7SkpKtHbtaqW2bG1iZMHn8Xj0xqsva8VXy/T29L8o8aZ6ZodkCs4J/JQdzweL137/r/k7/m/1QlFRkRISEnzuu+mmm3TixKWvn4eCt/6zu37Rpbn6jP+rzv54TnVrVpMk5RW4VXSubHX5rYk1dXdqffUa96FZoQbd4wMGafy4sWrePEUpLVL1/pzZKiwsVK/eD5kdWlD9/tXf6R9LFsn1+z+oatWqys3xns/Vq0fJGRlpcnTBxTkh/fhjgQ4eOFB6+/APh7Tzux2KiYlRfEKiiZEFH+eDtfhd/Lt06aJKlSopPz9fO3fuVEpKSul9+/fvv6YFf2YZ+mAbSdLSNx/z2T9k0md6/4stpbcHpKfqhxP5+sd6+yxk6ZF+v06dPKlpUyYrJ+eEkpKbato77yrWqiO9y1j4V+8bvhFDB/rsH5f1su7v2duEiMzDOSHt2LZNT/5mQOntN19/VZL08wd66cXfucwKyxR2Ox9CdZV+oPj1Of8JEyb43G7Xrp26d+9eenvMmDE6dOiQPvjgA78DMeNz/qHIrM/5h5pQ+Zy/2cz8nH8oCYXP+YcCMz/nH2oq+nP+J84E7r9BtaNC799jW3/JTyii+HtR/L0o/l4Ufy+KfxmK//UJvYgAADCbxcf+FH8AAAwsXvvt/fW+AADYEZ0/AAAGVl/tT/EHAMAgVL+WN1AY+wMAYDN0/gAAGFh97E/nDwCAzdD5AwBgQOcPAAAshc4fAAADq6/2p/gDAGDA2B8AAFgKnT8AAAYWb/wp/gAAXMTi1Z+xPwAANkPnDwCAAav9AQCwGVb7AwAAS6HzBwDAwOKNP50/AAAXcQRw89PUqVN1yy23KDIyUnfeeae+/vrr6301F6H4AwBg4AjgP/748MMPNWrUKGVlZembb75Ry5Yt1b17dx0/fjygr4/iDwBAiHjjjTc0ZMgQDRo0SM2aNdOMGTNUtWpV/eUvfwno83DNHwAAg0Cu9ne73XK73T77nE6nnE6nz75z585pw4YNyszMLN0XFhamrl27avXq1YELSJI88Hg8Hk9RUZEnKyvLU1RUZHYopiIPXuTBizx4kQcv8lA+WVlZHkk+W1ZW1kWP++GHHzySPKtWrfLZP2bMGM8dd9wR0JgcHo/HE9i3Ezem/Px8xcTEKC8vT9HR0WaHYxry4EUevMiDF3nwIg/lc62d/+HDh3XTTTdp1apVSktLK93/7LPPKjs7W2vXrg1YTIz9AQCoQJcq9JcSFxen8PBwHTt2zGf/sWPHFB8fH9CYWPAHAEAIiIiIUJs2bbRs2bLSfSUlJVq2bJnPJCAQ6PwBAAgRo0aN0oABA3T77bfrjjvu0FtvvaWCggINGjQooM9D8f8/TqdTWVlZ1zSasTLy4EUevMiDF3nwIg8V7xe/+IVOnDihF154QUePHlWrVq20ZMkS1a1bN6DPw4I/AABshmv+AADYDMUfAACbofgDAGAzFH8AAGyG4q/g/HxiqFuxYoV69uypxMREORwOLVy40OyQTOFyudS2bVtFRUWpTp066tWrl3bu3Gl2WEE3ffp0paamKjo6WtHR0UpLS9PixYvNDst0EydOlMPh0MiRI80OJahefPFFORwOny05OdnssHAdbF/8g/XziaGuoKBALVu21NSpU80OxVTZ2dnKyMjQmjVrtHTpUp0/f17dunVTQUGB2aEFVb169TRx4kRt2LBB69evV+fOnfXggw9q27ZtZodmmnXr1umdd95Ramqq2aGYonnz5jpy5EjptnLlSrNDwvUI6C8F3IDuuOMOT0ZGRunt4uJiT2JiosflcpkYlbkkeRYsWGB2GCHh+PHjHkme7Oxss0MxXc2aNT3vvvuu2WGY4syZM57bbrvNs3TpUk+nTp08Tz/9tNkhBVVWVpanZcuWZoeBALJ15//vn0/s2rVr6b4K+/lE3JDy8vIkSbVq1TI5EvMUFxdr/vz5KigoCPhXjN4oMjIy9POf/9znvxV2s2vXLiUmJurWW29V//79deDAAbNDwnWw9Tf85eTkqLi4+KJvTqpbt66+++47k6JCqCgpKdHIkSN11113KSUlxexwgm7Lli1KS0tTUVGRqlevrgULFqhZs2ZmhxV08+fP1zfffKN169aZHYpp7rzzTs2aNUtJSUk6cuSIJkyYoA4dOmjr1q2KiooyOzyUg62LP3AlGRkZ2rp1q22vbSYlJWnjxo3Ky8vTX//6Vw0YMEDZ2dm2egNw8OBBPf3001q6dKkiIyPNDsc06enppf87NTVVd955pxo0aKCPPvpIgwcPNjEylJeti38wfz4RN5bhw4fr888/14oVK1SvXj2zwzFFRESEGjduLElq06aN1q1bp7ffflvvvPOOyZEFz4YNG3T8+HH97Gc/K91XXFysFStWaMqUKXK73QoPDzcxQnPUqFFDTZo00e7du80OBeVk62v+wfz5RNwYPB6Phg8frgULFmj58uVq2LCh2SGFjJKSErndbrPDCKouXbpoy5Yt2rhxY+l2++23q3///tq4caMtC78knT17Vnv27FFCQoLZoaCcbN35S8H7+cRQd/bsWZ938fv27dPGjRtVq1Yt1a9f38TIgisjI0Pz5s3Tp59+qqioKB09elSSFBMToypVqpgcXfBkZmYqPT1d9evX15kzZzRv3jx99dVX+uKLL8wOLaiioqIuWu9RrVo1xcbG2modyOjRo9WzZ081aNBAhw8fVlZWlsLDw9WvXz+zQ0M52b74B+vnE0Pd+vXrde+995beHjVqlCRpwIABmjVrlklRBd/06dMlSffcc4/P/pkzZ2rgwIHBD8gkx48f169+9SsdOXJEMTExSk1N1RdffKH77rvP7NBggkOHDqlfv37Kzc1V7dq1dffdd2vNmjWqXbu22aGhnPhJXwAAbMbW1/wBALAjij8AADZD8QcAwGYo/gAA2AzFHwAAm6H4AwBgMxR/AABshuIPAIDNUPwBALAZij8AADZD8QcAwGYo/gAA2Mz/B9CwnwVFu4sqAAAAAElFTkSuQmCC", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positiva','negativa','neutra'],\n", + " selector_k = 10,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "markdown", + "id": "8006de83-a826-478c-bee7-6bf38d0fa23a", + "metadata": {}, + "source": [ + "### Prueba 2" + ] + }, + { + "cell_type": "code", + "execution_count": 45, + "id": "e2ed16b3-fe75-48e0-9ee5-801aefa95143", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"Los textos que vas procesar del ambito de {__DOMAIN__}.\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"Quiero que me clasifiques los textos una de las siguientes categorías:\n", + " {__LABELS__}.\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"Argumenta tu respuesta paso a paso.\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"En tu respuesta incluye sólo el nombre de la clase, como una única\n", + " respuesta\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 46, + "id": "80360efc-af76-4d15-b935-586a79e33abc", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 46, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positiva','negativa','neutra'],\n", + " selector_k = 10,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "id": "f50d8cd3-af0f-416a-8f9d-a6d57cd86ac6", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['positiva'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra']]" + ] + }, + "execution_count": 48, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pred_targets" + ] + }, + { + "cell_type": "markdown", + "id": "25261a04-f35a-4eef-8d57-1d5019bcd424", + "metadata": {}, + "source": [ + "### Prueba 3" + ] + }, + { + "cell_type": "code", + "execution_count": 50, + "id": "74a71c53-6983-49d6-aac6-f2d0a2e88e2f", + "metadata": {}, + "outputs": [], + "source": [ + "prompt='''\n", + "TEMPLATE:\n", + " \"Necesito que me ayudes en una tarea de clasificación de texto.\n", + " {__PROMPT_DOMAIN__}\n", + " {__PROMPT_LABELS__}\n", + "\n", + " {__CHAIN_THOUGHT__}\n", + " {__ANSWER_FORMAT__}\"\n", + "\n", + "\n", + "PROMPT_DOMAIN:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_LABELS:\n", + " \"\"\n", + "\n", + "\n", + "PROMPT_DETAIL:\n", + " \"\"\n", + "\n", + "\n", + "CHAIN_THOUGHT:\n", + " \"\"\n", + "\n", + "\n", + "ANSWER_FORMAT:\n", + " \"\"\n", + "'''" + ] + }, + { + "cell_type": "code", + "execution_count": 52, + "id": "ea907475-c58a-4b77-904e-0a4f30d78ed4", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "" + ] + }, + "execution_count": 52, + "metadata": {}, + "output_type": "execute_result" + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "import seaborn as sns\n", + "from sklearn.metrics import confusion_matrix\n", + "from promptmeteo import DocumentClassifier\n", + "\n", + "model = DocumentClassifier(\n", + " language = 'es',\n", + " model_name = 'text-davinci-003',\n", + " model_provider_name = 'openai',\n", + " model_provider_token = token,\n", + " prompt_domain = 'opiniones de productos',\n", + " prompt_labels = ['positiva','negativa','neutra'],\n", + " selector_k = 20,\n", + ")\n", + "\n", + "model.task.prompt.read_prompt(prompt)\n", + "\n", + "model.train(\n", + " examples = train_reviews,\n", + " annotations = train_targets,\n", + ")\n", + "\n", + "pred_targets = model.predict(test_reviews)\n", + "pred_targets = [pred if len(pred)==1 else [''] for pred in pred_targets]\n", + "\n", + "sns.heatmap(\n", + " confusion_matrix(test_targets, pred_targets),\n", + " annot=True,\n", + " cmap='Blues')" + ] + }, + { + "cell_type": "code", + "execution_count": 53, + "id": "100497a5-bffa-47c8-905a-b9569cce41bb", + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "[['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " [''],\n", + " ['neutra'],\n", + " [''],\n", + " ['neutra']]" + ] + }, + "execution_count": 53, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "pred_targets" + ] + }, + { + "cell_type": "markdown", + "id": "572a6af8-112e-43d3-be26-79b100facd50", + "metadata": {}, + "source": [ + "## Conclusiones" + ] + }, + { + "cell_type": "markdown", + "id": "f2070ce4-4ede-44be-9764-d3186d3e62dd", + "metadata": {}, + "source": [ + "* Parece que con el modelo Flan-t5-small, el mejor resultado se obtiene añadiendo más ejemplot y quitando la instrucción del prompt\n", + "\n", + "* Parece que hay mucho errores asociados con que la respuesta tenga un espacio antes de laa respuesta" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.11" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/notebooks/06_test_openai_api-generation.html b/notebooks/06_test_openai_api-generation.html new file mode 100644 index 0000000..ff0d328 --- /dev/null +++ b/notebooks/06_test_openai_api-generation.html @@ -0,0 +1,3134 @@ + + + + + + + + + OpenAI - Test API Generation - 🔥🧔 + + + + + + + + + + + + + + + + + Contents + + + + + + Menu + + + + + + + + Expand + + + + + + Light mode + + + + + + + + + + + + + + Dark mode + + + + + + + Auto light/dark mode + + + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+
🔥🧔
+
+
+
+ +
+ +
+
+ +
+
+
+ + + + + Back to top + +
+ +
+ +
+ +
+
+
+

OpenAI - Test API Generation#

+

In this notebook, we create a fresh REST API specification. APIGeneration models are thought to generate a new API based on similar APIs.

+

APIGenerator and APIFormatter and thought to perform together but are not exclusive.

+
+

1. Data Preparation - API Examples and instructions.#

+

The examples in the api_examples folder are APIs along with their descriptions, enabling a search based on similarity.

+

The variable instructions pertains to specific criteria we want the generated API to meet. This could involve specifying that it should be entirely in English or include certain types of responses.

+
+
[1]:
+
+
+
import sys; sys.path.append('..')
+
+import os
+import json
+from promptmeteo import APIGenerator
+from promptmeteo import APIFormatter
+
+with open("../data/api_examples/api_rest.json") as fin:
+    data = json.load(fin)
+    api_descriptions = [i["description"] for i in data]
+    api_codes = [i["api"] for i in data]
+
+instructions = [
+    {
+        "rule": "Actions `get`, `post`, `update`, `delete` must have the properties `tags`, `description`, `summary`, `operationId`, `parameters`, `response`.",
+        "example": "```\n    paths:\n      /products:\nget:\n  tags:\n  - Products\n  summary: Service to fetch the list of products.\n  description: This service fetches the list of the products.\n  operationId: findAllProducts\n  parameters:\n  - name: brand\n  responses:\n    '200':\n      description: OK\n    ```"
+    }
+]
+
+
+
+

The following variables are essential in the inference process:

+
    +
  • description: This is the phrase that provides meaning to the API.

  • +
  • protocol and version: These variables are related to the technical specification of the generated code.

  • +
  • additional information: This variable allows us to include custom information. This information is incorporated exactly as specified in the variable.

  • +
+
+
[2]:
+
+
+
description="An API for managing my finances"
+protocol="REST"
+version="3.0.3"
+additional_info={
+    "servers": [
+        {
+            "url": "http://localhost:8080/",
+            "description": "Local environment",
+        }
+    ],
+}
+
+
+
+
+
+

2. APIGenerator - Generate a new API.#

+

API Generator is in charge of creating a new REST API based on a knowledge base and some instructions. Example APIs are search based on their descriptions matching the description of the new API.

+
+
[3]:
+
+
+
model_1 = APIGenerator(
+        language="en",
+        n_samples=5,
+        api_version=version,
+        api_protocol=protocol,
+        api_style_instructions=[i["rule"] for i in instructions],
+        model_provider_name="openai",
+        model_name="gpt-3.5-turbo-16k",
+        model_provider_token=os.environ.get(
+            "OPENAI_API_KEY",
+            "",
+        ),
+        verbose=True,
+    ).train(api_descriptions, api_codes)
+
+
+
+
+
[4]:
+
+
+
api = model_1.predict([description])[0]
+
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+ You are an API Designer that has to create an API file for your company. The expected file should be OpenAPI 3.0.3 REST API YAML.
+
+### RULES ###
+
+ The API should fulfill the following rules:
+ - Actions `get`, `post`, `update`, `delete` must have the properties `tags`, `description`, `summary`, `operationId`, `parameters`, `response`.
+
+### EXAMPLES ###
+
+For doing so take into consideration `paths`, `schemas` and `parameters` from the following API (They are not complete, they just include the scaffolding):
+
+IBANAPI OpenApi documentation
+```
+openapi: 3.0.0
+servers:
+- description: IBANAPI Server
+  url: https://api.ibanapi.com/v1
+info:
+  contact:
+    email: samy@ibanapi.com
+  description: IBANAPI OpenApi documentation
+  title: IBANAPI OpenApi Documentation
+  version: 1.0.0
+  x-apisguru-categories:
+  - financial
+  x-logo:
+    url: https://api.apis.guru/v2/cache/logo/https_ibanapi.com_assets_favicon_apple-touch-icon.png
+  x-origin:
+  - format: openapi
+    url: https://api.ibanapi.com/docs/api-docs.json
+    version: '3.0'
+  x-providerName: ibanapi.com
+tags:
+- description: API Endpoints of IBANAPI
+  name: IBANAPI
+paths:
+  /balance:
+    get:
+    - description
+    - operationId
+    - responses
+    - security
+    - summary
+    - tags
+  /validate:
+    get:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - summary
+    - tags
+  /validate-basic:
+    get:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - summary
+    - tags
+components:
+  parameters:
+    iban:
+    - description
+    - in
+    - name
+    - required
+    - schema
+  schemas:
+    '400':
+    - properties
+    - type
+    '401':
+    - properties
+    - type
+    '403':
+    - properties
+    - type
+    '422':
+    - properties
+    - type
+    BalanceResponse:
+    - properties
+    - type
+    IBANResult:
+    - properties
+    - type
+    IBANResultBasic:
+    - properties
+    - type
+  securitySchemes:
+    api_key_security:
+    - description
+    - in
+    - name
+    - type
+```
+
+The price is a fundamental building block for your listing on Walmart.com. You can use the price management APIs to set up and manage the price for a given item
+```
+openapi: 3.0.1
+servers:
+- description: Production URL
+  url: https://marketplace.walmartapis.com
+- description: Sandbox URL
+  url: https://sandbox.walmartapis.com
+info:
+  contact:
+    x-twitter: Walmart
+  description: The price is a fundamental building block for your listing on Walmart.com.
+    You can use the price management APIs to set up and manage the price for a given
+    item
+  title: Price Management
+  version: 1.0.0
+  x-apisguru-categories:
+  - ecommerce
+  x-logo:
+    url: https://api.apis.guru/v2/cache/logo/https_twitter.com_Walmart_profile_image.jpeg
+  x-origin:
+  - format: openapi
+    url: https://developer.walmart.com/api/detail
+    version: '3.0'
+  x-providerName: walmart.com
+  x-serviceName: price
+security:
+- {{}}
+paths:
+  /v3/cppreference:
+    post:
+    - description
+    - externalDocs
+    - operationId
+    - parameters
+    - requestBody
+    - responses
+    - summary
+    - tags
+  /v3/feeds:
+    post:
+    - description
+    - operationId
+    - parameters
+    - requestBody
+    - responses
+    - summary
+    - tags
+  /v3/price:
+    put:
+    - description
+    - operationId
+    - parameters
+    - requestBody
+    - responses
+    - summary
+    - tags
+components:
+  parameters:
+    accept:
+    - description
+    - example
+    - in
+    - name
+    - required
+    - schema
+    accessToken:
+    - description
+    - example
+    - in
+    - name
+    - required
+    - schema
+    authorization:
+    - description
+    - example
+    - in
+    - name
+    - required
+    - schema
+    channelType:
+    - description
+    - in
+    - name
+    - required
+    - schema
+    content-type:
+    - description
+    - example
+    - in
+    - name
+    - required
+    - schema
+    correlationId:
+    - description
+    - example
+    - in
+    - name
+    - required
+    - schema
+    svcName:
+    - description
+    - example
+    - in
+    - name
+    - required
+    - schema
+  schemas:
+    CapProgramResponse:
+    - properties
+    - type
+    Cause:
+    - properties
+    - type
+    - xml
+    ComparisonPrice:
+    - description
+    - properties
+    - type
+    CurrentPrice:
+    - properties
+    - type
+    FeedId:
+    - properties
+    - type
+    GatewayError:
+    - properties
+    - required
+    - type
+    - xml
+    ItemPriceResponse:
+    - properties
+    - type
+    - xml
+    Price:
+    - properties
+    - required
+    - type
+    Pricing:
+    - properties
+    - required
+    - type
+    StatusInfo:
+    - properties
+    - type
+```
+
+The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.
+```
+openapi: 3.0.0
+servers:
+- description: Xero API servers
+  url: https://api.xero.com/assets.xro/1.0
+info:
+  contact:
+    email: api@xero.com
+    name: Xero Platform Team
+    url: https://developer.xero.com
+    x-twitter: XeroAPI
+  description: The Assets API exposes fixed asset related functions of the Xero Accounting
+    application and can be used for a variety of purposes such as creating assets,
+    retrieving asset valuations etc.
+  license:
+    name: MIT
+    url: https://github.com/XeroAPI/Xero-OpenAPI/blob/master/LICENSE
+  termsOfService: https://developer.xero.com/xero-developer-platform-terms-conditions/
+  title: Xero Assets API
+  version: 2.9.4
+  x-apisguru-categories:
+  - financial
+  x-origin:
+  - format: openapi
+    url: https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/master/xero_assets.yaml
+    version: '3.0'
+  x-providerName: xero.com
+  x-serviceName: xero_assets
+  x-logo:
+    url: https://api.apis.guru/v2/cache/logo/https_apis.guru_assets_images_no-logo.svg
+paths:
+  /AssetTypes:
+    get:
+    - description
+    - operationId
+    - responses
+    - security
+    - summary
+    - tags
+    parameters:
+    - $ref: '#/components/parameters/requiredHeader'
+    post:
+    - description
+    - operationId
+    - requestBody
+    - responses
+    - security
+    - summary
+    - tags
+    - x-hasAssetsValidationError
+  /Assets:
+    get:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - summary
+    - tags
+    parameters:
+    - $ref: '#/components/parameters/requiredHeader'
+    post:
+    - description
+    - operationId
+    - requestBody
+    - responses
+    - security
+    - summary
+    - tags
+    - x-hasAssetsValidationError
+  /Assets/{{id}}:
+    get:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - summary
+    - tags
+    parameters:
+    - $ref: '#/components/parameters/requiredHeader'
+  /Settings:
+    get:
+    - description
+    - operationId
+    - responses
+    - security
+    - summary
+    - tags
+    parameters:
+    - $ref: '#/components/parameters/requiredHeader'
+components:
+  parameters:
+    requiredHeader:
+    - description
+    - example
+    - in
+    - name
+    - required
+    - schema
+  schemas:
+    Asset:
+    - properties
+    - required
+    - type
+    AssetStatus:
+    - description
+    - enum
+    - example
+    - type
+    AssetStatusQueryParam:
+    - description
+    - enum
+    - example
+    - type
+    AssetType:
+    - properties
+    - required
+    - type
+    Assets:
+    - properties
+    - type
+    BookDepreciationDetail:
+    - properties
+    - required
+    BookDepreciationSetting:
+    - properties
+    - required
+    Error:
+    - externalDocs
+    - properties
+    - type
+    FieldValidationErrorsElement:
+    - externalDocs
+    - properties
+    - type
+    Pagination:
+    - properties
+    ResourceValidationErrorsElement:
+    - externalDocs
+    - properties
+    - type
+    Setting:
+    - properties
+    - required
+    - type
+  securitySchemes:
+    OAuth2:
+    - description
+    - flows
+    - type
+```
+
+The Vonage Business Cloud Reports API enables you to retrieve call logs for your account.
+```
+openapi: 3.0.0
+servers:
+- url: https://api.vonage.com/t/vbc.prod/reports
+info:
+  contact:
+    name: Vonage Business Cloud Support
+    url: https://businesssupport.vonage.com/contactus
+  description: 'The Vonage Business Cloud Reports API enables you to retrieve call
+    logs for your account.
+
+
+    Your application must subscribe to the Reports API suite to use this API.
+
+    '
+  termsOfService: https://www.vonage.com/business/legal-policy-center/business-cloud/tos
+  title: Reports API
+  version: 1.0.1
+  x-origin:
+  - format: openapi
+    url: https://raw.githubusercontent.com/nexmo/api-specification/master/definitions/vonage-business-cloud/reports.yml
+    version: '3.0'
+  x-providerName: vonage.com
+  x-serviceName: reports
+  x-logo:
+    url: https://api.apis.guru/v2/cache/logo/https_apis.guru_assets_images_no-logo.svg
+paths:
+  /accounts/{{account_id}}/call-logs:
+    get:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - summary
+components:
+  parameters:
+    AccountID:
+    - description
+    - example
+    - in
+    - name
+    - required
+    - schema
+  schemas:
+    CallLog:
+    - properties
+    - type
+    CallLogsEmbeddedObject:
+    - properties
+    - type
+    CallLogsHalResponse:
+    - properties
+    - type
+    DetailedInvalidParam:
+    - properties
+    - type
+    ErrorResponse:
+    - properties
+    - type
+    FirstHref:
+    - description
+    - properties
+    - type
+    LastHref:
+    - description
+    - properties
+    - type
+    Links:
+    - properties
+    - type
+    NextHref:
+    - description
+    - properties
+    - type
+    PrevHref:
+    - description
+    - properties
+    - type
+    SelfHref:
+    - description
+    - properties
+    - type
+    ValidationErrorsResponse:
+    - properties
+    - type
+  securitySchemes:
+    bearerAuth:
+    - bearerFormat
+    - scheme
+    - type
+```
+
+The Google Play Game Management API allows developers to manage resources from the Google Play Game service.
+```
+openapi: 3.0.0
+servers:
+- url: https://gamesmanagement.googleapis.com/
+info:
+  contact:
+    name: Google
+    url: https://google.com
+    x-twitter: youtube
+  description: The Google Play Game Management API allows developers to manage resources
+    from the Google Play Game service.
+  license:
+    name: Creative Commons Attribution 3.0
+    url: http://creativecommons.org/licenses/by/3.0/
+  termsOfService: https://developers.google.com/terms/
+  title: Google Play Game Management
+  version: v1management
+  x-apiClientRegistration:
+    url: https://console.developers.google.com
+  x-apisguru-categories:
+  - analytics
+  - media
+  x-logo:
+    url: https://api.apis.guru/v2/cache/logo/https_www.google.com_images_branding_googlelogo_2x_googlelogo_color_272x92dp.png
+  x-origin:
+  - format: google
+    url: https://gamesmanagement.googleapis.com/$discovery/rest?version=v1management
+    version: v1
+  x-providerName: googleapis.com
+  x-serviceName: gamesManagement
+externalDocs:
+  url: https://developers.google.com/games/
+tags:
+- name: achievements
+- name: applications
+- name: events
+- name: players
+- name: scores
+paths:
+  /games/v1management/achievements/reset:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - responses
+    - security
+    - tags
+  /games/v1management/achievements/resetAllForAllPlayers:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - responses
+    - security
+    - tags
+  /games/v1management/achievements/resetMultipleForAllPlayers:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - requestBody
+    - responses
+    - security
+    - tags
+  /games/v1management/achievements/{{achievementId}}/reset:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - tags
+  /games/v1management/achievements/{{achievementId}}/resetForAllPlayers:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - tags
+  /games/v1management/applications/{{applicationId}}/players/hidden:
+    get:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - tags
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+  /games/v1management/applications/{{applicationId}}/players/hidden/{{playerId}}:
+    delete:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - tags
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - tags
+  /games/v1management/events/reset:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - responses
+    - security
+    - tags
+  /games/v1management/events/resetAllForAllPlayers:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - responses
+    - security
+    - tags
+  /games/v1management/events/resetMultipleForAllPlayers:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - requestBody
+    - responses
+    - security
+    - tags
+  /games/v1management/events/{{eventId}}/reset:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - tags
+  /games/v1management/events/{{eventId}}/resetForAllPlayers:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - tags
+  /games/v1management/leaderboards/{{leaderboardId}}/scores/reset:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - tags
+  /games/v1management/leaderboards/{{leaderboardId}}/scores/resetForAllPlayers:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - parameters
+    - responses
+    - security
+    - tags
+  /games/v1management/scores/reset:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - responses
+    - security
+    - tags
+  /games/v1management/scores/resetAllForAllPlayers:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - responses
+    - security
+    - tags
+  /games/v1management/scores/resetMultipleForAllPlayers:
+    parameters:
+    - $ref: '#/components/parameters/_.xgafv'
+    - $ref: '#/components/parameters/access_token'
+    - $ref: '#/components/parameters/alt'
+    - $ref: '#/components/parameters/callback'
+    - $ref: '#/components/parameters/fields'
+    - $ref: '#/components/parameters/key'
+    - $ref: '#/components/parameters/oauth_token'
+    - $ref: '#/components/parameters/prettyPrint'
+    - $ref: '#/components/parameters/quotaUser'
+    - $ref: '#/components/parameters/upload_protocol'
+    - $ref: '#/components/parameters/uploadType'
+    post:
+    - description
+    - operationId
+    - requestBody
+    - responses
+    - security
+    - tags
+components:
+  parameters:
+    _.xgafv:
+    - description
+    - in
+    - name
+    - schema
+    access_token:
+    - description
+    - in
+    - name
+    - schema
+    alt:
+    - description
+    - in
+    - name
+    - schema
+    callback:
+    - description
+    - in
+    - name
+    - schema
+    fields:
+    - description
+    - in
+    - name
+    - schema
+    key:
+    - description
+    - in
+    - name
+    - schema
+    oauth_token:
+    - description
+    - in
+    - name
+    - schema
+    prettyPrint:
+    - description
+    - in
+    - name
+    - schema
+    quotaUser:
+    - description
+    - in
+    - name
+    - schema
+    uploadType:
+    - description
+    - in
+    - name
+    - schema
+    upload_protocol:
+    - description
+    - in
+    - name
+    - schema
+  schemas:
+    AchievementResetAllResponse:
+    - description
+    - properties
+    - type
+    AchievementResetMultipleForAllRequest:
+    - properties
+    - type
+    AchievementResetResponse:
+    - description
+    - properties
+    - type
+    EventsResetMultipleForAllRequest:
+    - description
+    - properties
+    - type
+    GamesPlayerExperienceInfoResource:
+    - description
+    - properties
+    - type
+    GamesPlayerLevelResource:
+    - description
+    - properties
+    - type
+    HiddenPlayer:
+    - description
+    - properties
+    - type
+    HiddenPlayerList:
+    - description
+    - properties
+    - type
+    Player:
+    - description
+    - properties
+    - type
+    PlayerScoreResetAllResponse:
+    - description
+    - properties
+    - type
+    PlayerScoreResetResponse:
+    - description
+    - properties
+    - type
+    ProfileSettings:
+    - description
+    - properties
+    - type
+    ScoresResetMultipleForAllRequest:
+    - properties
+    - type
+  securitySchemes:
+    Oauth2:
+    - description
+    - flows
+    - type
+    Oauth2c:
+    - description
+    - flows
+    - type
+```
+
+
+The API purpose is: "An API for managing my finances."  Please create a complete API and answer just with the code, following the previous RULES and the `paths`, `schemas` and `parameters` from the EXAMPLES.
+
+
+MODEL OUTPUT
+
+ openapi: 3.0.3
+servers:
+- description: My Finances API Server
+  url: https://api.myfinances.com/v1
+info:
+  contact:
+    email: api@myfinances.com
+  description: An API for managing my finances.
+  title: My Finances API
+  version: 1.0.0
+tags:
+- description: API Endpoints of My Finances
+  name: My Finances
+paths:
+  /balance:
+    get:
+      tags:
+      - My Finances
+      description: Get the balance of my finances.
+      summary: Get Balance
+      operationId: getBalance
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      responses:
+        '200':
+          description: Successful response with the balance.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/BalanceResponse'
+        '401':
+          $ref: '#/components/schemas/401'
+  /transactions:
+    get:
+      tags:
+      - My Finances
+      description: Get a list of transactions.
+      summary: Get Transactions
+      operationId: getTransactions
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/startDate'
+      - $ref: '#/components/parameters/endDate'
+      responses:
+        '200':
+          description: Successful response with the list of transactions.
+          content:
+            application/json:
+              schema:
+                type: array
+                items:
+                  $ref: '#/components/schemas/Transaction'
+        '401':
+          $ref: '#/components/schemas/401'
+    post:
+      tags:
+      - My Finances
+      description: Create a new transaction.
+      summary: Create Transaction
+      operationId: createTransaction
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      requestBody:
+        required: true
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/Transaction'
+      responses:
+        '201':
+          description: Successful response indicating the transaction was created.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '400':
+          $ref: '#/components/schemas/400'
+        '401':
+          $ref: '#/components/schemas/401'
+  /transactions/{id}:
+    get:
+      tags:
+      - My Finances
+      description: Get a specific transaction by ID.
+      summary: Get Transaction by ID
+      operationId: getTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      responses:
+        '200':
+          description: Successful response with the transaction.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '401':
+          $ref: '#/components/schemas/401'
+    put:
+      tags:
+      - My Finances
+      description: Update a specific transaction by ID.
+      summary: Update Transaction by ID
+      operationId: updateTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      requestBody:
+        required: true
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/Transaction'
+      responses:
+        '200':
+          description: Successful response indicating the transaction was updated.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '400':
+          $ref: '#/components/schemas/400'
+        '401':
+          $ref: '#/components/schemas/401'
+    delete:
+      tags:
+      - My Finances
+      description: Delete a specific transaction by ID.
+      summary: Delete Transaction by ID
+      operationId: deleteTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      responses:
+        '204':
+          description: Successful response indicating the transaction was deleted.
+        '401':
+          $ref: '#/components/schemas/401'
+components:
+  parameters:
+    accessToken:
+    - description: Access token for authentication.
+      in: header
+      name: Authorization
+      required: true
+      schema:
+        type: string
+    startDate:
+    - description: Start date of the transaction period.
+      in: query
+      name: startDate
+      required: true
+      schema:
+        type: string
+        format: date
+    endDate:
+    - description: End date of the transaction period.
+      in: query
+      name: endDate
+      required: true
+      schema:
+        type: string
+        format: date
+    id:
+    - description: ID of the transaction.
+      in: path
+      name: id
+      required: true
+      schema:
+        type: string
+  schemas:
+    BalanceResponse:
+      type: object
+      properties:
+        balance:
+          type: number
+    Transaction:
+      type: object
+      properties:
+        id:
+          type: string
+        date:
+          type: string
+          format: date
+        description:
+          type: string
+        amount:
+          type: number
+        category:
+          type: string
+    400:
+      type: object
+      properties:
+        error:
+          type: string
+    401:
+      type: object
+      properties:
+        error:
+          type: string
+
+
+PARSE RESULT
+
+ openapi: 3.0.3
+servers:
+- description: My Finances API Server
+  url: https://api.myfinances.com/v1
+info:
+  contact:
+    email: api@myfinances.com
+  description: An API for managing my finances.
+  title: My Finances API
+  version: 1.0.0
+tags:
+- description: API Endpoints of My Finances
+  name: My Finances
+paths:
+  /balance:
+    get:
+      tags:
+      - My Finances
+      description: Get the balance of my finances.
+      summary: Get Balance
+      operationId: getBalance
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      responses:
+        '200':
+          description: Successful response with the balance.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/BalanceResponse'
+        '401':
+          $ref: '#/components/schemas/401'
+  /transactions:
+    get:
+      tags:
+      - My Finances
+      description: Get a list of transactions.
+      summary: Get Transactions
+      operationId: getTransactions
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/startDate'
+      - $ref: '#/components/parameters/endDate'
+      responses:
+        '200':
+          description: Successful response with the list of transactions.
+          content:
+            application/json:
+              schema:
+                type: array
+                items:
+                  $ref: '#/components/schemas/Transaction'
+        '401':
+          $ref: '#/components/schemas/401'
+    post:
+      tags:
+      - My Finances
+      description: Create a new transaction.
+      summary: Create Transaction
+      operationId: createTransaction
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      requestBody:
+        required: true
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/Transaction'
+      responses:
+        '201':
+          description: Successful response indicating the transaction was created.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '400':
+          $ref: '#/components/schemas/400'
+        '401':
+          $ref: '#/components/schemas/401'
+  /transactions/{id}:
+    get:
+      tags:
+      - My Finances
+      description: Get a specific transaction by ID.
+      summary: Get Transaction by ID
+      operationId: getTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      responses:
+        '200':
+          description: Successful response with the transaction.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '401':
+          $ref: '#/components/schemas/401'
+    put:
+      tags:
+      - My Finances
+      description: Update a specific transaction by ID.
+      summary: Update Transaction by ID
+      operationId: updateTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      requestBody:
+        required: true
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/Transaction'
+      responses:
+        '200':
+          description: Successful response indicating the transaction was updated.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '400':
+          $ref: '#/components/schemas/400'
+        '401':
+          $ref: '#/components/schemas/401'
+    delete:
+      tags:
+      - My Finances
+      description: Delete a specific transaction by ID.
+      summary: Delete Transaction by ID
+      operationId: deleteTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      responses:
+        '204':
+          description: Successful response indicating the transaction was deleted.
+        '401':
+          $ref: '#/components/schemas/401'
+components:
+  parameters:
+    accessToken:
+    - description: Access token for authentication.
+      in: header
+      name: Authorization
+      required: true
+      schema:
+        type: string
+    startDate:
+    - description: Start date of the transaction period.
+      in: query
+      name: startDate
+      required: true
+      schema:
+        type: string
+        format: date
+    endDate:
+    - description: End date of the transaction period.
+      in: query
+      name: endDate
+      required: true
+      schema:
+        type: string
+        format: date
+    id:
+    - description: ID of the transaction.
+      in: path
+      name: id
+      required: true
+      schema:
+        type: string
+  schemas:
+    BalanceResponse:
+      type: object
+      properties:
+        balance:
+          type: number
+    Transaction:
+      type: object
+      properties:
+        id:
+          type: string
+        date:
+          type: string
+          format: date
+        description:
+          type: string
+        amount:
+          type: number
+        category:
+          type: string
+    400:
+      type: object
+      properties:
+        error:
+          type: string
+    401:
+      type: object
+      properties:
+        error:
+          type: string
+
+
+
+
+

API Formatter - Correct an API#

+

The API Formatter processes an API specification, providing instructions to the Language Model (LLM) for correction and formatting based on the given instructions. Additionally, its parser handles schemas and parameters, replacing coincidental information with details extracted from example APIs. The objective is to maximize the reuse of information throughout the formatting process.

+
+
[5]:
+
+
+
model_2 = APIFormatter(
+        language="en",
+        api_version=version,
+        api_protocol=protocol,
+        api_style_instructions=[
+            "For example:\n\n".join(i.values()) for i in instructions
+        ],
+        model_provider_name="openai",
+        model_name="gpt-3.5-turbo-16k",
+        model_provider_token=os.environ.get(
+            "OPENAI_API_KEY",
+            "",
+        ),
+        verbose=True,
+    ).train(api_codes)
+
+
+
+
+
[7]:
+
+
+
api = model_2.predict([api], additional_info)[0]
+
+
+
+
+
+
+
+
+
+
+PROMPT INPUT
+
+ I want you to complete and correct an openAPI file. The expected file should be OpenAPI 3.0.3 REST API YAML.
+
+### RULES ###
+
+
+Make sure that the API should fulfill the following requirements:
+ - Actions `get`, `post`, `update`, `delete` must have the properties `tags`, `description`, `summary`, `operationId`, `parameters`, `response`.For example:
+
+```
+    paths:
+      /products:
+get:
+  tags:
+  - Products
+  summary: Service to fetch the list of products.
+  description: This service fetches the list of the products.
+  operationId: findAllProducts
+  parameters:
+  - name: brand
+  responses:
+    '200':
+      description: OK
+    ```
+The API that you have to correct is:
+```
+openapi: 3.0.3
+servers:
+- url: http://localhost:8080/
+  description: Local environment
+info:
+  contact:
+    email: api@myfinances.com
+  description: An API for managing my finances.
+  title: My Finances API
+  version: 1.0.0
+tags:
+- description: API Endpoints of My Finances
+  name: My Finances
+paths:
+  /balance:
+    get:
+      tags:
+      - My Finances
+      summary: Get Balance
+      description: Get the balance of my finances.
+      operationId: getBalance
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      responses:
+        '200':
+          description: Successful response with the balance.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/BalanceResponse'
+        '401':
+          $ref: '#/components/schemas/401'
+  /transactions:
+    get:
+      tags:
+      - My Finances
+      summary: Get Transactions
+      description: Get a list of transactions.
+      operationId: getTransactions
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/startDate'
+      - $ref: '#/components/parameters/endDate'
+      responses:
+        '200':
+          description: Successful response with the list of transactions.
+          content:
+            application/json:
+              schema:
+                type: array
+                items:
+                  $ref: '#/components/schemas/Transaction'
+        '401':
+          $ref: '#/components/schemas/401'
+    post:
+      tags:
+      - My Finances
+      summary: Create Transaction
+      description: Create a new transaction.
+      operationId: createTransaction
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      requestBody:
+        required: true
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/Transaction'
+      responses:
+        '201':
+          description: Successful response indicating the transaction was created.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '400':
+          $ref: '#/components/schemas/400'
+        '401':
+          $ref: '#/components/schemas/401'
+  /transactions/{{id}}:
+    get:
+      tags:
+      - My Finances
+      summary: Get Transaction by ID
+      description: Get a specific transaction by ID.
+      operationId: getTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      responses:
+        '200':
+          description: Successful response with the transaction.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '401':
+          $ref: '#/components/schemas/401'
+    put:
+      tags:
+      - My Finances
+      summary: Update Transaction by ID
+      description: Update a specific transaction by ID.
+      operationId: updateTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      requestBody:
+        required: true
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/Transaction'
+      responses:
+        '200':
+          description: Successful response indicating the transaction was updated.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '400':
+          $ref: '#/components/schemas/400'
+        '401':
+          $ref: '#/components/schemas/401'
+    delete:
+      tags:
+      - My Finances
+      summary: Delete Transaction by ID
+      description: Delete a specific transaction by ID.
+      operationId: deleteTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      responses:
+        '204':
+          description: Successful response indicating the transaction was deleted.
+        '401':
+          $ref: '#/components/schemas/401'
+components:
+  parameters:
+    accessToken:
+      description: The access token retrieved in the Token API call
+      example: eyJraWQiOiIzZjVhYTFmNS1hYWE5LTQzM.....
+      in: header
+      name: WM_SEC.ACCESS_TOKEN
+      required: true
+      schema:
+        type: string
+    startDate:
+      description: Start date of the transaction period.
+      in: query
+      name: startDate
+      required: true
+      schema:
+        type: string
+        format: date
+    endDate:
+      description: End date of the transaction period.
+      in: query
+      name: endDate
+      required: true
+      schema:
+        type: string
+        format: date
+    id:
+      description: ID of the record you are acting upon.
+      in: path
+      name: id
+      required: true
+      schema:
+        type: string
+  schemas:
+    BalanceResponse:
+      properties:
+        data:
+          example:
+            bank_balance: 100
+            basic_balance: 2000
+            expiry_date: 2021-05-16
+          type: object
+        message:
+          example: SUCCESS
+          type: string
+        result:
+          example: '200'
+          type: integer
+      type: object
+    Transaction:
+      allOf:
+      - properties:
+          accountId:
+            description: The unique identifier of the bank account.
+            minLength: 1
+            type: string
+          amount:
+            description: The amount of the bank transaction.
+            type: number
+          authorizedDate:
+            $ref: '#/components/schemas/DateTime'
+            description: The date the bank transaction was authorized.
+          code:
+            $ref: '#/components/schemas/Transaction/definitions/transactionCode'
+          currency:
+            description: The currency of the bank transaction.
+            minLength: 1
+            type: string
+          description:
+            description: The description of the bank transaction.
+            nullable: true
+            type: string
+          id:
+            description: The unique identifier of the bank transaction.
+            minLength: 1
+            type: string
+          merchantName:
+            description: The name of the merchant.
+            nullable: true
+            type: string
+          postedDate:
+            $ref: '#/components/schemas/DateTime'
+            description: The date the bank transaction was cleared.
+          transactionCategoryRef:
+            $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryRef'
+        type: object
+      - $ref: '#/components/schemas/ModifiedDates'
+      definitions:
+        transactionCode:
+          description: Code to identify the underlying transaction.
+          enum:
+          - Unknown
+          - Fee
+          - Payment
+          - Cash
+          - Transfer
+          - Interest
+          - Cashback
+          - Cheque
+          - DirectDebit
+          - Purchase
+          - StandingOrder
+          - Adjustment
+          - Credit
+          - Other
+          - NotSupported
+          type: string
+          x-internal: true
+      description: 'The Banking Transactions data type provides an immutable source
+        of up-to-date information on income and expenditure.
+
+
+        Responses are paged, so you should provide `page` and `pageSize` query parameters
+        in your request.
+
+
+        View the coverage for banking transactions in the [Data Coverage Explorer](https://knowledge.codat.io/supported-features/banking?view=tab-by-data-type&dataType=banking-transactions).'
+      examples:
+      - accountId: 1703194f-7805-4da8-bac0-2ba5da4a4216
+        amount: 5062.39
+        authorizedDate: 2021-07-06 00:00:00
+        currency: GBP
+        description: Payments for direct income ce149943-c157-43fc-aac7-42a716b655b6
+        id: 0130b5bb-1419-40f6-8a27-7362d0381229
+        merchantName: New Look
+        modifiedDate: 2022-05-23 16:32:50+00:00
+        postedDate: 2021-07-06 00:00:00
+        sourceModifiedDate: 2021-06-28 10:48:12
+        transactionCategoryRef:
+          id: health-and-fitness-sports
+      required:
+      - id
+      - accountId
+      - currency
+      title: Transaction
+      type: object
+    '400':
+      properties:
+        data:
+          example: '{{}}'
+          type: object
+        message:
+          example: Your balance is exhausted
+          type: string
+        result:
+          example: '400'
+          type: integer
+      type: object
+    '401':
+      properties:
+        data:
+          example: '{{}}'
+          type: object
+        message:
+          example: Your package has expired
+          type: string
+        result:
+          example: '401'
+          type: integer
+      type: object
+    DateTime:
+      description: "In Codat's data model, dates and times are represented using the\
+        \ <a class=\"external\" href=\"https://en.wikipedia.org/wiki/ISO_8601\" target=\"\
+        _blank\">ISO 8601 standard</a>. Date and time fields are formatted as strings;\
+        \ for example:\n\n```\n2020-10-08T22:40:50Z\n2021-01-01T00:00:00\n```\n\n\n\
+        \nWhen syncing data that contains `DateTime` fields from Codat, make sure\
+        \ you support the following cases when reading time information:\n\n- Coordinated\
+        \ Universal Time (UTC): `2021-11-15T06:00:00Z`\n- Unqualified local time:\
+        \ `2021-11-15T01:00:00`\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\n\
+        \n> Time zones\n> \n> Not all dates from Codat will contain information about\
+        \ time zones.  \n> Where it is not available from the underlying platform,\
+        \ Codat will return these as times local to the business whose data has been\
+        \ synced."
+      example: 2022-10-23 00:00:00+00:00
+      title: Date time
+      type: string
+    TransactionCategory:
+      allOf:
+      - description: Status of the bank transaction category.
+        properties:
+          hasChildren:
+            description: A Boolean indicating whether there are other bank transaction
+              categories beneath this one in the hierarchy.
+            type: boolean
+          id:
+            description: The unique identifier of the bank transaction category.
+            minLength: 1
+            type: string
+          name:
+            description: The name of the bank transaction category.
+            minLength: 1
+            type: string
+          parentId:
+            description: The unique identifier of the parent bank transaction category.
+            nullable: true
+            type: string
+          status:
+            $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryStatus'
+        type: object
+      - $ref: '#/components/schemas/ModifiedDates'
+      definitions:
+        transactionCategoryRef:
+          description: An object of bank transaction category reference data.
+          properties:
+            id:
+              description: The unique category reference id for the bank transaction.
+              minLength: 1
+              type: string
+            name:
+              description: The category name reference for the bank transaction.
+              nullable: true
+              type: string
+          required:
+          - id
+          type: object
+          x-internal: true
+        transactionCategoryStatus:
+          enum:
+          - Unknown
+          - Active
+          - Archived
+          type: string
+          x-internal: true
+      description: 'The Banking Transaction Categories data type provides a list of
+        hierarchical categories associated with a transaction for greater contextual
+        meaning to transaction activity.
+
+
+        Responses are paged, so you should provide `page` and `pageSize` query parameters
+        in your request.'
+      examples:
+      - hasChildren: true
+        id: auto-and-transport
+        modifiedDate: 2022-05-23 16:32:50
+        name: Auto & Transport
+        sourceModifiedDate: 2021-04-24 07:59:10
+        status: Active
+      required:
+      - id
+      - name
+      title: Transaction Category
+      type: object
+    ModifiedDates:
+      allOf:
+      - $ref: '#/components/schemas/ModifiedDate'
+      - $ref: '#/components/schemas/SourceModifiedDate'
+      x-internal: true
+    ModifiedDate:
+      properties:
+        modifiedDate:
+          $ref: '#/components/schemas/DateTime'
+          description: The date on which this record was last modified in Codat.
+      title: ModifiedDate
+      type: object
+      x-internal: true
+    SourceModifiedDate:
+      properties:
+        sourceModifiedDate:
+          $ref: '#/components/schemas/DateTime'
+          description: The date on which this record was last modified in the originating
+            system
+      title: Source Modified Date
+      type: object
+      x-internal: true
+
+```
+
+
+
+MODEL OUTPUT
+
+ openapi: 3.0.3
+servers:
+- url: http://localhost:8080/
+  description: Local environment
+info:
+  contact:
+    email: api@myfinances.com
+  description: An API for managing my finances.
+  title: My Finances API
+  version: 1.0.0
+tags:
+- description: API Endpoints of My Finances
+  name: My Finances
+paths:
+  /balance:
+    get:
+      tags:
+      - My Finances
+      summary: Get Balance
+      description: Get the balance of my finances.
+      operationId: getBalance
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      responses:
+        '200':
+          description: Successful response with the balance.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/BalanceResponse'
+        '401':
+          $ref: '#/components/schemas/401'
+  /transactions:
+    get:
+      tags:
+      - My Finances
+      summary: Get Transactions
+      description: Get a list of transactions.
+      operationId: getTransactions
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/startDate'
+      - $ref: '#/components/parameters/endDate'
+      responses:
+        '200':
+          description: Successful response with the list of transactions.
+          content:
+            application/json:
+              schema:
+                type: array
+                items:
+                  $ref: '#/components/schemas/Transaction'
+        '401':
+          $ref: '#/components/schemas/401'
+    post:
+      tags:
+      - My Finances
+      summary: Create Transaction
+      description: Create a new transaction.
+      operationId: createTransaction
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      requestBody:
+        required: true
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/Transaction'
+      responses:
+        '201':
+          description: Successful response indicating the transaction was created.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '400':
+          $ref: '#/components/schemas/400'
+        '401':
+          $ref: '#/components/schemas/401'
+  /transactions/{id}:
+    get:
+      tags:
+      - My Finances
+      summary: Get Transaction by ID
+      description: Get a specific transaction by ID.
+      operationId: getTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      responses:
+        '200':
+          description: Successful response with the transaction.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '401':
+          $ref: '#/components/schemas/401'
+    put:
+      tags:
+      - My Finances
+      summary: Update Transaction by ID
+      description: Update a specific transaction by ID.
+      operationId: updateTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      requestBody:
+        required: true
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/Transaction'
+      responses:
+        '200':
+          description: Successful response indicating the transaction was updated.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '400':
+          $ref: '#/components/schemas/400'
+        '401':
+          $ref: '#/components/schemas/401'
+    delete:
+      tags:
+      - My Finances
+      summary: Delete Transaction by ID
+      description: Delete a specific transaction by ID.
+      operationId: deleteTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      responses:
+        '204':
+          description: Successful response indicating the transaction was deleted.
+        '401':
+          $ref: '#/components/schemas/401'
+components:
+  parameters:
+    accessToken:
+      description: The access token retrieved in the Token API call
+      example: eyJraWQiOiIzZjVhYTFmNS1hYWE5LTQzM.....
+      in: header
+      name: WM_SEC.ACCESS_TOKEN
+      required: true
+      schema:
+        type: string
+    startDate:
+      description: Start date of the transaction period.
+      in: query
+      name: startDate
+      required: true
+      schema:
+        type: string
+        format: date
+    endDate:
+      description: End date of the transaction period.
+      in: query
+      name: endDate
+      required: true
+      schema:
+        type: string
+        format: date
+    id:
+      description: ID of the record you are acting upon.
+      in: path
+      name: id
+      required: true
+      schema:
+        type: string
+  schemas:
+    BalanceResponse:
+      properties:
+        data:
+          example:
+            bank_balance: 100
+            basic_balance: 2000
+            expiry_date: 2021-05-16
+          type: object
+        message:
+          example: SUCCESS
+          type: string
+        result:
+          example: '200'
+          type: integer
+      type: object
+    Transaction:
+      allOf:
+      - properties:
+          accountId:
+            description: The unique identifier of the bank account.
+            minLength: 1
+            type: string
+          amount:
+            description: The amount of the bank transaction.
+            type: number
+          authorizedDate:
+            $ref: '#/components/schemas/DateTime'
+            description: The date the bank transaction was authorized.
+          code:
+            $ref: '#/components/schemas/Transaction/definitions/transactionCode'
+          currency:
+            description: The currency of the bank transaction.
+            minLength: 1
+            type: string
+          description:
+            description: The description of the bank transaction.
+            nullable: true
+            type: string
+          id:
+            description: The unique identifier of the bank transaction.
+            minLength: 1
+            type: string
+          merchantName:
+            description: The name of the merchant.
+            nullable: true
+            type: string
+          postedDate:
+            $ref: '#/components/schemas/DateTime'
+            description: The date the bank transaction was cleared.
+          transactionCategoryRef:
+            $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryRef'
+        type: object
+      - $ref: '#/components/schemas/ModifiedDates'
+      definitions:
+        transactionCode:
+          description: Code to identify the underlying transaction.
+          enum:
+          - Unknown
+          - Fee
+          - Payment
+          - Cash
+          - Transfer
+          - Interest
+          - Cashback
+          - Cheque
+          - DirectDebit
+          - Purchase
+          - StandingOrder
+          - Adjustment
+          - Credit
+          - Other
+          - NotSupported
+          type: string
+          x-internal: true
+      description: 'The Banking Transactions data type provides an immutable source
+        of up-to-date information on income and expenditure.
+
+
+        Responses are paged, so you should provide `page` and `pageSize` query parameters
+        in your request.
+
+
+        View the coverage for banking transactions in the [Data Coverage Explorer](https://knowledge.codat.io/supported-features/banking?view=tab-by-data-type&dataType=banking-transactions).'
+      examples:
+      - accountId: 1703194f-7805-4da8-bac0-2ba5da4a4216
+        amount: 5062.39
+        authorizedDate: 2021-07-06 00:00:00
+        currency: GBP
+        description: Payments for direct income ce149943-c157-43fc-aac7-42a716b655b6
+        id: 0130b5bb-1419-40f6-8a27-7362d0381229
+        merchantName: New Look
+        modifiedDate: 2022-05-23 16:32:50+00:00
+        postedDate: 2021-07-06 00:00:00
+        sourceModifiedDate: 2021-06-28 10:48:12
+        transactionCategoryRef:
+          id: health-and-fitness-sports
+      required:
+      - id
+      - accountId
+      - currency
+      title: Transaction
+      type: object
+    '400':
+      properties:
+        data:
+          example: '{{}}'
+          type: object
+        message:
+          example: Your balance is exhausted
+          type: string
+        result:
+          example: '400'
+          type: integer
+      type: object
+    '401':
+      properties:
+        data:
+          example: '{{}}'
+          type: object
+        message:
+          example: Your package has expired
+          type: string
+        result:
+          example: '401'
+          type: integer
+      type: object
+    DateTime:
+      description: "In Codat's data model, dates and times are represented using the\
+        \ <a class=\"external\" href=\"https://en.wikipedia.org/wiki/ISO_8601\" target=\"\
+        _blank\">ISO 8601 standard</a>. Date and time fields are formatted as strings;\
+        \ for example:\n\n```\n2020-10-08T22:40:50Z\n2021-01-01T00:00:00\n```\n\n\n\
+        \nWhen syncing data that contains `DateTime` fields from Codat, make sure\
+        \ you support the following cases when reading time information:\n\n- Coordinated\
+        \ Universal Time (UTC): `2021-11-15T06:00:00Z`\n- Unqualified local time:\
+        \ `2021-11-15T01:00:00`\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\n\
+        \n> Time zones\n> \n> Not all dates from Codat will contain information about\
+        \ time zones.  \n> Where it is not available from the underlying platform,\
+        \ Codat will return these as times local to the business whose data has been\
+        \ synced."
+      example: 2022-10-23 00:00:00+00:00
+      title: Date time
+      type: string
+    TransactionCategory:
+      allOf:
+      - description: Status of the bank transaction category.
+        properties:
+          hasChildren:
+            description: A Boolean indicating whether there are other bank transaction
+              categories beneath this one in the hierarchy.
+            type: boolean
+          id:
+            description: The unique identifier of the bank transaction category.
+            minLength: 1
+            type: string
+          name:
+            description: The name of the bank transaction category.
+            minLength: 1
+            type: string
+          parentId:
+            description: The unique identifier of the parent bank transaction category.
+            nullable: true
+            type: string
+          status:
+            $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryStatus'
+        type: object
+      - $ref: '#/components/schemas/ModifiedDates'
+      definitions:
+        transactionCategoryRef:
+          description: An object of bank transaction category reference data.
+          properties:
+            id:
+              description: The unique category reference id for the bank transaction.
+              minLength: 1
+              type: string
+            name:
+              description: The category name reference for the bank transaction.
+              nullable: true
+              type: string
+          required:
+          - id
+          type: object
+          x-internal: true
+        transactionCategoryStatus:
+          enum:
+          - Unknown
+          - Active
+          - Archived
+          type: string
+          x-internal: true
+      description: 'The Banking Transaction Categories data type provides a list of
+        hierarchical categories associated with a transaction for greater contextual
+        meaning to transaction activity.
+
+
+        Responses are paged, so you should provide `page` and `pageSize` query parameters
+        in your request.'
+      examples:
+      - hasChildren: true
+        id: auto-and-transport
+        modifiedDate: 2022-05-23 16:32:50
+        name: Auto & Transport
+        sourceModifiedDate: 2021-04-24 07:59:10
+        status: Active
+      required:
+      - id
+      - name
+      title: Transaction Category
+      type: object
+    ModifiedDates:
+      allOf:
+      - $ref: '#/components/schemas/ModifiedDate'
+      - $ref: '#/components/schemas/SourceModifiedDate'
+      x-internal: true
+    ModifiedDate:
+      properties:
+        modifiedDate:
+          $ref: '#/components/schemas/DateTime'
+          description: The date on which this record was last modified in Codat.
+      title: ModifiedDate
+      type: object
+      x-internal: true
+    SourceModifiedDate:
+      properties:
+        sourceModifiedDate:
+          $ref: '#/components/schemas/DateTime'
+          description: The date on which this record was last modified in the originating
+            system
+      title: Source Modified Date
+      type: object
+      x-internal: true
+
+
+PARSE RESULT
+
+ \n2020-10-08T22:40:50Z\n2021-01-01T00:00:00\n
+
+
+
+
+
+
+
+---------------------------------------------------------------------------
+AttributeError                            Traceback (most recent call last)
+Cell In[7], line 1
+----> 1 api = model_2.predict([api], additional_info)[0]
+
+File ~/Documents/Promptmeteo/examples/../promptmeteo/api_formatter.py:286, in APIFormatter.predict(self, api_codes, external_info)
+    284 _api_codes = deepcopy(api_codes)
+    285 _api_codes = super(APIFormatter, self).predict(examples=_api_codes)
+--> 286 _api_codes = [self._replace(api) for api in _api_codes]
+    287 _api_codes = [
+    288     self._add_external_information(api, external_info)
+    289     for api in _api_codes
+    290 ]
+    291 return _api_codes
+
+File ~/Documents/Promptmeteo/examples/../promptmeteo/api_formatter.py:286, in <listcomp>(.0)
+    284 _api_codes = deepcopy(api_codes)
+    285 _api_codes = super(APIFormatter, self).predict(examples=_api_codes)
+--> 286 _api_codes = [self._replace(api) for api in _api_codes]
+    287 _api_codes = [
+    288     self._add_external_information(api, external_info)
+    289     for api in _api_codes
+    290 ]
+    291 return _api_codes
+
+File ~/Documents/Promptmeteo/examples/../promptmeteo/api_formatter.py:304, in APIFormatter._replace(self, api)
+    302 # Replace entities
+    303 api = yaml.load(api, Loader=yaml.FullLoader)
+--> 304 for entity in api.get("components", {}).get("schemas", {}).keys():
+    305     if entity in self._entities:
+    306         api["components"]["schemas"][entity] = yaml.load(
+    307             self._entities[entity], Loader=yaml.FullLoader
+    308         )
+
+AttributeError: 'str' object has no attribute 'get'
+
+
+
+
[8]:
+
+
+
print(api)
+
+
+
+
+
+
+
+
+openapi: 3.0.3
+servers:
+- url: http://localhost:8080/
+  description: Local environment
+info:
+  contact:
+    email: api@myfinances.com
+  description: An API for managing my finances.
+  title: My Finances API
+  version: 1.0.0
+tags:
+- description: API Endpoints of My Finances
+  name: My Finances
+paths:
+  /balance:
+    get:
+      tags:
+      - My Finances
+      summary: Get Balance
+      description: Get the balance of my finances.
+      operationId: getBalance
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      responses:
+        '200':
+          description: Successful response with the balance.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/BalanceResponse'
+        '401':
+          $ref: '#/components/schemas/401'
+  /transactions:
+    get:
+      tags:
+      - My Finances
+      summary: Get Transactions
+      description: Get a list of transactions.
+      operationId: getTransactions
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/startDate'
+      - $ref: '#/components/parameters/endDate'
+      responses:
+        '200':
+          description: Successful response with the list of transactions.
+          content:
+            application/json:
+              schema:
+                type: array
+                items:
+                  $ref: '#/components/schemas/Transaction'
+        '401':
+          $ref: '#/components/schemas/401'
+    post:
+      tags:
+      - My Finances
+      summary: Create Transaction
+      description: Create a new transaction.
+      operationId: createTransaction
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      requestBody:
+        required: true
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/Transaction'
+      responses:
+        '201':
+          description: Successful response indicating the transaction was created.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '400':
+          $ref: '#/components/schemas/400'
+        '401':
+          $ref: '#/components/schemas/401'
+  /transactions/{id}:
+    get:
+      tags:
+      - My Finances
+      summary: Get Transaction by ID
+      description: Get a specific transaction by ID.
+      operationId: getTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      responses:
+        '200':
+          description: Successful response with the transaction.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '401':
+          $ref: '#/components/schemas/401'
+    put:
+      tags:
+      - My Finances
+      summary: Update Transaction by ID
+      description: Update a specific transaction by ID.
+      operationId: updateTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      requestBody:
+        required: true
+        content:
+          application/json:
+            schema:
+              $ref: '#/components/schemas/Transaction'
+      responses:
+        '200':
+          description: Successful response indicating the transaction was updated.
+          content:
+            application/json:
+              schema:
+                $ref: '#/components/schemas/Transaction'
+        '400':
+          $ref: '#/components/schemas/400'
+        '401':
+          $ref: '#/components/schemas/401'
+    delete:
+      tags:
+      - My Finances
+      summary: Delete Transaction by ID
+      description: Delete a specific transaction by ID.
+      operationId: deleteTransactionById
+      parameters:
+      - $ref: '#/components/parameters/accessToken'
+      - $ref: '#/components/parameters/id'
+      responses:
+        '204':
+          description: Successful response indicating the transaction was deleted.
+        '401':
+          $ref: '#/components/schemas/401'
+components:
+  parameters:
+    accessToken:
+      description: The access token retrieved in the Token API call
+      example: eyJraWQiOiIzZjVhYTFmNS1hYWE5LTQzM.....
+      in: header
+      name: WM_SEC.ACCESS_TOKEN
+      required: true
+      schema:
+        type: string
+    startDate:
+      description: Start date of the transaction period.
+      in: query
+      name: startDate
+      required: true
+      schema:
+        type: string
+        format: date
+    endDate:
+      description: End date of the transaction period.
+      in: query
+      name: endDate
+      required: true
+      schema:
+        type: string
+        format: date
+    id:
+      description: ID of the record you are acting upon.
+      in: path
+      name: id
+      required: true
+      schema:
+        type: string
+  schemas:
+    BalanceResponse:
+      properties:
+        data:
+          example:
+            bank_balance: 100
+            basic_balance: 2000
+            expiry_date: 2021-05-16
+          type: object
+        message:
+          example: SUCCESS
+          type: string
+        result:
+          example: '200'
+          type: integer
+      type: object
+    Transaction:
+      allOf:
+      - properties:
+          accountId:
+            description: The unique identifier of the bank account.
+            minLength: 1
+            type: string
+          amount:
+            description: The amount of the bank transaction.
+            type: number
+          authorizedDate:
+            $ref: '#/components/schemas/DateTime'
+            description: The date the bank transaction was authorized.
+          code:
+            $ref: '#/components/schemas/Transaction/definitions/transactionCode'
+          currency:
+            description: The currency of the bank transaction.
+            minLength: 1
+            type: string
+          description:
+            description: The description of the bank transaction.
+            nullable: true
+            type: string
+          id:
+            description: The unique identifier of the bank transaction.
+            minLength: 1
+            type: string
+          merchantName:
+            description: The name of the merchant.
+            nullable: true
+            type: string
+          postedDate:
+            $ref: '#/components/schemas/DateTime'
+            description: The date the bank transaction was cleared.
+          transactionCategoryRef:
+            $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryRef'
+        type: object
+      - $ref: '#/components/schemas/ModifiedDates'
+      definitions:
+        transactionCode:
+          description: Code to identify the underlying transaction.
+          enum:
+          - Unknown
+          - Fee
+          - Payment
+          - Cash
+          - Transfer
+          - Interest
+          - Cashback
+          - Cheque
+          - DirectDebit
+          - Purchase
+          - StandingOrder
+          - Adjustment
+          - Credit
+          - Other
+          - NotSupported
+          type: string
+          x-internal: true
+      description: 'The Banking Transactions data type provides an immutable source
+        of up-to-date information on income and expenditure.
+
+
+        Responses are paged, so you should provide `page` and `pageSize` query parameters
+        in your request.
+
+
+        View the coverage for banking transactions in the [Data Coverage Explorer](https://knowledge.codat.io/supported-features/banking?view=tab-by-data-type&dataType=banking-transactions).'
+      examples:
+      - accountId: 1703194f-7805-4da8-bac0-2ba5da4a4216
+        amount: 5062.39
+        authorizedDate: 2021-07-06 00:00:00
+        currency: GBP
+        description: Payments for direct income ce149943-c157-43fc-aac7-42a716b655b6
+        id: 0130b5bb-1419-40f6-8a27-7362d0381229
+        merchantName: New Look
+        modifiedDate: 2022-05-23 16:32:50+00:00
+        postedDate: 2021-07-06 00:00:00
+        sourceModifiedDate: 2021-06-28 10:48:12
+        transactionCategoryRef:
+          id: health-and-fitness-sports
+      required:
+      - id
+      - accountId
+      - currency
+      title: Transaction
+      type: object
+    '400':
+      properties:
+        data:
+          example: '{}'
+          type: object
+        message:
+          example: Your balance is exhausted
+          type: string
+        result:
+          example: '400'
+          type: integer
+      type: object
+    '401':
+      properties:
+        data:
+          example: '{}'
+          type: object
+        message:
+          example: Your package has expired
+          type: string
+        result:
+          example: '401'
+          type: integer
+      type: object
+    DateTime:
+      description: "In Codat's data model, dates and times are represented using the\
+        \ <a class=\"external\" href=\"https://en.wikipedia.org/wiki/ISO_8601\" target=\"\
+        _blank\">ISO 8601 standard</a>. Date and time fields are formatted as strings;\
+        \ for example:\n\n```\n2020-10-08T22:40:50Z\n2021-01-01T00:00:00\n```\n\n\n\
+        \nWhen syncing data that contains `DateTime` fields from Codat, make sure\
+        \ you support the following cases when reading time information:\n\n- Coordinated\
+        \ Universal Time (UTC): `2021-11-15T06:00:00Z`\n- Unqualified local time:\
+        \ `2021-11-15T01:00:00`\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\n\
+        \n> Time zones\n> \n> Not all dates from Codat will contain information about\
+        \ time zones.  \n> Where it is not available from the underlying platform,\
+        \ Codat will return these as times local to the business whose data has been\
+        \ synced."
+      example: 2022-10-23 00:00:00+00:00
+      title: Date time
+      type: string
+    TransactionCategory:
+      allOf:
+      - description: Status of the bank transaction category.
+        properties:
+          hasChildren:
+            description: A Boolean indicating whether there are other bank transaction
+              categories beneath this one in the hierarchy.
+            type: boolean
+          id:
+            description: The unique identifier of the bank transaction category.
+            minLength: 1
+            type: string
+          name:
+            description: The name of the bank transaction category.
+            minLength: 1
+            type: string
+          parentId:
+            description: The unique identifier of the parent bank transaction category.
+            nullable: true
+            type: string
+          status:
+            $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryStatus'
+        type: object
+      - $ref: '#/components/schemas/ModifiedDates'
+      definitions:
+        transactionCategoryRef:
+          description: An object of bank transaction category reference data.
+          properties:
+            id:
+              description: The unique category reference id for the bank transaction.
+              minLength: 1
+              type: string
+            name:
+              description: The category name reference for the bank transaction.
+              nullable: true
+              type: string
+          required:
+          - id
+          type: object
+          x-internal: true
+        transactionCategoryStatus:
+          enum:
+          - Unknown
+          - Active
+          - Archived
+          type: string
+          x-internal: true
+      description: 'The Banking Transaction Categories data type provides a list of
+        hierarchical categories associated with a transaction for greater contextual
+        meaning to transaction activity.
+
+
+        Responses are paged, so you should provide `page` and `pageSize` query parameters
+        in your request.'
+      examples:
+      - hasChildren: true
+        id: auto-and-transport
+        modifiedDate: 2022-05-23 16:32:50
+        name: Auto & Transport
+        sourceModifiedDate: 2021-04-24 07:59:10
+        status: Active
+      required:
+      - id
+      - name
+      title: Transaction Category
+      type: object
+    ModifiedDates:
+      allOf:
+      - $ref: '#/components/schemas/ModifiedDate'
+      - $ref: '#/components/schemas/SourceModifiedDate'
+      x-internal: true
+    ModifiedDate:
+      properties:
+        modifiedDate:
+          $ref: '#/components/schemas/DateTime'
+          description: The date on which this record was last modified in Codat.
+      title: ModifiedDate
+      type: object
+      x-internal: true
+    SourceModifiedDate:
+      properties:
+        sourceModifiedDate:
+          $ref: '#/components/schemas/DateTime'
+          description: The date on which this record was last modified in the originating
+            system
+      title: Source Modified Date
+      type: object
+      x-internal: true
+
+
+
+
+
+ +
+
+ +
+ +
+
+ + + + + + + + \ No newline at end of file diff --git a/notebooks/06_test_openai_api-generation.ipynb b/notebooks/06_test_openai_api-generation.ipynb new file mode 100644 index 0000000..ecb0885 --- /dev/null +++ b/notebooks/06_test_openai_api-generation.ipynb @@ -0,0 +1,2941 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "id": "73d808a5-a4dd-4ec5-b4bc-438f1dd5596f", + "metadata": {}, + "source": [ + "# OpenAI - Test API Generation" + ] + }, + { + "cell_type": "markdown", + "id": "7ffd3703-20b9-46b6-8ad3-502ec27d2e49", + "metadata": {}, + "source": [ + "In this notebook, we create a fresh REST API specification. APIGeneration models are thought to generate a new API based on similar APIs.\n", + "\n", + "APIGenerator and APIFormatter and thought to perform together but are not exclusive.\n" + ] + }, + { + "cell_type": "markdown", + "id": "dad1d69f-59bf-4f34-9000-46e5851d99f6", + "metadata": {}, + "source": [ + "## 1. Data Preparation - API Examples and instructions." + ] + }, + { + "cell_type": "markdown", + "id": "7993f034-cdd6-4424-b6d1-5917b0638583", + "metadata": {}, + "source": [ + "The examples in the `api_examples` folder are APIs along with their descriptions, enabling a search based on similarity.\n", + "\n", + "The variable `instructions` pertains to specific criteria we want the generated API to meet. This could involve specifying that it should be entirely in English or include certain types of responses." + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "d2c9f56c-4717-42a8-b9d4-cfcc20215f99", + "metadata": {}, + "outputs": [], + "source": [ + "import sys; sys.path.append('..')\n", + "\n", + "import os\n", + "import json\n", + "from promptmeteo import APIGenerator\n", + "from promptmeteo import APIFormatter\n", + "\n", + "with open(\"../data/api_examples/api_rest.json\") as fin:\n", + " data = json.load(fin)\n", + " api_descriptions = [i[\"description\"] for i in data]\n", + " api_codes = [i[\"api\"] for i in data]\n", + "\n", + "instructions = [\n", + " {\n", + " \"rule\": \"Actions `get`, `post`, `update`, `delete` must have the properties `tags`, `description`, `summary`, `operationId`, `parameters`, `response`.\",\n", + " \"example\": \"```\\n paths:\\n /products:\\nget:\\n tags:\\n - Products\\n summary: Service to fetch the list of products.\\n description: This service fetches the list of the products.\\n operationId: findAllProducts\\n parameters:\\n - name: brand\\n responses:\\n '200':\\n description: OK\\n ```\"\n", + " }\n", + "]" + ] + }, + { + "cell_type": "markdown", + "id": "e7947b5f-9a53-4f8f-83c7-5acc08e0e416", + "metadata": {}, + "source": [ + "The following variables are essential in the inference process:\n", + "\n", + "- **description:** This is the phrase that provides meaning to the API.\n", + "- **protocol and version:** These variables are related to the technical specification of the generated code.\n", + "- **additional information:** This variable allows us to include custom information. This information is incorporated exactly as specified in the variable." + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "id": "d8b4db41-e90a-4616-8a2f-7a571cff7ffb", + "metadata": {}, + "outputs": [], + "source": [ + "description=\"An API for managing my finances\"\n", + "protocol=\"REST\"\n", + "version=\"3.0.3\"\n", + "additional_info={\n", + " \"servers\": [\n", + " {\n", + " \"url\": \"http://localhost:8080/\",\n", + " \"description\": \"Local environment\",\n", + " }\n", + " ],\n", + "}" + ] + }, + { + "cell_type": "markdown", + "id": "d007acb8-9cd8-4f16-8c5c-67aac517d548", + "metadata": {}, + "source": [ + "## 2. APIGenerator - Generate a new API." + ] + }, + { + "cell_type": "markdown", + "id": "6e2c3eb6-093d-4a92-9c83-cdcd77342172", + "metadata": {}, + "source": [ + "API Generator is in charge of creating a new REST API based on a knowledge base and some instructions. Example APIs are search based on their descriptions matching the description of the new API." + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "id": "8c226a97-9afc-4a0b-8fd2-c019608657c9", + "metadata": {}, + "outputs": [], + "source": [ + "model_1 = APIGenerator(\n", + " language=\"en\",\n", + " n_samples=5,\n", + " api_version=version,\n", + " api_protocol=protocol,\n", + " api_style_instructions=[i[\"rule\"] for i in instructions],\n", + " model_provider_name=\"openai\",\n", + " model_name=\"gpt-3.5-turbo-16k\",\n", + " model_provider_token=os.environ.get(\n", + " \"OPENAI_API_KEY\",\n", + " \"\",\n", + " ),\n", + " verbose=True,\n", + " ).train(api_descriptions, api_codes)" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "id": "a1a65ae1-da1a-4f9e-a680-031d5e477fe2", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " You are an API Designer that has to create an API file for your company. The expected file should be OpenAPI 3.0.3 REST API YAML. \n", + "\n", + "### RULES ###\n", + "\n", + " The API should fulfill the following rules: \n", + " - Actions `get`, `post`, `update`, `delete` must have the properties `tags`, `description`, `summary`, `operationId`, `parameters`, `response`. \n", + "\n", + "### EXAMPLES ###\n", + "\n", + "For doing so take into consideration `paths`, `schemas` and `parameters` from the following API (They are not complete, they just include the scaffolding):\n", + "\n", + "IBANAPI OpenApi documentation\n", + "```\n", + "openapi: 3.0.0\n", + "servers:\n", + "- description: IBANAPI Server\n", + " url: https://api.ibanapi.com/v1\n", + "info:\n", + " contact:\n", + " email: samy@ibanapi.com\n", + " description: IBANAPI OpenApi documentation\n", + " title: IBANAPI OpenApi Documentation\n", + " version: 1.0.0\n", + " x-apisguru-categories:\n", + " - financial\n", + " x-logo:\n", + " url: https://api.apis.guru/v2/cache/logo/https_ibanapi.com_assets_favicon_apple-touch-icon.png\n", + " x-origin:\n", + " - format: openapi\n", + " url: https://api.ibanapi.com/docs/api-docs.json\n", + " version: '3.0'\n", + " x-providerName: ibanapi.com\n", + "tags:\n", + "- description: API Endpoints of IBANAPI\n", + " name: IBANAPI\n", + "paths:\n", + " /balance:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " /validate:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " /validate-basic:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + "components:\n", + " parameters:\n", + " iban:\n", + " - description\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " schemas:\n", + " '400':\n", + " - properties\n", + " - type\n", + " '401':\n", + " - properties\n", + " - type\n", + " '403':\n", + " - properties\n", + " - type\n", + " '422':\n", + " - properties\n", + " - type\n", + " BalanceResponse:\n", + " - properties\n", + " - type\n", + " IBANResult:\n", + " - properties\n", + " - type\n", + " IBANResultBasic:\n", + " - properties\n", + " - type\n", + " securitySchemes:\n", + " api_key_security:\n", + " - description\n", + " - in\n", + " - name\n", + " - type\n", + "```\n", + "\n", + "The price is a fundamental building block for your listing on Walmart.com. You can use the price management APIs to set up and manage the price for a given item\n", + "```\n", + "openapi: 3.0.1\n", + "servers:\n", + "- description: Production URL\n", + " url: https://marketplace.walmartapis.com\n", + "- description: Sandbox URL\n", + " url: https://sandbox.walmartapis.com\n", + "info:\n", + " contact:\n", + " x-twitter: Walmart\n", + " description: The price is a fundamental building block for your listing on Walmart.com.\n", + " You can use the price management APIs to set up and manage the price for a given\n", + " item\n", + " title: Price Management\n", + " version: 1.0.0\n", + " x-apisguru-categories:\n", + " - ecommerce\n", + " x-logo:\n", + " url: https://api.apis.guru/v2/cache/logo/https_twitter.com_Walmart_profile_image.jpeg\n", + " x-origin:\n", + " - format: openapi\n", + " url: https://developer.walmart.com/api/detail\n", + " version: '3.0'\n", + " x-providerName: walmart.com\n", + " x-serviceName: price\n", + "security:\n", + "- {{}}\n", + "paths:\n", + " /v3/cppreference:\n", + " post:\n", + " - description\n", + " - externalDocs\n", + " - operationId\n", + " - parameters\n", + " - requestBody\n", + " - responses\n", + " - summary\n", + " - tags\n", + " /v3/feeds:\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - requestBody\n", + " - responses\n", + " - summary\n", + " - tags\n", + " /v3/price:\n", + " put:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - requestBody\n", + " - responses\n", + " - summary\n", + " - tags\n", + "components:\n", + " parameters:\n", + " accept:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " accessToken:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " authorization:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " channelType:\n", + " - description\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " content-type:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " correlationId:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " svcName:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " schemas:\n", + " CapProgramResponse:\n", + " - properties\n", + " - type\n", + " Cause:\n", + " - properties\n", + " - type\n", + " - xml\n", + " ComparisonPrice:\n", + " - description\n", + " - properties\n", + " - type\n", + " CurrentPrice:\n", + " - properties\n", + " - type\n", + " FeedId:\n", + " - properties\n", + " - type\n", + " GatewayError:\n", + " - properties\n", + " - required\n", + " - type\n", + " - xml\n", + " ItemPriceResponse:\n", + " - properties\n", + " - type\n", + " - xml\n", + " Price:\n", + " - properties\n", + " - required\n", + " - type\n", + " Pricing:\n", + " - properties\n", + " - required\n", + " - type\n", + " StatusInfo:\n", + " - properties\n", + " - type\n", + "```\n", + "\n", + "The Assets API exposes fixed asset related functions of the Xero Accounting application and can be used for a variety of purposes such as creating assets, retrieving asset valuations etc.\n", + "```\n", + "openapi: 3.0.0\n", + "servers:\n", + "- description: Xero API servers\n", + " url: https://api.xero.com/assets.xro/1.0\n", + "info:\n", + " contact:\n", + " email: api@xero.com\n", + " name: Xero Platform Team\n", + " url: https://developer.xero.com\n", + " x-twitter: XeroAPI\n", + " description: The Assets API exposes fixed asset related functions of the Xero Accounting\n", + " application and can be used for a variety of purposes such as creating assets,\n", + " retrieving asset valuations etc.\n", + " license:\n", + " name: MIT\n", + " url: https://github.com/XeroAPI/Xero-OpenAPI/blob/master/LICENSE\n", + " termsOfService: https://developer.xero.com/xero-developer-platform-terms-conditions/\n", + " title: Xero Assets API\n", + " version: 2.9.4\n", + " x-apisguru-categories:\n", + " - financial\n", + " x-origin:\n", + " - format: openapi\n", + " url: https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/master/xero_assets.yaml\n", + " version: '3.0'\n", + " x-providerName: xero.com\n", + " x-serviceName: xero_assets\n", + " x-logo:\n", + " url: https://api.apis.guru/v2/cache/logo/https_apis.guru_assets_images_no-logo.svg\n", + "paths:\n", + " /AssetTypes:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " parameters:\n", + " - $ref: '#/components/parameters/requiredHeader'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - requestBody\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " - x-hasAssetsValidationError\n", + " /Assets:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " parameters:\n", + " - $ref: '#/components/parameters/requiredHeader'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - requestBody\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " - x-hasAssetsValidationError\n", + " /Assets/{{id}}:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " parameters:\n", + " - $ref: '#/components/parameters/requiredHeader'\n", + " /Settings:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - summary\n", + " - tags\n", + " parameters:\n", + " - $ref: '#/components/parameters/requiredHeader'\n", + "components:\n", + " parameters:\n", + " requiredHeader:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " schemas:\n", + " Asset:\n", + " - properties\n", + " - required\n", + " - type\n", + " AssetStatus:\n", + " - description\n", + " - enum\n", + " - example\n", + " - type\n", + " AssetStatusQueryParam:\n", + " - description\n", + " - enum\n", + " - example\n", + " - type\n", + " AssetType:\n", + " - properties\n", + " - required\n", + " - type\n", + " Assets:\n", + " - properties\n", + " - type\n", + " BookDepreciationDetail:\n", + " - properties\n", + " - required\n", + " BookDepreciationSetting:\n", + " - properties\n", + " - required\n", + " Error:\n", + " - externalDocs\n", + " - properties\n", + " - type\n", + " FieldValidationErrorsElement:\n", + " - externalDocs\n", + " - properties\n", + " - type\n", + " Pagination:\n", + " - properties\n", + " ResourceValidationErrorsElement:\n", + " - externalDocs\n", + " - properties\n", + " - type\n", + " Setting:\n", + " - properties\n", + " - required\n", + " - type\n", + " securitySchemes:\n", + " OAuth2:\n", + " - description\n", + " - flows\n", + " - type\n", + "```\n", + "\n", + "The Vonage Business Cloud Reports API enables you to retrieve call logs for your account.\n", + "```\n", + "openapi: 3.0.0\n", + "servers:\n", + "- url: https://api.vonage.com/t/vbc.prod/reports\n", + "info:\n", + " contact:\n", + " name: Vonage Business Cloud Support\n", + " url: https://businesssupport.vonage.com/contactus\n", + " description: 'The Vonage Business Cloud Reports API enables you to retrieve call\n", + " logs for your account.\n", + "\n", + "\n", + " Your application must subscribe to the Reports API suite to use this API.\n", + "\n", + " '\n", + " termsOfService: https://www.vonage.com/business/legal-policy-center/business-cloud/tos\n", + " title: Reports API\n", + " version: 1.0.1\n", + " x-origin:\n", + " - format: openapi\n", + " url: https://raw.githubusercontent.com/nexmo/api-specification/master/definitions/vonage-business-cloud/reports.yml\n", + " version: '3.0'\n", + " x-providerName: vonage.com\n", + " x-serviceName: reports\n", + " x-logo:\n", + " url: https://api.apis.guru/v2/cache/logo/https_apis.guru_assets_images_no-logo.svg\n", + "paths:\n", + " /accounts/{{account_id}}/call-logs:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - summary\n", + "components:\n", + " parameters:\n", + " AccountID:\n", + " - description\n", + " - example\n", + " - in\n", + " - name\n", + " - required\n", + " - schema\n", + " schemas:\n", + " CallLog:\n", + " - properties\n", + " - type\n", + " CallLogsEmbeddedObject:\n", + " - properties\n", + " - type\n", + " CallLogsHalResponse:\n", + " - properties\n", + " - type\n", + " DetailedInvalidParam:\n", + " - properties\n", + " - type\n", + " ErrorResponse:\n", + " - properties\n", + " - type\n", + " FirstHref:\n", + " - description\n", + " - properties\n", + " - type\n", + " LastHref:\n", + " - description\n", + " - properties\n", + " - type\n", + " Links:\n", + " - properties\n", + " - type\n", + " NextHref:\n", + " - description\n", + " - properties\n", + " - type\n", + " PrevHref:\n", + " - description\n", + " - properties\n", + " - type\n", + " SelfHref:\n", + " - description\n", + " - properties\n", + " - type\n", + " ValidationErrorsResponse:\n", + " - properties\n", + " - type\n", + " securitySchemes:\n", + " bearerAuth:\n", + " - bearerFormat\n", + " - scheme\n", + " - type\n", + "```\n", + "\n", + "The Google Play Game Management API allows developers to manage resources from the Google Play Game service.\n", + "```\n", + "openapi: 3.0.0\n", + "servers:\n", + "- url: https://gamesmanagement.googleapis.com/\n", + "info:\n", + " contact:\n", + " name: Google\n", + " url: https://google.com\n", + " x-twitter: youtube\n", + " description: The Google Play Game Management API allows developers to manage resources\n", + " from the Google Play Game service.\n", + " license:\n", + " name: Creative Commons Attribution 3.0\n", + " url: http://creativecommons.org/licenses/by/3.0/\n", + " termsOfService: https://developers.google.com/terms/\n", + " title: Google Play Game Management\n", + " version: v1management\n", + " x-apiClientRegistration:\n", + " url: https://console.developers.google.com\n", + " x-apisguru-categories:\n", + " - analytics\n", + " - media\n", + " x-logo:\n", + " url: https://api.apis.guru/v2/cache/logo/https_www.google.com_images_branding_googlelogo_2x_googlelogo_color_272x92dp.png\n", + " x-origin:\n", + " - format: google\n", + " url: https://gamesmanagement.googleapis.com/$discovery/rest?version=v1management\n", + " version: v1\n", + " x-providerName: googleapis.com\n", + " x-serviceName: gamesManagement\n", + "externalDocs:\n", + " url: https://developers.google.com/games/\n", + "tags:\n", + "- name: achievements\n", + "- name: applications\n", + "- name: events\n", + "- name: players\n", + "- name: scores\n", + "paths:\n", + " /games/v1management/achievements/reset:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/achievements/resetAllForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/achievements/resetMultipleForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - requestBody\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/achievements/{{achievementId}}/reset:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/achievements/{{achievementId}}/resetForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/applications/{{applicationId}}/players/hidden:\n", + " get:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " /games/v1management/applications/{{applicationId}}/players/hidden/{{playerId}}:\n", + " delete:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/events/reset:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/events/resetAllForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/events/resetMultipleForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - requestBody\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/events/{{eventId}}/reset:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/events/{{eventId}}/resetForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/leaderboards/{{leaderboardId}}/scores/reset:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/leaderboards/{{leaderboardId}}/scores/resetForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - parameters\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/scores/reset:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/scores/resetAllForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - responses\n", + " - security\n", + " - tags\n", + " /games/v1management/scores/resetMultipleForAllPlayers:\n", + " parameters:\n", + " - $ref: '#/components/parameters/_.xgafv'\n", + " - $ref: '#/components/parameters/access_token'\n", + " - $ref: '#/components/parameters/alt'\n", + " - $ref: '#/components/parameters/callback'\n", + " - $ref: '#/components/parameters/fields'\n", + " - $ref: '#/components/parameters/key'\n", + " - $ref: '#/components/parameters/oauth_token'\n", + " - $ref: '#/components/parameters/prettyPrint'\n", + " - $ref: '#/components/parameters/quotaUser'\n", + " - $ref: '#/components/parameters/upload_protocol'\n", + " - $ref: '#/components/parameters/uploadType'\n", + " post:\n", + " - description\n", + " - operationId\n", + " - requestBody\n", + " - responses\n", + " - security\n", + " - tags\n", + "components:\n", + " parameters:\n", + " _.xgafv:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " access_token:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " alt:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " callback:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " fields:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " key:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " oauth_token:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " prettyPrint:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " quotaUser:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " uploadType:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " upload_protocol:\n", + " - description\n", + " - in\n", + " - name\n", + " - schema\n", + " schemas:\n", + " AchievementResetAllResponse:\n", + " - description\n", + " - properties\n", + " - type\n", + " AchievementResetMultipleForAllRequest:\n", + " - properties\n", + " - type\n", + " AchievementResetResponse:\n", + " - description\n", + " - properties\n", + " - type\n", + " EventsResetMultipleForAllRequest:\n", + " - description\n", + " - properties\n", + " - type\n", + " GamesPlayerExperienceInfoResource:\n", + " - description\n", + " - properties\n", + " - type\n", + " GamesPlayerLevelResource:\n", + " - description\n", + " - properties\n", + " - type\n", + " HiddenPlayer:\n", + " - description\n", + " - properties\n", + " - type\n", + " HiddenPlayerList:\n", + " - description\n", + " - properties\n", + " - type\n", + " Player:\n", + " - description\n", + " - properties\n", + " - type\n", + " PlayerScoreResetAllResponse:\n", + " - description\n", + " - properties\n", + " - type\n", + " PlayerScoreResetResponse:\n", + " - description\n", + " - properties\n", + " - type\n", + " ProfileSettings:\n", + " - description\n", + " - properties\n", + " - type\n", + " ScoresResetMultipleForAllRequest:\n", + " - properties\n", + " - type\n", + " securitySchemes:\n", + " Oauth2:\n", + " - description\n", + " - flows\n", + " - type\n", + " Oauth2c:\n", + " - description\n", + " - flows\n", + " - type\n", + "```\n", + "\n", + "\n", + "The API purpose is: \"An API for managing my finances.\" Please create a complete API and answer just with the code, following the previous RULES and the `paths`, `schemas` and `parameters` from the EXAMPLES.\n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " openapi: 3.0.3\n", + "servers:\n", + "- description: My Finances API Server\n", + " url: https://api.myfinances.com/v1\n", + "info:\n", + " contact:\n", + " email: api@myfinances.com\n", + " description: An API for managing my finances.\n", + " title: My Finances API\n", + " version: 1.0.0\n", + "tags:\n", + "- description: API Endpoints of My Finances\n", + " name: My Finances\n", + "paths:\n", + " /balance:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " description: Get the balance of my finances.\n", + " summary: Get Balance\n", + " operationId: getBalance\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the balance.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/BalanceResponse'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " description: Get a list of transactions.\n", + " summary: Get Transactions\n", + " operationId: getTransactions\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/startDate'\n", + " - $ref: '#/components/parameters/endDate'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the list of transactions.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " type: array\n", + " items:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " post:\n", + " tags:\n", + " - My Finances\n", + " description: Create a new transaction.\n", + " summary: Create Transaction\n", + " operationId: createTransaction\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '201':\n", + " description: Successful response indicating the transaction was created.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions/{id}:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " description: Get a specific transaction by ID.\n", + " summary: Get Transaction by ID\n", + " operationId: getTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the transaction.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " put:\n", + " tags:\n", + " - My Finances\n", + " description: Update a specific transaction by ID.\n", + " summary: Update Transaction by ID\n", + " operationId: updateTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '200':\n", + " description: Successful response indicating the transaction was updated.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " delete:\n", + " tags:\n", + " - My Finances\n", + " description: Delete a specific transaction by ID.\n", + " summary: Delete Transaction by ID\n", + " operationId: deleteTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '204':\n", + " description: Successful response indicating the transaction was deleted.\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + "components:\n", + " parameters:\n", + " accessToken:\n", + " - description: Access token for authentication.\n", + " in: header\n", + " name: Authorization\n", + " required: true\n", + " schema:\n", + " type: string\n", + " startDate:\n", + " - description: Start date of the transaction period.\n", + " in: query\n", + " name: startDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " endDate:\n", + " - description: End date of the transaction period.\n", + " in: query\n", + " name: endDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " id:\n", + " - description: ID of the transaction.\n", + " in: path\n", + " name: id\n", + " required: true\n", + " schema:\n", + " type: string\n", + " schemas:\n", + " BalanceResponse:\n", + " type: object\n", + " properties:\n", + " balance:\n", + " type: number\n", + " Transaction:\n", + " type: object\n", + " properties:\n", + " id:\n", + " type: string\n", + " date:\n", + " type: string\n", + " format: date\n", + " description:\n", + " type: string\n", + " amount:\n", + " type: number\n", + " category:\n", + " type: string\n", + " 400:\n", + " type: object\n", + " properties:\n", + " error:\n", + " type: string\n", + " 401:\n", + " type: object\n", + " properties:\n", + " error:\n", + " type: string\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " openapi: 3.0.3\n", + "servers:\n", + "- description: My Finances API Server\n", + " url: https://api.myfinances.com/v1\n", + "info:\n", + " contact:\n", + " email: api@myfinances.com\n", + " description: An API for managing my finances.\n", + " title: My Finances API\n", + " version: 1.0.0\n", + "tags:\n", + "- description: API Endpoints of My Finances\n", + " name: My Finances\n", + "paths:\n", + " /balance:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " description: Get the balance of my finances.\n", + " summary: Get Balance\n", + " operationId: getBalance\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the balance.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/BalanceResponse'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " description: Get a list of transactions.\n", + " summary: Get Transactions\n", + " operationId: getTransactions\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/startDate'\n", + " - $ref: '#/components/parameters/endDate'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the list of transactions.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " type: array\n", + " items:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " post:\n", + " tags:\n", + " - My Finances\n", + " description: Create a new transaction.\n", + " summary: Create Transaction\n", + " operationId: createTransaction\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '201':\n", + " description: Successful response indicating the transaction was created.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions/{id}:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " description: Get a specific transaction by ID.\n", + " summary: Get Transaction by ID\n", + " operationId: getTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the transaction.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " put:\n", + " tags:\n", + " - My Finances\n", + " description: Update a specific transaction by ID.\n", + " summary: Update Transaction by ID\n", + " operationId: updateTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '200':\n", + " description: Successful response indicating the transaction was updated.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " delete:\n", + " tags:\n", + " - My Finances\n", + " description: Delete a specific transaction by ID.\n", + " summary: Delete Transaction by ID\n", + " operationId: deleteTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '204':\n", + " description: Successful response indicating the transaction was deleted.\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + "components:\n", + " parameters:\n", + " accessToken:\n", + " - description: Access token for authentication.\n", + " in: header\n", + " name: Authorization\n", + " required: true\n", + " schema:\n", + " type: string\n", + " startDate:\n", + " - description: Start date of the transaction period.\n", + " in: query\n", + " name: startDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " endDate:\n", + " - description: End date of the transaction period.\n", + " in: query\n", + " name: endDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " id:\n", + " - description: ID of the transaction.\n", + " in: path\n", + " name: id\n", + " required: true\n", + " schema:\n", + " type: string\n", + " schemas:\n", + " BalanceResponse:\n", + " type: object\n", + " properties:\n", + " balance:\n", + " type: number\n", + " Transaction:\n", + " type: object\n", + " properties:\n", + " id:\n", + " type: string\n", + " date:\n", + " type: string\n", + " format: date\n", + " description:\n", + " type: string\n", + " amount:\n", + " type: number\n", + " category:\n", + " type: string\n", + " 400:\n", + " type: object\n", + " properties:\n", + " error:\n", + " type: string\n", + " 401:\n", + " type: object\n", + " properties:\n", + " error:\n", + " type: string\n" + ] + } + ], + "source": [ + "api = model_1.predict([description])[0]" + ] + }, + { + "cell_type": "markdown", + "id": "24d715d2-ac1a-4d29-be0f-0e0197d6244e", + "metadata": {}, + "source": [ + "## API Formatter - Correct an API" + ] + }, + { + "cell_type": "markdown", + "id": "c4648a85-d5d2-4a39-b7c2-59db53d0e6bb", + "metadata": {}, + "source": [ + "The API Formatter processes an API specification, providing instructions to the Language Model (LLM) for correction and formatting based on the given instructions. Additionally, its parser handles schemas and parameters, replacing coincidental information with details extracted from example APIs. The objective is to maximize the reuse of information throughout the formatting process." + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "id": "c0a2acc0-a5de-4155-8963-51a2d1f877ba", + "metadata": {}, + "outputs": [], + "source": [ + "model_2 = APIFormatter(\n", + " language=\"en\",\n", + " api_version=version,\n", + " api_protocol=protocol,\n", + " api_style_instructions=[\n", + " \"For example:\\n\\n\".join(i.values()) for i in instructions\n", + " ],\n", + " model_provider_name=\"openai\",\n", + " model_name=\"gpt-3.5-turbo-16k\",\n", + " model_provider_token=os.environ.get(\n", + " \"OPENAI_API_KEY\",\n", + " \"\",\n", + " ),\n", + " verbose=True,\n", + " ).train(api_codes)" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "id": "4baccad9-20fd-48a6-adb4-d75d2335a3ac", + "metadata": { + "scrolled": true + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "\n", + "PROMPT INPUT\n", + "\n", + " I want you to complete and correct an openAPI file. The expected file should be OpenAPI 3.0.3 REST API YAML. \n", + "\n", + "### RULES ###\n", + "\n", + "\n", + "Make sure that the API should fulfill the following requirements: \n", + " - Actions `get`, `post`, `update`, `delete` must have the properties `tags`, `description`, `summary`, `operationId`, `parameters`, `response`.For example:\n", + "\n", + "```\n", + " paths:\n", + " /products:\n", + "get:\n", + " tags:\n", + " - Products\n", + " summary: Service to fetch the list of products.\n", + " description: This service fetches the list of the products.\n", + " operationId: findAllProducts\n", + " parameters:\n", + " - name: brand\n", + " responses:\n", + " '200':\n", + " description: OK\n", + " ```\n", + "The API that you have to correct is:\n", + "```\n", + "openapi: 3.0.3\n", + "servers:\n", + "- url: http://localhost:8080/\n", + " description: Local environment\n", + "info:\n", + " contact:\n", + " email: api@myfinances.com\n", + " description: An API for managing my finances.\n", + " title: My Finances API\n", + " version: 1.0.0\n", + "tags:\n", + "- description: API Endpoints of My Finances\n", + " name: My Finances\n", + "paths:\n", + " /balance:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Balance\n", + " description: Get the balance of my finances.\n", + " operationId: getBalance\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the balance.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/BalanceResponse'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Transactions\n", + " description: Get a list of transactions.\n", + " operationId: getTransactions\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/startDate'\n", + " - $ref: '#/components/parameters/endDate'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the list of transactions.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " type: array\n", + " items:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " post:\n", + " tags:\n", + " - My Finances\n", + " summary: Create Transaction\n", + " description: Create a new transaction.\n", + " operationId: createTransaction\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '201':\n", + " description: Successful response indicating the transaction was created.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions/{{id}}:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Transaction by ID\n", + " description: Get a specific transaction by ID.\n", + " operationId: getTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the transaction.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " put:\n", + " tags:\n", + " - My Finances\n", + " summary: Update Transaction by ID\n", + " description: Update a specific transaction by ID.\n", + " operationId: updateTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '200':\n", + " description: Successful response indicating the transaction was updated.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " delete:\n", + " tags:\n", + " - My Finances\n", + " summary: Delete Transaction by ID\n", + " description: Delete a specific transaction by ID.\n", + " operationId: deleteTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '204':\n", + " description: Successful response indicating the transaction was deleted.\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + "components:\n", + " parameters:\n", + " accessToken:\n", + " description: The access token retrieved in the Token API call\n", + " example: eyJraWQiOiIzZjVhYTFmNS1hYWE5LTQzM.....\n", + " in: header\n", + " name: WM_SEC.ACCESS_TOKEN\n", + " required: true\n", + " schema:\n", + " type: string\n", + " startDate:\n", + " description: Start date of the transaction period.\n", + " in: query\n", + " name: startDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " endDate:\n", + " description: End date of the transaction period.\n", + " in: query\n", + " name: endDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " id:\n", + " description: ID of the record you are acting upon.\n", + " in: path\n", + " name: id\n", + " required: true\n", + " schema:\n", + " type: string\n", + " schemas:\n", + " BalanceResponse:\n", + " properties:\n", + " data:\n", + " example:\n", + " bank_balance: 100\n", + " basic_balance: 2000\n", + " expiry_date: 2021-05-16\n", + " type: object\n", + " message:\n", + " example: SUCCESS\n", + " type: string\n", + " result:\n", + " example: '200'\n", + " type: integer\n", + " type: object\n", + " Transaction:\n", + " allOf:\n", + " - properties:\n", + " accountId:\n", + " description: The unique identifier of the bank account.\n", + " minLength: 1\n", + " type: string\n", + " amount:\n", + " description: The amount of the bank transaction.\n", + " type: number\n", + " authorizedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date the bank transaction was authorized.\n", + " code:\n", + " $ref: '#/components/schemas/Transaction/definitions/transactionCode'\n", + " currency:\n", + " description: The currency of the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " description:\n", + " description: The description of the bank transaction.\n", + " nullable: true\n", + " type: string\n", + " id:\n", + " description: The unique identifier of the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " merchantName:\n", + " description: The name of the merchant.\n", + " nullable: true\n", + " type: string\n", + " postedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date the bank transaction was cleared.\n", + " transactionCategoryRef:\n", + " $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryRef'\n", + " type: object\n", + " - $ref: '#/components/schemas/ModifiedDates'\n", + " definitions:\n", + " transactionCode:\n", + " description: Code to identify the underlying transaction.\n", + " enum:\n", + " - Unknown\n", + " - Fee\n", + " - Payment\n", + " - Cash\n", + " - Transfer\n", + " - Interest\n", + " - Cashback\n", + " - Cheque\n", + " - DirectDebit\n", + " - Purchase\n", + " - StandingOrder\n", + " - Adjustment\n", + " - Credit\n", + " - Other\n", + " - NotSupported\n", + " type: string\n", + " x-internal: true\n", + " description: 'The Banking Transactions data type provides an immutable source\n", + " of up-to-date information on income and expenditure.\n", + "\n", + "\n", + " Responses are paged, so you should provide `page` and `pageSize` query parameters\n", + " in your request.\n", + "\n", + "\n", + " View the coverage for banking transactions in the [Data Coverage Explorer](https://knowledge.codat.io/supported-features/banking?view=tab-by-data-type&dataType=banking-transactions).'\n", + " examples:\n", + " - accountId: 1703194f-7805-4da8-bac0-2ba5da4a4216\n", + " amount: 5062.39\n", + " authorizedDate: 2021-07-06 00:00:00\n", + " currency: GBP\n", + " description: Payments for direct income ce149943-c157-43fc-aac7-42a716b655b6\n", + " id: 0130b5bb-1419-40f6-8a27-7362d0381229\n", + " merchantName: New Look\n", + " modifiedDate: 2022-05-23 16:32:50+00:00\n", + " postedDate: 2021-07-06 00:00:00\n", + " sourceModifiedDate: 2021-06-28 10:48:12\n", + " transactionCategoryRef:\n", + " id: health-and-fitness-sports\n", + " required:\n", + " - id\n", + " - accountId\n", + " - currency\n", + " title: Transaction\n", + " type: object\n", + " '400':\n", + " properties:\n", + " data:\n", + " example: '{{}}'\n", + " type: object\n", + " message:\n", + " example: Your balance is exhausted\n", + " type: string\n", + " result:\n", + " example: '400'\n", + " type: integer\n", + " type: object\n", + " '401':\n", + " properties:\n", + " data:\n", + " example: '{{}}'\n", + " type: object\n", + " message:\n", + " example: Your package has expired\n", + " type: string\n", + " result:\n", + " example: '401'\n", + " type: integer\n", + " type: object\n", + " DateTime:\n", + " description: \"In Codat's data model, dates and times are represented using the\\\n", + " \\ ISO 8601 standard. Date and time fields are formatted as strings;\\\n", + " \\ for example:\\n\\n```\\n2020-10-08T22:40:50Z\\n2021-01-01T00:00:00\\n```\\n\\n\\n\\\n", + " \\nWhen syncing data that contains `DateTime` fields from Codat, make sure\\\n", + " \\ you support the following cases when reading time information:\\n\\n- Coordinated\\\n", + " \\ Universal Time (UTC): `2021-11-15T06:00:00Z`\\n- Unqualified local time:\\\n", + " \\ `2021-11-15T01:00:00`\\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\\n\\\n", + " \\n> Time zones\\n> \\n> Not all dates from Codat will contain information about\\\n", + " \\ time zones. \\n> Where it is not available from the underlying platform,\\\n", + " \\ Codat will return these as times local to the business whose data has been\\\n", + " \\ synced.\"\n", + " example: 2022-10-23 00:00:00+00:00\n", + " title: Date time\n", + " type: string\n", + " TransactionCategory:\n", + " allOf:\n", + " - description: Status of the bank transaction category.\n", + " properties:\n", + " hasChildren:\n", + " description: A Boolean indicating whether there are other bank transaction\n", + " categories beneath this one in the hierarchy.\n", + " type: boolean\n", + " id:\n", + " description: The unique identifier of the bank transaction category.\n", + " minLength: 1\n", + " type: string\n", + " name:\n", + " description: The name of the bank transaction category.\n", + " minLength: 1\n", + " type: string\n", + " parentId:\n", + " description: The unique identifier of the parent bank transaction category.\n", + " nullable: true\n", + " type: string\n", + " status:\n", + " $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryStatus'\n", + " type: object\n", + " - $ref: '#/components/schemas/ModifiedDates'\n", + " definitions:\n", + " transactionCategoryRef:\n", + " description: An object of bank transaction category reference data.\n", + " properties:\n", + " id:\n", + " description: The unique category reference id for the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " name:\n", + " description: The category name reference for the bank transaction.\n", + " nullable: true\n", + " type: string\n", + " required:\n", + " - id\n", + " type: object\n", + " x-internal: true\n", + " transactionCategoryStatus:\n", + " enum:\n", + " - Unknown\n", + " - Active\n", + " - Archived\n", + " type: string\n", + " x-internal: true\n", + " description: 'The Banking Transaction Categories data type provides a list of\n", + " hierarchical categories associated with a transaction for greater contextual\n", + " meaning to transaction activity.\n", + "\n", + "\n", + " Responses are paged, so you should provide `page` and `pageSize` query parameters\n", + " in your request.'\n", + " examples:\n", + " - hasChildren: true\n", + " id: auto-and-transport\n", + " modifiedDate: 2022-05-23 16:32:50\n", + " name: Auto & Transport\n", + " sourceModifiedDate: 2021-04-24 07:59:10\n", + " status: Active\n", + " required:\n", + " - id\n", + " - name\n", + " title: Transaction Category\n", + " type: object\n", + " ModifiedDates:\n", + " allOf:\n", + " - $ref: '#/components/schemas/ModifiedDate'\n", + " - $ref: '#/components/schemas/SourceModifiedDate'\n", + " x-internal: true\n", + " ModifiedDate:\n", + " properties:\n", + " modifiedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date on which this record was last modified in Codat.\n", + " title: ModifiedDate\n", + " type: object\n", + " x-internal: true\n", + " SourceModifiedDate:\n", + " properties:\n", + " sourceModifiedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date on which this record was last modified in the originating\n", + " system\n", + " title: Source Modified Date\n", + " type: object\n", + " x-internal: true\n", + "\n", + "```\n", + " \n", + "\n", + "\n", + "MODEL OUTPUT\n", + "\n", + " openapi: 3.0.3\n", + "servers:\n", + "- url: http://localhost:8080/\n", + " description: Local environment\n", + "info:\n", + " contact:\n", + " email: api@myfinances.com\n", + " description: An API for managing my finances.\n", + " title: My Finances API\n", + " version: 1.0.0\n", + "tags:\n", + "- description: API Endpoints of My Finances\n", + " name: My Finances\n", + "paths:\n", + " /balance:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Balance\n", + " description: Get the balance of my finances.\n", + " operationId: getBalance\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the balance.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/BalanceResponse'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Transactions\n", + " description: Get a list of transactions.\n", + " operationId: getTransactions\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/startDate'\n", + " - $ref: '#/components/parameters/endDate'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the list of transactions.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " type: array\n", + " items:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " post:\n", + " tags:\n", + " - My Finances\n", + " summary: Create Transaction\n", + " description: Create a new transaction.\n", + " operationId: createTransaction\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '201':\n", + " description: Successful response indicating the transaction was created.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions/{id}:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Transaction by ID\n", + " description: Get a specific transaction by ID.\n", + " operationId: getTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the transaction.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " put:\n", + " tags:\n", + " - My Finances\n", + " summary: Update Transaction by ID\n", + " description: Update a specific transaction by ID.\n", + " operationId: updateTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '200':\n", + " description: Successful response indicating the transaction was updated.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " delete:\n", + " tags:\n", + " - My Finances\n", + " summary: Delete Transaction by ID\n", + " description: Delete a specific transaction by ID.\n", + " operationId: deleteTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '204':\n", + " description: Successful response indicating the transaction was deleted.\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + "components:\n", + " parameters:\n", + " accessToken:\n", + " description: The access token retrieved in the Token API call\n", + " example: eyJraWQiOiIzZjVhYTFmNS1hYWE5LTQzM.....\n", + " in: header\n", + " name: WM_SEC.ACCESS_TOKEN\n", + " required: true\n", + " schema:\n", + " type: string\n", + " startDate:\n", + " description: Start date of the transaction period.\n", + " in: query\n", + " name: startDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " endDate:\n", + " description: End date of the transaction period.\n", + " in: query\n", + " name: endDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " id:\n", + " description: ID of the record you are acting upon.\n", + " in: path\n", + " name: id\n", + " required: true\n", + " schema:\n", + " type: string\n", + " schemas:\n", + " BalanceResponse:\n", + " properties:\n", + " data:\n", + " example:\n", + " bank_balance: 100\n", + " basic_balance: 2000\n", + " expiry_date: 2021-05-16\n", + " type: object\n", + " message:\n", + " example: SUCCESS\n", + " type: string\n", + " result:\n", + " example: '200'\n", + " type: integer\n", + " type: object\n", + " Transaction:\n", + " allOf:\n", + " - properties:\n", + " accountId:\n", + " description: The unique identifier of the bank account.\n", + " minLength: 1\n", + " type: string\n", + " amount:\n", + " description: The amount of the bank transaction.\n", + " type: number\n", + " authorizedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date the bank transaction was authorized.\n", + " code:\n", + " $ref: '#/components/schemas/Transaction/definitions/transactionCode'\n", + " currency:\n", + " description: The currency of the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " description:\n", + " description: The description of the bank transaction.\n", + " nullable: true\n", + " type: string\n", + " id:\n", + " description: The unique identifier of the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " merchantName:\n", + " description: The name of the merchant.\n", + " nullable: true\n", + " type: string\n", + " postedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date the bank transaction was cleared.\n", + " transactionCategoryRef:\n", + " $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryRef'\n", + " type: object\n", + " - $ref: '#/components/schemas/ModifiedDates'\n", + " definitions:\n", + " transactionCode:\n", + " description: Code to identify the underlying transaction.\n", + " enum:\n", + " - Unknown\n", + " - Fee\n", + " - Payment\n", + " - Cash\n", + " - Transfer\n", + " - Interest\n", + " - Cashback\n", + " - Cheque\n", + " - DirectDebit\n", + " - Purchase\n", + " - StandingOrder\n", + " - Adjustment\n", + " - Credit\n", + " - Other\n", + " - NotSupported\n", + " type: string\n", + " x-internal: true\n", + " description: 'The Banking Transactions data type provides an immutable source\n", + " of up-to-date information on income and expenditure.\n", + "\n", + "\n", + " Responses are paged, so you should provide `page` and `pageSize` query parameters\n", + " in your request.\n", + "\n", + "\n", + " View the coverage for banking transactions in the [Data Coverage Explorer](https://knowledge.codat.io/supported-features/banking?view=tab-by-data-type&dataType=banking-transactions).'\n", + " examples:\n", + " - accountId: 1703194f-7805-4da8-bac0-2ba5da4a4216\n", + " amount: 5062.39\n", + " authorizedDate: 2021-07-06 00:00:00\n", + " currency: GBP\n", + " description: Payments for direct income ce149943-c157-43fc-aac7-42a716b655b6\n", + " id: 0130b5bb-1419-40f6-8a27-7362d0381229\n", + " merchantName: New Look\n", + " modifiedDate: 2022-05-23 16:32:50+00:00\n", + " postedDate: 2021-07-06 00:00:00\n", + " sourceModifiedDate: 2021-06-28 10:48:12\n", + " transactionCategoryRef:\n", + " id: health-and-fitness-sports\n", + " required:\n", + " - id\n", + " - accountId\n", + " - currency\n", + " title: Transaction\n", + " type: object\n", + " '400':\n", + " properties:\n", + " data:\n", + " example: '{{}}'\n", + " type: object\n", + " message:\n", + " example: Your balance is exhausted\n", + " type: string\n", + " result:\n", + " example: '400'\n", + " type: integer\n", + " type: object\n", + " '401':\n", + " properties:\n", + " data:\n", + " example: '{{}}'\n", + " type: object\n", + " message:\n", + " example: Your package has expired\n", + " type: string\n", + " result:\n", + " example: '401'\n", + " type: integer\n", + " type: object\n", + " DateTime:\n", + " description: \"In Codat's data model, dates and times are represented using the\\\n", + " \\ ISO 8601 standard. Date and time fields are formatted as strings;\\\n", + " \\ for example:\\n\\n```\\n2020-10-08T22:40:50Z\\n2021-01-01T00:00:00\\n```\\n\\n\\n\\\n", + " \\nWhen syncing data that contains `DateTime` fields from Codat, make sure\\\n", + " \\ you support the following cases when reading time information:\\n\\n- Coordinated\\\n", + " \\ Universal Time (UTC): `2021-11-15T06:00:00Z`\\n- Unqualified local time:\\\n", + " \\ `2021-11-15T01:00:00`\\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\\n\\\n", + " \\n> Time zones\\n> \\n> Not all dates from Codat will contain information about\\\n", + " \\ time zones. \\n> Where it is not available from the underlying platform,\\\n", + " \\ Codat will return these as times local to the business whose data has been\\\n", + " \\ synced.\"\n", + " example: 2022-10-23 00:00:00+00:00\n", + " title: Date time\n", + " type: string\n", + " TransactionCategory:\n", + " allOf:\n", + " - description: Status of the bank transaction category.\n", + " properties:\n", + " hasChildren:\n", + " description: A Boolean indicating whether there are other bank transaction\n", + " categories beneath this one in the hierarchy.\n", + " type: boolean\n", + " id:\n", + " description: The unique identifier of the bank transaction category.\n", + " minLength: 1\n", + " type: string\n", + " name:\n", + " description: The name of the bank transaction category.\n", + " minLength: 1\n", + " type: string\n", + " parentId:\n", + " description: The unique identifier of the parent bank transaction category.\n", + " nullable: true\n", + " type: string\n", + " status:\n", + " $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryStatus'\n", + " type: object\n", + " - $ref: '#/components/schemas/ModifiedDates'\n", + " definitions:\n", + " transactionCategoryRef:\n", + " description: An object of bank transaction category reference data.\n", + " properties:\n", + " id:\n", + " description: The unique category reference id for the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " name:\n", + " description: The category name reference for the bank transaction.\n", + " nullable: true\n", + " type: string\n", + " required:\n", + " - id\n", + " type: object\n", + " x-internal: true\n", + " transactionCategoryStatus:\n", + " enum:\n", + " - Unknown\n", + " - Active\n", + " - Archived\n", + " type: string\n", + " x-internal: true\n", + " description: 'The Banking Transaction Categories data type provides a list of\n", + " hierarchical categories associated with a transaction for greater contextual\n", + " meaning to transaction activity.\n", + "\n", + "\n", + " Responses are paged, so you should provide `page` and `pageSize` query parameters\n", + " in your request.'\n", + " examples:\n", + " - hasChildren: true\n", + " id: auto-and-transport\n", + " modifiedDate: 2022-05-23 16:32:50\n", + " name: Auto & Transport\n", + " sourceModifiedDate: 2021-04-24 07:59:10\n", + " status: Active\n", + " required:\n", + " - id\n", + " - name\n", + " title: Transaction Category\n", + " type: object\n", + " ModifiedDates:\n", + " allOf:\n", + " - $ref: '#/components/schemas/ModifiedDate'\n", + " - $ref: '#/components/schemas/SourceModifiedDate'\n", + " x-internal: true\n", + " ModifiedDate:\n", + " properties:\n", + " modifiedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date on which this record was last modified in Codat.\n", + " title: ModifiedDate\n", + " type: object\n", + " x-internal: true\n", + " SourceModifiedDate:\n", + " properties:\n", + " sourceModifiedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date on which this record was last modified in the originating\n", + " system\n", + " title: Source Modified Date\n", + " type: object\n", + " x-internal: true\n", + "\n", + "\n", + "PARSE RESULT\n", + "\n", + " \\n2020-10-08T22:40:50Z\\n2021-01-01T00:00:00\\n\n" + ] + }, + { + "ename": "AttributeError", + "evalue": "'str' object has no attribute 'get'", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mAttributeError\u001b[0m Traceback (most recent call last)", + "Cell \u001b[0;32mIn[7], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m api \u001b[38;5;241m=\u001b[39m \u001b[43mmodel_2\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mpredict\u001b[49m\u001b[43m(\u001b[49m\u001b[43m[\u001b[49m\u001b[43mapi\u001b[49m\u001b[43m]\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43madditional_info\u001b[49m\u001b[43m)\u001b[49m[\u001b[38;5;241m0\u001b[39m]\n", + "File \u001b[0;32m~/Documents/Promptmeteo/examples/../promptmeteo/api_formatter.py:286\u001b[0m, in \u001b[0;36mAPIFormatter.predict\u001b[0;34m(self, api_codes, external_info)\u001b[0m\n\u001b[1;32m 284\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m deepcopy(api_codes)\n\u001b[1;32m 285\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m \u001b[38;5;28msuper\u001b[39m(APIFormatter, \u001b[38;5;28mself\u001b[39m)\u001b[38;5;241m.\u001b[39mpredict(examples\u001b[38;5;241m=\u001b[39m_api_codes)\n\u001b[0;32m--> 286\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m \u001b[43m[\u001b[49m\u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_replace\u001b[49m\u001b[43m(\u001b[49m\u001b[43mapi\u001b[49m\u001b[43m)\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;28;43;01mfor\u001b[39;49;00m\u001b[43m \u001b[49m\u001b[43mapi\u001b[49m\u001b[43m \u001b[49m\u001b[38;5;129;43;01min\u001b[39;49;00m\u001b[43m \u001b[49m\u001b[43m_api_codes\u001b[49m\u001b[43m]\u001b[49m\n\u001b[1;32m 287\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m [\n\u001b[1;32m 288\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_add_external_information(api, external_info)\n\u001b[1;32m 289\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m api \u001b[38;5;129;01min\u001b[39;00m _api_codes\n\u001b[1;32m 290\u001b[0m ]\n\u001b[1;32m 291\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m _api_codes\n", + "File \u001b[0;32m~/Documents/Promptmeteo/examples/../promptmeteo/api_formatter.py:286\u001b[0m, in \u001b[0;36m\u001b[0;34m(.0)\u001b[0m\n\u001b[1;32m 284\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m deepcopy(api_codes)\n\u001b[1;32m 285\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m \u001b[38;5;28msuper\u001b[39m(APIFormatter, \u001b[38;5;28mself\u001b[39m)\u001b[38;5;241m.\u001b[39mpredict(examples\u001b[38;5;241m=\u001b[39m_api_codes)\n\u001b[0;32m--> 286\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m [\u001b[38;5;28;43mself\u001b[39;49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43m_replace\u001b[49m\u001b[43m(\u001b[49m\u001b[43mapi\u001b[49m\u001b[43m)\u001b[49m \u001b[38;5;28;01mfor\u001b[39;00m api \u001b[38;5;129;01min\u001b[39;00m _api_codes]\n\u001b[1;32m 287\u001b[0m _api_codes \u001b[38;5;241m=\u001b[39m [\n\u001b[1;32m 288\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_add_external_information(api, external_info)\n\u001b[1;32m 289\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m api \u001b[38;5;129;01min\u001b[39;00m _api_codes\n\u001b[1;32m 290\u001b[0m ]\n\u001b[1;32m 291\u001b[0m \u001b[38;5;28;01mreturn\u001b[39;00m _api_codes\n", + "File \u001b[0;32m~/Documents/Promptmeteo/examples/../promptmeteo/api_formatter.py:304\u001b[0m, in \u001b[0;36mAPIFormatter._replace\u001b[0;34m(self, api)\u001b[0m\n\u001b[1;32m 302\u001b[0m \u001b[38;5;66;03m# Replace entities\u001b[39;00m\n\u001b[1;32m 303\u001b[0m api \u001b[38;5;241m=\u001b[39m yaml\u001b[38;5;241m.\u001b[39mload(api, Loader\u001b[38;5;241m=\u001b[39myaml\u001b[38;5;241m.\u001b[39mFullLoader)\n\u001b[0;32m--> 304\u001b[0m \u001b[38;5;28;01mfor\u001b[39;00m entity \u001b[38;5;129;01min\u001b[39;00m \u001b[43mapi\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mget\u001b[49m(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mcomponents\u001b[39m\u001b[38;5;124m\"\u001b[39m, {})\u001b[38;5;241m.\u001b[39mget(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mschemas\u001b[39m\u001b[38;5;124m\"\u001b[39m, {})\u001b[38;5;241m.\u001b[39mkeys():\n\u001b[1;32m 305\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m entity \u001b[38;5;129;01min\u001b[39;00m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_entities:\n\u001b[1;32m 306\u001b[0m api[\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mcomponents\u001b[39m\u001b[38;5;124m\"\u001b[39m][\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mschemas\u001b[39m\u001b[38;5;124m\"\u001b[39m][entity] \u001b[38;5;241m=\u001b[39m yaml\u001b[38;5;241m.\u001b[39mload(\n\u001b[1;32m 307\u001b[0m \u001b[38;5;28mself\u001b[39m\u001b[38;5;241m.\u001b[39m_entities[entity], Loader\u001b[38;5;241m=\u001b[39myaml\u001b[38;5;241m.\u001b[39mFullLoader\n\u001b[1;32m 308\u001b[0m )\n", + "\u001b[0;31mAttributeError\u001b[0m: 'str' object has no attribute 'get'" + ] + } + ], + "source": [ + "api = model_2.predict([api], additional_info)[0]" + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "id": "c8a73183-a202-46a6-a910-dfa53d1587c9", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "openapi: 3.0.3\n", + "servers:\n", + "- url: http://localhost:8080/\n", + " description: Local environment\n", + "info:\n", + " contact:\n", + " email: api@myfinances.com\n", + " description: An API for managing my finances.\n", + " title: My Finances API\n", + " version: 1.0.0\n", + "tags:\n", + "- description: API Endpoints of My Finances\n", + " name: My Finances\n", + "paths:\n", + " /balance:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Balance\n", + " description: Get the balance of my finances.\n", + " operationId: getBalance\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the balance.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/BalanceResponse'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Transactions\n", + " description: Get a list of transactions.\n", + " operationId: getTransactions\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/startDate'\n", + " - $ref: '#/components/parameters/endDate'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the list of transactions.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " type: array\n", + " items:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " post:\n", + " tags:\n", + " - My Finances\n", + " summary: Create Transaction\n", + " description: Create a new transaction.\n", + " operationId: createTransaction\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '201':\n", + " description: Successful response indicating the transaction was created.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " /transactions/{id}:\n", + " get:\n", + " tags:\n", + " - My Finances\n", + " summary: Get Transaction by ID\n", + " description: Get a specific transaction by ID.\n", + " operationId: getTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '200':\n", + " description: Successful response with the transaction.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " put:\n", + " tags:\n", + " - My Finances\n", + " summary: Update Transaction by ID\n", + " description: Update a specific transaction by ID.\n", + " operationId: updateTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " requestBody:\n", + " required: true\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " responses:\n", + " '200':\n", + " description: Successful response indicating the transaction was updated.\n", + " content:\n", + " application/json:\n", + " schema:\n", + " $ref: '#/components/schemas/Transaction'\n", + " '400':\n", + " $ref: '#/components/schemas/400'\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + " delete:\n", + " tags:\n", + " - My Finances\n", + " summary: Delete Transaction by ID\n", + " description: Delete a specific transaction by ID.\n", + " operationId: deleteTransactionById\n", + " parameters:\n", + " - $ref: '#/components/parameters/accessToken'\n", + " - $ref: '#/components/parameters/id'\n", + " responses:\n", + " '204':\n", + " description: Successful response indicating the transaction was deleted.\n", + " '401':\n", + " $ref: '#/components/schemas/401'\n", + "components:\n", + " parameters:\n", + " accessToken:\n", + " description: The access token retrieved in the Token API call\n", + " example: eyJraWQiOiIzZjVhYTFmNS1hYWE5LTQzM.....\n", + " in: header\n", + " name: WM_SEC.ACCESS_TOKEN\n", + " required: true\n", + " schema:\n", + " type: string\n", + " startDate:\n", + " description: Start date of the transaction period.\n", + " in: query\n", + " name: startDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " endDate:\n", + " description: End date of the transaction period.\n", + " in: query\n", + " name: endDate\n", + " required: true\n", + " schema:\n", + " type: string\n", + " format: date\n", + " id:\n", + " description: ID of the record you are acting upon.\n", + " in: path\n", + " name: id\n", + " required: true\n", + " schema:\n", + " type: string\n", + " schemas:\n", + " BalanceResponse:\n", + " properties:\n", + " data:\n", + " example:\n", + " bank_balance: 100\n", + " basic_balance: 2000\n", + " expiry_date: 2021-05-16\n", + " type: object\n", + " message:\n", + " example: SUCCESS\n", + " type: string\n", + " result:\n", + " example: '200'\n", + " type: integer\n", + " type: object\n", + " Transaction:\n", + " allOf:\n", + " - properties:\n", + " accountId:\n", + " description: The unique identifier of the bank account.\n", + " minLength: 1\n", + " type: string\n", + " amount:\n", + " description: The amount of the bank transaction.\n", + " type: number\n", + " authorizedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date the bank transaction was authorized.\n", + " code:\n", + " $ref: '#/components/schemas/Transaction/definitions/transactionCode'\n", + " currency:\n", + " description: The currency of the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " description:\n", + " description: The description of the bank transaction.\n", + " nullable: true\n", + " type: string\n", + " id:\n", + " description: The unique identifier of the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " merchantName:\n", + " description: The name of the merchant.\n", + " nullable: true\n", + " type: string\n", + " postedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date the bank transaction was cleared.\n", + " transactionCategoryRef:\n", + " $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryRef'\n", + " type: object\n", + " - $ref: '#/components/schemas/ModifiedDates'\n", + " definitions:\n", + " transactionCode:\n", + " description: Code to identify the underlying transaction.\n", + " enum:\n", + " - Unknown\n", + " - Fee\n", + " - Payment\n", + " - Cash\n", + " - Transfer\n", + " - Interest\n", + " - Cashback\n", + " - Cheque\n", + " - DirectDebit\n", + " - Purchase\n", + " - StandingOrder\n", + " - Adjustment\n", + " - Credit\n", + " - Other\n", + " - NotSupported\n", + " type: string\n", + " x-internal: true\n", + " description: 'The Banking Transactions data type provides an immutable source\n", + " of up-to-date information on income and expenditure.\n", + "\n", + "\n", + " Responses are paged, so you should provide `page` and `pageSize` query parameters\n", + " in your request.\n", + "\n", + "\n", + " View the coverage for banking transactions in the [Data Coverage Explorer](https://knowledge.codat.io/supported-features/banking?view=tab-by-data-type&dataType=banking-transactions).'\n", + " examples:\n", + " - accountId: 1703194f-7805-4da8-bac0-2ba5da4a4216\n", + " amount: 5062.39\n", + " authorizedDate: 2021-07-06 00:00:00\n", + " currency: GBP\n", + " description: Payments for direct income ce149943-c157-43fc-aac7-42a716b655b6\n", + " id: 0130b5bb-1419-40f6-8a27-7362d0381229\n", + " merchantName: New Look\n", + " modifiedDate: 2022-05-23 16:32:50+00:00\n", + " postedDate: 2021-07-06 00:00:00\n", + " sourceModifiedDate: 2021-06-28 10:48:12\n", + " transactionCategoryRef:\n", + " id: health-and-fitness-sports\n", + " required:\n", + " - id\n", + " - accountId\n", + " - currency\n", + " title: Transaction\n", + " type: object\n", + " '400':\n", + " properties:\n", + " data:\n", + " example: '{}'\n", + " type: object\n", + " message:\n", + " example: Your balance is exhausted\n", + " type: string\n", + " result:\n", + " example: '400'\n", + " type: integer\n", + " type: object\n", + " '401':\n", + " properties:\n", + " data:\n", + " example: '{}'\n", + " type: object\n", + " message:\n", + " example: Your package has expired\n", + " type: string\n", + " result:\n", + " example: '401'\n", + " type: integer\n", + " type: object\n", + " DateTime:\n", + " description: \"In Codat's data model, dates and times are represented using the\\\n", + " \\ ISO 8601 standard. Date and time fields are formatted as strings;\\\n", + " \\ for example:\\n\\n```\\n2020-10-08T22:40:50Z\\n2021-01-01T00:00:00\\n```\\n\\n\\n\\\n", + " \\nWhen syncing data that contains `DateTime` fields from Codat, make sure\\\n", + " \\ you support the following cases when reading time information:\\n\\n- Coordinated\\\n", + " \\ Universal Time (UTC): `2021-11-15T06:00:00Z`\\n- Unqualified local time:\\\n", + " \\ `2021-11-15T01:00:00`\\n- UTC time offsets: `2021-11-15T01:00:00-05:00`\\n\\\n", + " \\n> Time zones\\n> \\n> Not all dates from Codat will contain information about\\\n", + " \\ time zones. \\n> Where it is not available from the underlying platform,\\\n", + " \\ Codat will return these as times local to the business whose data has been\\\n", + " \\ synced.\"\n", + " example: 2022-10-23 00:00:00+00:00\n", + " title: Date time\n", + " type: string\n", + " TransactionCategory:\n", + " allOf:\n", + " - description: Status of the bank transaction category.\n", + " properties:\n", + " hasChildren:\n", + " description: A Boolean indicating whether there are other bank transaction\n", + " categories beneath this one in the hierarchy.\n", + " type: boolean\n", + " id:\n", + " description: The unique identifier of the bank transaction category.\n", + " minLength: 1\n", + " type: string\n", + " name:\n", + " description: The name of the bank transaction category.\n", + " minLength: 1\n", + " type: string\n", + " parentId:\n", + " description: The unique identifier of the parent bank transaction category.\n", + " nullable: true\n", + " type: string\n", + " status:\n", + " $ref: '#/components/schemas/TransactionCategory/definitions/transactionCategoryStatus'\n", + " type: object\n", + " - $ref: '#/components/schemas/ModifiedDates'\n", + " definitions:\n", + " transactionCategoryRef:\n", + " description: An object of bank transaction category reference data.\n", + " properties:\n", + " id:\n", + " description: The unique category reference id for the bank transaction.\n", + " minLength: 1\n", + " type: string\n", + " name:\n", + " description: The category name reference for the bank transaction.\n", + " nullable: true\n", + " type: string\n", + " required:\n", + " - id\n", + " type: object\n", + " x-internal: true\n", + " transactionCategoryStatus:\n", + " enum:\n", + " - Unknown\n", + " - Active\n", + " - Archived\n", + " type: string\n", + " x-internal: true\n", + " description: 'The Banking Transaction Categories data type provides a list of\n", + " hierarchical categories associated with a transaction for greater contextual\n", + " meaning to transaction activity.\n", + "\n", + "\n", + " Responses are paged, so you should provide `page` and `pageSize` query parameters\n", + " in your request.'\n", + " examples:\n", + " - hasChildren: true\n", + " id: auto-and-transport\n", + " modifiedDate: 2022-05-23 16:32:50\n", + " name: Auto & Transport\n", + " sourceModifiedDate: 2021-04-24 07:59:10\n", + " status: Active\n", + " required:\n", + " - id\n", + " - name\n", + " title: Transaction Category\n", + " type: object\n", + " ModifiedDates:\n", + " allOf:\n", + " - $ref: '#/components/schemas/ModifiedDate'\n", + " - $ref: '#/components/schemas/SourceModifiedDate'\n", + " x-internal: true\n", + " ModifiedDate:\n", + " properties:\n", + " modifiedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date on which this record was last modified in Codat.\n", + " title: ModifiedDate\n", + " type: object\n", + " x-internal: true\n", + " SourceModifiedDate:\n", + " properties:\n", + " sourceModifiedDate:\n", + " $ref: '#/components/schemas/DateTime'\n", + " description: The date on which this record was last modified in the originating\n", + " system\n", + " title: Source Modified Date\n", + " type: object\n", + " x-internal: true\n", + "\n" + ] + } + ], + "source": [ + "print(api)" + ] + }, + { + "cell_type": "markdown", + "id": "6f43c63d-b523-418b-bee8-6faf65186e61", + "metadata": {}, + "source": [ + " \n" + ] + }, + { + "cell_type": "markdown", + "id": "37078106-46f9-4f2b-8719-199fef2aad51", + "metadata": {}, + "source": [ + " \n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.11.6" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +} diff --git a/objects.inv b/objects.inv index 13d99666bae58a6e42460eb9a405f71a39b50012..50fe6340195cfa7e8a171f17711fe4734211e215 100644 GIT binary patch delta 9713 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 delta 2606 zcmV+}3eokMOpO(gdVihUZsW!ofbabj1k&3j_K^fOsFdLV!4duIFIM*f;@RC=~YwhA;s*63TBCNmSsNl#IBJ5+h&_AT)Olf}X%RY2=n<_y#vILN zi?1hFwzXWW7k}f$Y?Xn@qr}^!7%IZoqt)N+^|#hUC$ysuRgf&lpu&5sC%tI9ru9nc zN=4{&KVk`KJ0v~2(g9b~l@6#xMQi|qQstjTG%t(Ty^FhwWv(W($#}h3$`wM*kuS)a zu}MAOrA~$fh+%?{VgM(B07JXM5vu`8@j?&VF-SmweNIh~axryu z1n!|)0x&=a=>k}#B+k8uXc>wtcO74snm33(2zM#iK`pSnjO`EvI&rlM>jEaxy+;g7 zdqPVtjt(%?0;bPx7h>S~T8U9mICot{A8eqnrRJg1m@m~0}XP{Z#+q-eTLf-d82 zG1bktg@4mwzzm?O3A2!TjF?AOG~*UplOZ#iil)qBsv2{PsbbD8kgP#Fq+S*K2W>?6 zaDiZ2+8~A2Cl@R2B)C)sU(tgr=`#9|l{|-t067Q3m7wNFdZFdqNguSNSK*@NeL{#Z z2r-g!2W~O;W;?BsKOLMigNkP})(@%RYI+Kgc7HlO`3mkwNP?sz5|g3ilH^3mIj5eo z)ZCPy5IKh>CPdP8^%Nq}Lh4DDb&nPPJy3IO??J~zg-8+_2px{A4ODkjZJrLt#3HIX zA|_LhtV2O zhQWS54EC)e7W|MV(2iml0#AcQHgV=C`?4U{qv>omS5Vg$H7|%smfu~{d1kh=1?)xYJ3A>r=BlG8$FxSv)wxMTS?KE_pl^nNem(^B?GVsE4gvks z5YRs>L$m#g^jeFF*Eo|jz<;d@ENw?DAa~ZK7nM8tC6eE2I!HrSPgr_#S!m7V!GSUM zX!jOYUnHRA`Zxz<1f9CWB%9;bT@A(DUyOPUxM>g^b(T>RXkKMsG?YjeR6YNHM|xGH z!88B5THI>LJR7Ny_57OCV4~0Y*)77*5&3fsrY5i#iSDSTD_y%YDSwXb+YakP=6h&? zGOWF7enY7gPgvO+rn$AYC*O?b){MJ=RtjG)pzK($AVsZLQ0k;65V&?+6|q{yx4=9@ zlmTKG#6G}KwFGt$+gs0v$j0Cy3Zo#m&}|wztXC_Kh@cN0-cGtQ09WCwK&#^7jNfQO z`_lRvxged};gVsQtABUaWO+ATO|E!$DTRJ_s};_5bz)UtZ`*FDltPg{;#HfjHRZbv z&ri014}cgbv|Co8pkj~3^zZ=E?ECx!k-s7E=a0TnCv!cn20VXrj;w$_XA9_H4^lb; z+q*?Xl=zXqixLm-1Eiy59#hRFaSC^%+wnw~S769kP3P0uXn#3ffBPgt?D1^0TG^MQ zS(YyyZr(|WR|qP%hBUeSQ!G&|AA}BcS1<*v*rEp971Wx=PUA)2H;a?zaic}d=HY{AT^Jo1Vfk3P$EvZ_YA*v ze5&xC=sJ4GL9A!DaWV-CJEGY<=?&2xILYJx*ffRR)jXi&=4vidX>WBevfS2cHd<|G zHJ>TBv6{=2+*i$JN}RvI2FdQv&d!(YZeZt6xvqtVD1T3>REC)Ag2eJn4bT}v%ae4B zEC|plAEJ(`r+755szGFR7O%4|fN2gzsV6GC%KIa#xYmibsybT2@-$x7U}=?Q0gIU@ z{@Y8H-k5J31ka!3P{o(JW^aym_NsppL41cTFX_xVzv5u-Jb@%GJEhwmFP6*6cs*U* z@?JJ75`S(cx0B^)C<*y+)%1Eg9!|pIYBF#p=!r(UsjGMM`Di))PAS<@wIem$`-*SkdDqsCde!~^}Rl{;`b^H zgxxPl;TSL4KVe~f`uLCk8Do0q!iC%H1ojNq2!CJSEu;MNgYoqqV8cTO-jjd6x5)+o zjct_twz58Kk^R5!3AQq7GI_YJ{*FzdrNnpbZ$JO^|Ns722B+l-Lf3HeQOz{T?_7|IW@IKlz9=71*qmw#%@$RT zR)3Kfw`kx-JvA%48UC~?n>UOYI0w=|WgV8(foLo~Hdse2F@WWo
  • 👻 Classes
  • +

    Example notebooks

    + @@ -1702,5 +1710,6 @@

    Submodules + \ No newline at end of file diff --git a/promptmeteo.models.html b/promptmeteo.models.html index 98a2e3d..1d9ce30 100644 --- a/promptmeteo.models.html +++ b/promptmeteo.models.html @@ -164,6 +164,14 @@ +

    Example notebooks

    + @@ -256,7 +264,7 @@

    Submodules

    promptmeteo.models.base module#

    -class promptmeteo.models.base.BaseModel#
    +class promptmeteo.models.base.BaseModel(**kwargs)#

    Bases: ABC

    Model Interface.

    @@ -878,5 +886,6 @@

    Submodules + \ No newline at end of file diff --git a/promptmeteo.parsers.html b/promptmeteo.parsers.html index 44cac94..1885874 100644 --- a/promptmeteo.parsers.html +++ b/promptmeteo.parsers.html @@ -164,6 +164,14 @@ +

    Example notebooks

    + @@ -466,5 +474,6 @@

    Submodules + \ No newline at end of file diff --git a/promptmeteo.prompts.html b/promptmeteo.prompts.html index d3d4993..16c658b 100644 --- a/promptmeteo.prompts.html +++ b/promptmeteo.prompts.html @@ -164,6 +164,14 @@ +

    Example notebooks

    + @@ -421,5 +429,6 @@

    Submodules + \ No newline at end of file diff --git a/promptmeteo.selector.html b/promptmeteo.selector.html index 71b0d6f..36259b5 100644 --- a/promptmeteo.selector.html +++ b/promptmeteo.selector.html @@ -164,6 +164,14 @@ +

    Example notebooks

    + @@ -549,5 +557,6 @@

    Submodules + \ No newline at end of file diff --git a/promptmeteo.tasks.html b/promptmeteo.tasks.html index da0defb..15a63e4 100644 --- a/promptmeteo.tasks.html +++ b/promptmeteo.tasks.html @@ -164,6 +164,14 @@ +

    Example notebooks

    + @@ -431,5 +439,6 @@

    Submodules + \ No newline at end of file diff --git a/py-modindex.html b/py-modindex.html index 8dc1edd..1dab706 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -162,6 +162,14 @@ +

    Example notebooks

    + @@ -448,5 +456,6 @@

    Python Module Index

    + \ No newline at end of file diff --git a/quickstart.html b/quickstart.html index e66b933..0cccef8 100644 --- a/quickstart.html +++ b/quickstart.html @@ -164,6 +164,14 @@ +

    Example notebooks

    + @@ -220,7 +228,7 @@

    ⚡ Quickstart

    ✨ Train the task#

    -

    You can also include examples to improve the results by calling the method train()

    +

    You can also include examples to improve the results by calling the method train().

    clf = clf.train(
         examples    = ['i am happy', 'doesnt matter', 'I hate it'],
         annotations = ['positive', 'neutral', 'negative'],
    @@ -235,14 +243,14 @@ 

    ✨ Train the task

    ✨ Save a trained task#

    -

    Once the model is trained it can be saved locally

    +

    Once the model is trained it can be saved locally…

    clf.save_model("hello_world.meteo")
     

    ✨ Load a trained task#

    -

    and loaded again to make new predictions

    +

    … and loaded again to make new predictions.

    from promptmeteo import DocumentClassifier
     
     clf = DocumentClassifier(
    @@ -257,7 +265,7 @@ 

    ✨ Load a trained task
    [['positive']]
     

    -

    Models can also be loaded without instantiating the class by using load_model as a function instead of a method:

    +

    Models can also be loaded without instantiating the class by using .load_model() as a function instead of a method:

    @@ -240,6 +248,7 @@ + diff --git a/searchindex.js b/searchindex.js index 4959fd8..1827016 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["classes", "definition", "index", "install", "modules", "promptmeteo", "promptmeteo.models", "promptmeteo.parsers", "promptmeteo.prompts", "promptmeteo.selector", "promptmeteo.tasks", "quickstart"], "filenames": ["classes.rst", "definition.rst", "index.rst", "install.rst", "modules.rst", "promptmeteo.rst", "promptmeteo.models.rst", "promptmeteo.parsers.rst", "promptmeteo.prompts.rst", "promptmeteo.selector.rst", "promptmeteo.tasks.rst", "quickstart.rst"], "titles": ["\ud83d\udc7b Classes", "\ud83e\udd14 What is this library for?", "Promptmeteo \ud83d\udd25\ud83e\uddd4", "\u2699\ufe0f Installation and configuration", "promptmeteo", "promptmeteo package", "promptmeteo.models package", "promptmeteo.parsers package", "promptmeteo.prompts package", "promptmeteo.selector package", "promptmeteo.tasks package", "\u26a1 Quickstart"], "terms": {"promptmeteo": [0, 1, 3, 11], "apigener": [0, 1, 4, 5], "languag": [0, 1, 2, 4, 5, 8, 9, 10, 11], "str": [0, 5, 6, 7, 8, 9, 10], "model_nam": [0, 1, 4, 5, 6, 8, 10, 11], "model_provider_nam": [0, 4, 5, 6, 10, 11], "api_vers": [0, 5], "api_protocol": [0, 5], "api_style_instruct": [0, 5], "list": [0, 5, 6, 7, 8, 9, 10], "none": [0, 5, 6, 8, 9, 10], "kwarg": [0, 5, 6, 9, 10], "api": [0, 1, 3, 5, 6, 7, 9, 10], "gener": [0, 1, 2, 3, 5, 7, 8, 10], "task": [0, 2, 4, 5, 7, 8], "thi": [0, 2, 5, 8, 9], "initi": [0, 5, 9], "creat": [0, 1, 2, 3, 5, 6, 8, 9], "base": [0, 2, 4, 10], "descript": [0, 1, 5], "paramet": [0, 1, 2, 3, 5, 6, 8, 9], "name": [0, 1, 3, 5, 6, 8], "model": [0, 2, 4, 5, 10, 11], "us": [0, 1, 3, 5, 6, 9, 11], "provid": [0, 1, 3, 5, 6, 9], "version": [0, 1, 3, 5, 8], "protocol": [0, 5], "option": [0, 5, 9], "instruct": [0, 1, 5, 6], "style": [0, 5], "dict": [0, 5, 6, 9, 10], "addit": [0, 5], "keyword": [0, 5], "argument": [0, 1, 5, 8, 9], "rais": [0, 5], "valueerror": [0, 5], "If": [0, 5, 9], "i": [0, 2, 5, 6, 9, 11], "allow": [0, 1, 5], "correct": [0, 1, 5, 7, 10], "format": [0, 1, 5], "from": [0, 1, 5, 6, 7, 8, 9, 11], "import": [0, 5, 11], "en": [0, 1, 5, 11], "selector_k": [0, 5, 9, 10], "5": [0, 1, 5, 6], "3": [0, 1, 5, 6], "0": [0, 5, 6], "rest": [0, 1, 5], "alwai": [0, 5], "camel": [0, 5], "case": [0, 5], "do": [0, 2, 5, 6], "acronym": [0, 5], "openai": [0, 1, 4, 5], "gpt": [0, 1, 5, 6], "turbo": [0, 1, 5, 6], "16k": [0, 1, 5, 6], "model_provider_token": [0, 4, 5, 6, 10], "model_token": [0, 5], "train": [0, 1, 2, 4, 5, 9, 10], "api_descript": [0, 5], "api_cod": [0, 5], "predict": [0, 1, 4, 5, 6, 10, 11], "manag": [0, 5], "account": [0, 3, 5], "access": [0, 3, 5], "self": [0, 5, 8, 9, 10], "given": [0, 5, 6, 7, 8, 10], "note": 0, "behaviour": [0, 5], "check": [0, 5, 6], "each": [0, 1, 5], "specif": [0, 1, 2, 5], "docstr": [0, 5], "contract": [0, 5], "code": [0, 1, 2, 5, 7, 8, 10], "return": [0, 5, 6, 7, 8, 9, 10], "object": [0, 1, 5, 6, 7, 8, 9, 10], "type": [0, 1, 5, 6, 8, 9, 10], "apiformatt": [0, 1, 4, 5], "formatt": [0, 5], "external_info": [0, 5], "server": [0, 5], "url": [0, 5, 9], "http": [0, 3, 5], "localhost": [0, 5], "8080": [0, 5], "local": [0, 1, 3, 5, 6, 11], "environ": [0, 5], "classmethod": [0, 5, 6, 7, 8, 9], "load_model": [0, 4, 5, 11], "model_path": [0, 5, 9, 10], "load": [0, 1, 2, 5, 9, 10], "save": [0, 1, 2, 5], "disk": [0, 5, 9], "path": [0, 3, 5], "where": [0, 5], "instanc": [0, 5, 7, 8, 9], "artifact": [0, 5], "make": [0, 5, 11], "new": [0, 1, 5, 8, 9, 10, 11], "over": [0, 2, 5], "text": [0, 1, 5, 6, 7, 8, 10], "sampl": [0, 5, 6, 9, 10], "receiv": [0, 5, 7], "extern": [0, 5], "inform": [0, 5], "ad": [0, 5], "extract": [0, 5, 7], "entiti": [0, 1, 5], "codegener": [0, 1, 4, 5], "repres": [0, 5], "natur": [0, 5], "prompt_domain": [0, 4, 5, 8, 10], "python": [0, 2, 5], "davinci": [0, 5, 8], "003": [0, 5, 8], "prompt_detail": [0, 4, 5, 8, 10], "add": [0, 5, 6, 9], "function": [0, 1, 5, 8, 9, 11], "definit": [0, 1, 5], "annot": [0, 5, 9, 10, 11], "pred": [0, 5], "A": [0, 5, 9], "foo": [0, 5], "print": [0, 5, 6], "documentclassifi": [0, 1, 4, 5, 11], "classifi": [0, 5], "document": [0, 1, 5], "predefin": [0, 5], "categori": [0, 5, 9], "clf": [0, 5, 11], "hf_pipelin": [0, 1, 4, 5, 11], "googl": [0, 1, 5, 6, 8, 11], "flan": [0, 1, 5, 6, 8, 11], "t5": [0, 1, 5, 6, 8, 11], "small": [0, 1, 5, 6, 8, 11], "prompt_label": [0, 4, 5, 7, 8, 10, 11], "posit": [0, 5, 6, 11], "neg": [0, 5, 11], "neutral": [0, 5, 11], "estoi": [0, 5], "feliz": [0, 5], "me": [0, 5], "da": [0, 5], "igual": [0, 5], "gusta": [0, 5], "que": [0, 5], "guai": [0, 5], "correspond": [0, 5], "documentqa": [0, 1, 4, 5], "question": [0, 1, 5], "answer": [0, 1, 5, 8], "The": [0, 1, 5, 6, 8, 9], "rain": [0, 5], "spain": [0, 5], "plain": [0, 5], "logarithm": [0, 5], "": [0, 1, 5], "limit": [0, 5], "To": [0, 1, 2, 3, 5], "punish": [0, 5], "oppresor": [0, 5], "clementi": [0, 5], "forgiv": [0, 5], "them": [0, 1, 5], "cruelti": [0, 5], "how": [0, 2, 5], "summar": [0, 1, 4, 7, 10], "e": [0, 1, 5, 8, 9], "partir": [0, 5], "del": [0, 5], "siguient": [0, 5], "texto": [0, 5], "anthrop": [0, 1, 5, 6], "claud": [0, 1, 5, 6], "v2": [0, 1, 5, 6], "bedrock": [0, 1, 4, 5], "tl": 1, "dr": 1, "industri": 1, "project": 1, "power": [1, 5], "easili": 1, "have": 1, "capabl": [1, 5], "address": 1, "variou": [1, 2], "when": 1, "form": 1, "input": [1, 9], "thei": 1, "can": [1, 2, 3, 8, 11], "reason": 1, "engin": [1, 2], "construct": 1, "applic": 1, "howev": 1, "deploi": 1, "pose": 1, "signific": 1, "challeng": 1, "two": 1, "main": 1, "firstli": 1, "typic": 1, "encapsul": 1, "logic": 1, "yet": 1, "ar": [1, 8], "treat": 1, "mere": 1, "mean": 1, "poorli": 1, "formul": 1, "ha": [1, 8], "potenti": [1, 7], "disrupt": 1, "secondli": 1, "craft": 1, "onli": 1, "labori": 1, "also": [1, 3, 11], "complex": 1, "one": 1, "minor": 1, "alter": 1, "result": [1, 11], "differ": [1, 2], "outcom": 1, "render": 1, "highli": 1, "error": 1, "prone": 1, "addition": 1, "compos": 1, "consider": [1, 8], "extend": 1, "beyond": 1, "itself": 1, "includ": [1, 8, 11], "factor": 1, "being": 1, "capac": 1, "other": 1, "relev": [1, 5, 9], "aspect": 1, "equal": 1, "aim": 1, "aforement": 1, "issu": 1, "divid": 1, "distinct": 1, "part": 1, "within": 1, "concret": 1, "problem": [1, 9], "variabl": [1, 3, 9], "incorpor": 1, "high": 1, "level": 1, "implement": 1, "through": [1, 2], "py": [1, 8], "file": [1, 3, 8, 9], "design": 1, "nlp": [1, 5], "classif": [1, 5, 7, 8, 9, 10], "recognit": [1, 5], "These": 1, "requir": [1, 8], "configur": [1, 2, 6, 9], "execut": [1, 6], "elimin": 1, "need": 1, "pars": 1, "output": [1, 7], "modul": [1, 4], "adher": 1, "interfac": [1, 2, 5, 6, 7, 8, 9, 10], "similar": [1, 5, 9], "scikit": 1, "learn": 1, "By": 1, "defin": 1, "an": [1, 7, 9], "independ": 1, "method": [1, 11], "enabl": 1, "separ": 1, "pipelin": [1, 5, 6], "facilit": 1, "reus": 1, "convent": [1, 5], "ml": [1, 5], "enhanc": 1, "exampl": [1, 9, 10, 11], "support": [1, 5, 6], "reproduc": 1, "process": 1, "store": [1, 3, 9], "binari": 1, "multipl": 1, "time": [1, 5], "data": 1, "embed": [1, 5, 6, 9], "vector": [1, 9], "databas": [1, 9], "faiss": [1, 9], "langchain": [1, 2], "remot": 1, "call": [1, 6, 11], "like": 1, "huggingfac": [1, 3, 6], "establish": 1, "programmat": 1, "approach": 1, "aid": 1, "understand": 1, "chang": 1, "occur": 1, "test": [1, 6], "orient": 1, "toward": 1, "encompass": 1, "valid": [1, 4], "ensur": 1, "size": 1, "appropri": 1, "valu": [1, 3, 6, 7, 9, 10], "azur": 1, "hf_hub_api": [1, 4, 5], "xxl": [1, 6], "bison": [1, 6], "001": [1, 6], "32k": [1, 6], "librari": [2, 3], "prompt": [2, 4, 5, 6, 9, 10], "built": 2, "It": [2, 5], "simplifi": 2, "util": 2, "llm": [2, 3, 5, 6, 7], "low": 2, "achiev": 2, "emploi": 2, "dynam": [2, 9], "just": [2, 8], "few": 2, "what": [2, 7], "we": 2, "current": [2, 6, 8], "capacil": 2, "instal": 2, "credenti": 2, "quickstart": 2, "stabl": 3, "pip": 3, "venv": 3, "env": 3, "follow": [3, 8], "depend": [3, 7, 8, 9], "first": 3, "you": [3, 8, 11], "should": 3, "servic": 3, "com": 3, "vertex": 3, "ai": 3, "doc": 3, "custom": [3, 9], "role": 3, "user": 3, "onc": [3, 11], "kei": [3, 9], "refer": [3, 9], "google_cloud_project_id": 3, "my_google_llm_project_id": 3, "google_application_credenti": 3, "path_to_service_account_key_fil": 3, "json": [3, 7], "your": [3, 8], "secret": 3, "set": [3, 5, 6, 8], "page": 3, "platform": 3, "indic": [3, 11], "openai_api_kei": 3, "my_openai_api_kei": 3, "pass": [3, 5, 9], "token": 3, "co": 3, "huggingfacehub_api_token": 3, "my_hf_api_kei": 3, "secur": 3, "Then": 3, "write": 3, "config": [3, 5, 9], "linux": 3, "maco": 3, "userprofil": 3, "window": 3, "In": 3, "default": 3, "aws_access_key_id": 3, "your_created_aws_kei": 3, "aws_secret_access_kei": 3, "your_created_aws_secret_kei": 3, "region": 3, "aws_region": 3, "packag": 4, "subpackag": 4, "submodul": 4, "azure_openai": [4, 5], "fake_llm": [4, 5], "google_vertexai": [4, 5], "content": 4, "parser": [4, 5, 10], "api_pars": [4, 5], "classification_pars": [4, 5], "dummy_pars": [4, 5], "json_pars": [4, 5], "selector": [4, 5, 10], "custom_selector": [4, 5], "task_build": [4, 5], "api_formatt": 4, "allowed_protocol": [4, 5], "task_typ": [4, 5, 7, 8, 10], "api_gener": [4, 10], "selector_typ": [4, 5, 9, 10], "builder": [4, 5, 10], "create_build": [4, 5], "init_param": [4, 5], "is_train": [4, 5], "save_model": [4, 5, 11], "basesupervis": [4, 5], "model_param": [4, 5, 6, 10], "verbos": [4, 5, 6, 10], "baseunsupervis": [4, 5], "code_gener": [4, 10], "constant": 4, "document_classifi": 4, "document_qa": 4, "tool": 4, "add_docstring_from": [4, 5], "validate_version_rest": [4, 5], "version_valid": [4, 5], "azureopenaillm": [5, 6], "modelenum": [5, 6], "gpt35turbo": [5, 6], "gpt35turboinstruct": [5, 6], "modeltyp": [5, 6], "has_valu": [5, 6], "basemodel": [5, 6, 9, 10], "run": [5, 6, 7, 8, 9, 10], "bedrockllm": [5, 6], "anthropicclaudev2": [5, 6], "fakellm": [5, 6], "llm_map": [5, 6], "fakelistllm": [5, 6], "respons": [5, 6, 7, 8], "fakepromptcopyllm": [5, 6], "cach": [5, 6], "callback_manag": [5, 6], "callback": [5, 6], "metadata": [5, 6, 9], "tag": [5, 6], "fakestaticllm": [5, 6], "model_1": [5, 6], "model_2": [5, 6], "model_3": [5, 6], "googlevertexaillm": [5, 6], "textbison": [5, 6], "textbison001": [5, 6], "textbison32k": [5, 6], "hfhubapillm": [5, 6], "flant5xxl": [5, 6], "hfpipelinellm": [5, 6], "modelparam": [5, 6], "openaillm": [5, 6], "modelfactori": [5, 6], "map": [5, 6], "factory_method": [5, 6, 7, 8, 9], "modelprovid": [5, 6], "provider_0": [5, 6], "provider_1": [5, 6], "provider_2": [5, 6], "provider_3": [5, 6], "provider_4": [5, 6], "provider_5": [5, 6], "apipars": [5, 7], "basepars": [5, 7, 10], "parserexcept": [5, 7], "classificationpars": [5, 7], "dummypars": [5, 7], "jsonpars": [5, 7], "parserfactori": [5, 7], "parsertyp": [5, 7], "parser_1": [5, 7], "parser_2": [5, 7], "parser_3": [5, 7], "parser_4": [5, 7], "parser_5": [5, 7], "parser_6": [5, 7], "parser_7": [5, 7], "parser_8": [5, 7], "baseprompt": [5, 8, 10], "prompt_exampl": [5, 8], "domain": [5, 8], "label": [5, 8], "read_prompt": [5, 8], "templat": [5, 8, 9], "promptfactori": [5, 8], "build_class": [5, 8], "get_files_taxonomi": [5, 8], "baseselector": [5, 9, 10], "load_example_selector": [5, 9], "vectorstor": [5, 9], "baseselectorsupervis": [5, 9], "baseselectorunsupervis": [5, 9], "selectoralgorithm": [5, 9], "similarity_class_balanc": [5, 9], "balancedsemanticsamplesselector": [5, 9], "add_exampl": [5, 9], "class_kei": [5, 9], "class_list": [5, 9], "example_kei": [5, 9], "from_exampl": [5, 9], "input_kei": [5, 9], "k": [5, 9], "select_exampl": [5, 9], "vectorstore_kwarg": [5, 9], "sorted_valu": [5, 9], "selectorfactori": [5, 9], "selectortyp": [5, 9], "supervis": [5, 9], "unsupervis": [5, 9], "taskbuild": [5, 10], "build_model": [5, 10], "build_pars": [5, 10], "build_prompt": [5, 10], "build_selector_by_load": [5, 10], "build_selector_by_train": [5, 10], "tasktyp": [5, 10], "api_correct": [5, 10], "qa": [5, 7, 10], "class": [5, 6, 7, 8, 9, 10, 11], "int": [5, 6, 9, 10], "10": 5, "selector_algorithm": [5, 9, 10], "bool": [5, 6, 10], "fals": [5, 10], "abc": [5, 6, 7, 8, 9], "solv": 5, "Its": 5, "resembl": 5, "easi": 5, "integr": 5, "mlop": 5, "sun": 5, "republ": 5, "resistencia": 5, "rise": 5, "padm\u00e9": 5, "amidala": 5, "mother": 5, "leia": 5, "properti": [5, 6, 8, 9, 10], "get": [5, 6, 10], "parent_funct": 5, "decor": 5, "concaten": 5, "anoth": 5, "begin": 5, "whose": 5, "def": 5, "bar": 5, "__doc__": 5, "number": [5, 9], "true": [5, 9], "otherwis": 5, "enum": [6, 7, 9, 10], "avail": [6, 7, 10], "basellm": 6, "its": [6, 8], "fake": 6, "prompt_copi": 6, "static": [6, 8], "basecallbackhandl": 6, "basecallbackmanag": 6, "ani": [6, 9], "uno": 6, "tre": 6, "wrapper": 6, "purpos": 6, "copi": 6, "whether": 6, "deprec": 6, "trace": 6, "out": 6, "model_provider_project": 6, "vertexai": 6, "found": 6, "dummi": 7, "string": [7, 8], "expect": [7, 8], "abstract": 7, "except": 7, "factori": [7, 8, 9], "ner": [7, 8], "info": 7, "n": 8, "here": 8, "explain": 8, "__prompt_domain__": 8, "__prompt_detail__": 8, "__shot_examples__": 8, "__prompt_sample__": 8, "__chain_thought__": 8, "__answer_format__": 8, "prompt_sampl": 8, "describ": 8, "shot_exampl": 8, "__examples__": 8, "take": 8, "__domain__": 8, "give": 8, "__labels__": 8, "some": 8, "__detail__": 8, "chain_thought": 8, "step": 8, "answer_format": 8, "prompt_text": 8, "read": 8, "build": [8, 10], "prompttempl": 8, "_model_nam": 8, "dinam": 8, "inherit": 8, "configuracion": 8, "__main__": 8, "textdavinci003spn": 8, "sep": 8, "_": 8, "convert": 8, "convet": 8, "dictorionari": 8, "folder": 8, "structur": 8, "__init__": 8, "small_es_classif": 8, "small_es_cod": 8, "small_es_n": 8, "003_es_classif": 8, "003_es_cod": 8, "003_es_ner": 8, "fewshotprompttempl": 9, "avaial": 9, "algorithm": 9, "6": 9, "baseexampleselector": 9, "select": 9, "semanticsimilar": 9, "balanc": 9, "wai": 9, "pydant": 9, "arbitrary_types_allow": 9, "element": 9, "which": 9, "contain": 9, "filter": 9, "vectorstore_cl": 9, "vectorstore_cls_kwarg": 9, "shot": 9, "reshuffl": 9, "queri": 9, "field": 9, "dictionari": 9, "g": 9, "openaiembed": 9, "db": 9, "search": 9, "instead": [9, 11], "all": [9, 10], "exampleselector": 9, "instanti": [9, 11], "back": 9, "per": 9, "input_vari": 9, "semant": 9, "extra": 9, "similarity_search": 9, "sort": 9, "pretrain": 10, "directli": 11, "so": 11, "cool": 11, "improv": 11, "am": 11, "happi": 11, "doesnt": 11, "matter": 11, "hate": 11, "hello_world": 11, "meteo": 11, "again": 11, "without": 11}, "objects": {"": [[5, 0, 0, "-", "promptmeteo"]], "promptmeteo": [[0, 1, 1, "", "APIFormatter"], [0, 1, 1, "", "APIGenerator"], [0, 1, 1, "", "CodeGenerator"], [0, 1, 1, "", "DocumentClassifier"], [0, 1, 1, "", "DocumentQA"], [0, 1, 1, "", "Summarizer"], [5, 0, 0, "-", "api_formatter"], [5, 0, 0, "-", "api_generator"], [5, 0, 0, "-", "base"], [5, 0, 0, "-", "code_generator"], [5, 0, 0, "-", "constants"], [5, 0, 0, "-", "document_classifier"], [5, 0, 0, "-", "document_qa"], [6, 0, 0, "-", "models"], [7, 0, 0, "-", "parsers"], [8, 0, 0, "-", "prompts"], [9, 0, 0, "-", "selector"], [5, 0, 0, "-", "summarizer"], [10, 0, 0, "-", "tasks"], [5, 0, 0, "-", "tools"], [5, 0, 0, "-", "validations"]], "promptmeteo.APIFormatter": [[0, 2, 1, "", "load_model"], [0, 2, 1, "", "predict"], [0, 2, 1, "", "train"]], "promptmeteo.APIGenerator": [[0, 2, 1, "", "train"]], "promptmeteo.DocumentClassifier": [[0, 2, 1, "", "train"]], "promptmeteo.Summarizer": [[0, 2, 1, "", "load_model"], [0, 2, 1, "", "train"]], "promptmeteo.api_formatter": [[5, 1, 1, "", "APIFormatter"]], "promptmeteo.api_formatter.APIFormatter": [[5, 3, 1, "", "ALLOWED_PROTOCOLS"], [5, 3, 1, "", "TASK_TYPE"], [5, 2, 1, "", "load_model"], [5, 2, 1, "", "predict"], [5, 2, 1, "", "train"]], "promptmeteo.api_generator": [[5, 1, 1, "", "APIGenerator"]], "promptmeteo.api_generator.APIGenerator": [[5, 3, 1, "", "ALLOWED_PROTOCOLS"], [5, 3, 1, "", "TASK_TYPE"], [5, 2, 1, "", "train"]], "promptmeteo.base": [[5, 1, 1, "", "Base"], [5, 1, 1, "", "BaseSupervised"], [5, 1, 1, "", "BaseUnsupervised"]], "promptmeteo.base.Base": [[5, 3, 1, "", "SELECTOR_TYPE"], [5, 3, 1, "", "TASK_TYPE"], [5, 4, 1, "", "builder"], [5, 2, 1, "", "create_builder"], [5, 4, 1, "", "init_params"], [5, 4, 1, "", "is_trained"], [5, 2, 1, "", "load_model"], [5, 2, 1, "", "predict"], [5, 2, 1, "", "save_model"], [5, 4, 1, "", "task"]], "promptmeteo.base.BaseSupervised": [[5, 3, 1, "", "SELECTOR_TYPE"], [5, 3, 1, "", "language"], [5, 3, 1, "", "model_name"], [5, 3, 1, "", "model_params"], [5, 3, 1, "", "model_provider_name"], [5, 3, 1, "", "model_provider_token"], [5, 3, 1, "", "prompt_detail"], [5, 3, 1, "", "prompt_domain"], [5, 3, 1, "", "prompt_labels"], [5, 2, 1, "", "train"], [5, 3, 1, "", "verbose"]], "promptmeteo.base.BaseUnsupervised": [[5, 3, 1, "", "SELECTOR_TYPE"], [5, 3, 1, "", "language"], [5, 3, 1, "", "model_name"], [5, 3, 1, "", "model_params"], [5, 3, 1, "", "model_provider_name"], [5, 3, 1, "", "model_provider_token"], [5, 3, 1, "", "prompt_detail"], [5, 3, 1, "", "prompt_domain"], [5, 3, 1, "", "prompt_labels"], [5, 2, 1, "", "train"], [5, 3, 1, "", "verbose"]], "promptmeteo.code_generator": [[5, 1, 1, "", "CodeGenerator"]], "promptmeteo.code_generator.CodeGenerator": [[5, 3, 1, "", "TASK_TYPE"], [5, 3, 1, "", "language"], [5, 3, 1, "", "model_name"], [5, 3, 1, "", "model_params"], [5, 3, 1, "", "model_provider_name"], [5, 3, 1, "", "model_provider_token"], [5, 3, 1, "", "prompt_detail"], [5, 3, 1, "", "prompt_domain"], [5, 3, 1, "", "prompt_labels"], [5, 3, 1, "", "verbose"]], "promptmeteo.document_classifier": [[5, 1, 1, "", "DocumentClassifier"]], "promptmeteo.document_classifier.DocumentClassifier": [[5, 3, 1, "", "TASK_TYPE"], [5, 3, 1, "", "language"], [5, 3, 1, "", "model_name"], [5, 3, 1, "", "model_params"], [5, 3, 1, "", "model_provider_name"], [5, 3, 1, "", "model_provider_token"], [5, 3, 1, "", "prompt_detail"], [5, 3, 1, "", "prompt_domain"], [5, 3, 1, "", "prompt_labels"], [5, 2, 1, "", "train"], [5, 3, 1, "", "verbose"]], "promptmeteo.document_qa": [[5, 1, 1, "", "DocumentQA"]], "promptmeteo.document_qa.DocumentQA": [[5, 3, 1, "", "TASK_TYPE"], [5, 3, 1, "", "language"], [5, 3, 1, "", "model_name"], [5, 3, 1, "", "model_params"], [5, 3, 1, "", "model_provider_name"], [5, 3, 1, "", "model_provider_token"], [5, 3, 1, "", "prompt_detail"], [5, 3, 1, "", "prompt_domain"], [5, 3, 1, "", "prompt_labels"], [5, 3, 1, "", "verbose"]], "promptmeteo.models": [[6, 1, 1, "", "ModelFactory"], [6, 1, 1, "", "ModelProvider"], [6, 0, 0, "-", "azure_openai"], [6, 0, 0, "-", "base"], [6, 0, 0, "-", "bedrock"], [6, 0, 0, "-", "fake_llm"], [6, 0, 0, "-", "google_vertexai"], [6, 0, 0, "-", "hf_hub_api"], [6, 0, 0, "-", "hf_pipeline"], [6, 0, 0, "-", "openai"]], "promptmeteo.models.ModelFactory": [[6, 3, 1, "", "MAPPING"], [6, 2, 1, "", "factory_method"]], "promptmeteo.models.ModelProvider": [[6, 3, 1, "", "PROVIDER_0"], [6, 3, 1, "", "PROVIDER_1"], [6, 3, 1, "", "PROVIDER_2"], [6, 3, 1, "", "PROVIDER_3"], [6, 3, 1, "", "PROVIDER_4"], [6, 3, 1, "", "PROVIDER_5"]], "promptmeteo.models.azure_openai": [[6, 1, 1, "", "AzureOpenAILLM"], [6, 1, 1, "", "ModelEnum"], [6, 1, 1, "", "ModelTypes"]], "promptmeteo.models.azure_openai.ModelEnum": [[6, 3, 1, "", "GPT35Turbo"], [6, 3, 1, "", "GPT35TurboInstruct"]], "promptmeteo.models.azure_openai.ModelTypes": [[6, 3, 1, "", "GPT35Turbo"], [6, 3, 1, "", "GPT35TurboInstruct"], [6, 2, 1, "", "has_value"]], "promptmeteo.models.base": [[6, 1, 1, "", "BaseModel"]], "promptmeteo.models.base.BaseModel": [[6, 4, 1, "", "embeddings"], [6, 4, 1, "", "llm"], [6, 2, 1, "", "run"]], "promptmeteo.models.bedrock": [[6, 1, 1, "", "BedrockLLM"], [6, 1, 1, "", "ModelEnum"], [6, 1, 1, "", "ModelTypes"]], "promptmeteo.models.bedrock.ModelEnum": [[6, 3, 1, "", "AnthropicClaudeV2"]], "promptmeteo.models.bedrock.ModelTypes": [[6, 3, 1, "", "AnthropicClaudeV2"], [6, 2, 1, "", "has_value"]], "promptmeteo.models.fake_llm": [[6, 1, 1, "", "FakeLLM"], [6, 1, 1, "", "FakeListLLM"], [6, 1, 1, "", "FakePromptCopyLLM"], [6, 1, 1, "", "FakeStaticLLM"], [6, 1, 1, "", "ModelTypes"]], "promptmeteo.models.fake_llm.FakeLLM": [[6, 3, 1, "", "LLM_MAPPING"]], "promptmeteo.models.fake_llm.FakeListLLM": [[6, 3, 1, "", "i"], [6, 3, 1, "", "responses"]], "promptmeteo.models.fake_llm.FakePromptCopyLLM": [[6, 3, 1, "", "cache"], [6, 3, 1, "", "callback_manager"], [6, 3, 1, "", "callbacks"], [6, 3, 1, "", "metadata"], [6, 3, 1, "", "tags"], [6, 3, 1, "", "verbose"]], "promptmeteo.models.fake_llm.FakeStaticLLM": [[6, 3, 1, "", "response"]], "promptmeteo.models.fake_llm.ModelTypes": [[6, 3, 1, "", "MODEL_1"], [6, 3, 1, "", "MODEL_2"], [6, 3, 1, "", "MODEL_3"]], "promptmeteo.models.google_vertexai": [[6, 1, 1, "", "GoogleVertexAILLM"], [6, 1, 1, "", "ModelEnum"], [6, 1, 1, "", "ModelTypes"]], "promptmeteo.models.google_vertexai.ModelEnum": [[6, 3, 1, "", "TextBison"], [6, 3, 1, "", "TextBison001"], [6, 3, 1, "", "TextBison32k"]], "promptmeteo.models.google_vertexai.ModelTypes": [[6, 3, 1, "", "TextBison"], [6, 3, 1, "", "TextBison001"], [6, 3, 1, "", "TextBison32k"], [6, 2, 1, "", "has_value"]], "promptmeteo.models.hf_hub_api": [[6, 1, 1, "", "HFHubApiLLM"], [6, 1, 1, "", "ModelEnum"], [6, 1, 1, "", "ModelTypes"]], "promptmeteo.models.hf_hub_api.ModelEnum": [[6, 3, 1, "", "FlanT5Xxl"]], "promptmeteo.models.hf_hub_api.ModelTypes": [[6, 3, 1, "", "FlanT5Xxl"], [6, 2, 1, "", "has_value"]], "promptmeteo.models.hf_pipeline": [[6, 1, 1, "", "HFPipelineLLM"], [6, 1, 1, "", "ModelParams"], [6, 1, 1, "", "ModelTypes"]], "promptmeteo.models.hf_pipeline.ModelParams": [[6, 3, 1, "", "MODEL_1"]], "promptmeteo.models.hf_pipeline.ModelTypes": [[6, 3, 1, "", "MODEL_1"], [6, 2, 1, "", "has_value"]], "promptmeteo.models.openai": [[6, 1, 1, "", "ModelEnum"], [6, 1, 1, "", "ModelTypes"], [6, 1, 1, "", "OpenAILLM"]], "promptmeteo.models.openai.ModelEnum": [[6, 3, 1, "", "GPT35Turbo"], [6, 3, 1, "", "GPT35TurboInstruct"]], "promptmeteo.models.openai.ModelTypes": [[6, 3, 1, "", "GPT35Turbo"], [6, 3, 1, "", "GPT35TurboInstruct"], [6, 2, 1, "", "has_value"]], "promptmeteo.parsers": [[7, 1, 1, "", "ParserFactory"], [7, 1, 1, "", "ParserTypes"], [7, 0, 0, "-", "api_parser"], [7, 0, 0, "-", "base"], [7, 0, 0, "-", "classification_parser"], [7, 0, 0, "-", "dummy_parser"], [7, 0, 0, "-", "json_parser"]], "promptmeteo.parsers.ParserFactory": [[7, 2, 1, "", "factory_method"]], "promptmeteo.parsers.ParserTypes": [[7, 3, 1, "", "PARSER_1"], [7, 3, 1, "", "PARSER_2"], [7, 3, 1, "", "PARSER_3"], [7, 3, 1, "", "PARSER_4"], [7, 3, 1, "", "PARSER_5"], [7, 3, 1, "", "PARSER_6"], [7, 3, 1, "", "PARSER_7"], [7, 3, 1, "", "PARSER_8"]], "promptmeteo.parsers.api_parser": [[7, 1, 1, "", "ApiParser"]], "promptmeteo.parsers.api_parser.ApiParser": [[7, 2, 1, "", "run"]], "promptmeteo.parsers.base": [[7, 1, 1, "", "BaseParser"], [7, 5, 1, "", "ParserException"]], "promptmeteo.parsers.base.BaseParser": [[7, 2, 1, "", "run"]], "promptmeteo.parsers.classification_parser": [[7, 1, 1, "", "ClassificationParser"]], "promptmeteo.parsers.classification_parser.ClassificationParser": [[7, 2, 1, "", "run"]], "promptmeteo.parsers.dummy_parser": [[7, 1, 1, "", "DummyParser"]], "promptmeteo.parsers.dummy_parser.DummyParser": [[7, 2, 1, "", "run"]], "promptmeteo.parsers.json_parser": [[7, 1, 1, "", "JSONParser"]], "promptmeteo.parsers.json_parser.JSONParser": [[7, 2, 1, "", "run"]], "promptmeteo.prompts": [[8, 1, 1, "", "PromptFactory"], [8, 0, 0, "-", "base"], [8, 6, 1, "", "get_files_taxonomy"]], "promptmeteo.prompts.PromptFactory": [[8, 2, 1, "", "build_class"], [8, 2, 1, "", "factory_method"]], "promptmeteo.prompts.base": [[8, 1, 1, "", "BasePrompt"]], "promptmeteo.prompts.base.BasePrompt": [[8, 3, 1, "", "PROMPT_EXAMPLE"], [8, 4, 1, "", "domain"], [8, 4, 1, "", "labels"], [8, 2, 1, "", "read_prompt"], [8, 2, 1, "", "run"], [8, 4, 1, "", "template"]], "promptmeteo.selector": [[9, 1, 1, "", "SelectorFactory"], [9, 1, 1, "", "SelectorTypes"], [9, 0, 0, "-", "base"], [9, 0, 0, "-", "custom_selectors"]], "promptmeteo.selector.SelectorFactory": [[9, 2, 1, "", "factory_method"]], "promptmeteo.selector.SelectorTypes": [[9, 3, 1, "", "SUPERVISED"], [9, 3, 1, "", "UNSUPERVISED"]], "promptmeteo.selector.base": [[9, 1, 1, "", "BaseSelector"], [9, 1, 1, "", "BaseSelectorSupervised"], [9, 1, 1, "", "BaseSelectorUnsupervised"], [9, 1, 1, "", "SelectorAlgorithms"]], "promptmeteo.selector.base.BaseSelector": [[9, 3, 1, "", "SELECTOR"], [9, 2, 1, "", "load_example_selector"], [9, 4, 1, "", "template"], [9, 4, 1, "", "vectorstore"]], "promptmeteo.selector.base.BaseSelectorSupervised": [[9, 2, 1, "", "run"], [9, 2, 1, "", "train"]], "promptmeteo.selector.base.BaseSelectorUnsupervised": [[9, 2, 1, "", "run"], [9, 2, 1, "", "train"]], "promptmeteo.selector.base.SelectorAlgorithms": [[9, 3, 1, "", "RELEVANCE"], [9, 3, 1, "", "SIMILARITY"], [9, 3, 1, "", "SIMILARITY_CLASS_BALANCED"]], "promptmeteo.selector.custom_selectors": [[9, 1, 1, "", "BalancedSemanticSamplesSelector"], [9, 6, 1, "", "sorted_values"]], "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector": [[9, 1, 1, "", "Config"], [9, 2, 1, "", "add_example"], [9, 3, 1, "", "class_key"], [9, 3, 1, "", "class_list"], [9, 3, 1, "", "example_keys"], [9, 2, 1, "", "from_examples"], [9, 3, 1, "", "input_keys"], [9, 3, 1, "", "k"], [9, 2, 1, "", "select_examples"], [9, 3, 1, "", "vectorstore"], [9, 3, 1, "", "vectorstore_kwargs"]], "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.Config": [[9, 3, 1, "", "arbitrary_types_allowed"]], "promptmeteo.summarizer": [[5, 1, 1, "", "Summarizer"]], "promptmeteo.summarizer.Summarizer": [[5, 3, 1, "", "TASK_TYPE"], [5, 3, 1, "", "language"], [5, 2, 1, "", "load_model"], [5, 3, 1, "", "model_name"], [5, 3, 1, "", "model_params"], [5, 3, 1, "", "model_provider_name"], [5, 3, 1, "", "model_provider_token"], [5, 3, 1, "", "prompt_detail"], [5, 3, 1, "", "prompt_domain"], [5, 3, 1, "", "prompt_labels"], [5, 2, 1, "", "train"], [5, 3, 1, "", "verbose"]], "promptmeteo.tasks": [[10, 0, 0, "-", "task"], [10, 0, 0, "-", "task_builder"]], "promptmeteo.tasks.task": [[10, 1, 1, "", "Task"]], "promptmeteo.tasks.task.Task": [[10, 4, 1, "", "language"], [10, 4, 1, "", "model"], [10, 4, 1, "", "parser"], [10, 4, 1, "", "prompt"], [10, 2, 1, "", "run"], [10, 4, 1, "", "selector"], [10, 4, 1, "", "task_type"]], "promptmeteo.tasks.task_builder": [[10, 1, 1, "", "TaskBuilder"], [10, 1, 1, "", "TaskTypes"]], "promptmeteo.tasks.task_builder.TaskBuilder": [[10, 2, 1, "", "build_model"], [10, 2, 1, "", "build_parser"], [10, 2, 1, "", "build_prompt"], [10, 2, 1, "", "build_selector_by_load"], [10, 2, 1, "", "build_selector_by_train"], [10, 4, 1, "", "task"]], "promptmeteo.tasks.task_builder.TaskTypes": [[10, 3, 1, "", "API_CORRECTION"], [10, 3, 1, "", "API_GENERATION"], [10, 3, 1, "", "CLASSIFICATION"], [10, 3, 1, "", "CODE_GENERATION"], [10, 3, 1, "", "QA"], [10, 3, 1, "", "SUMMARIZATION"]], "promptmeteo.tools": [[5, 6, 1, "", "add_docstring_from"]], "promptmeteo.validations": [[5, 6, 1, "", "validate_version_rest"], [5, 6, 1, "", "version_validation"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:attribute", "4": "py:property", "5": "py:exception", "6": "py:function"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "property", "Python property"], "5": ["py", "exception", "Python exception"], "6": ["py", "function", "Python function"]}, "titleterms": {"class": [0, 2], "exampl": [0, 5, 8], "what": 1, "i": 1, "thi": 1, "librari": 1, "how": 1, "do": 1, "we": 1, "prebuilt": 1, "task": [1, 10, 11], "eas": 1, "deploy": 1, "model": [1, 6], "artifact": 1, "llm": 1, "integr": 1, "prompt": [1, 8], "templat": 1, "current": 1, "capacil": 1, "avail": 1, "promptmeteo": [2, 4, 5, 6, 7, 8, 9, 10], "content": [2, 5, 6, 7, 8, 9, 10], "instal": 3, "configur": 3, "credenti": 3, "googl": 3, "cloud": 3, "openai": [3, 6], "hug": 3, "face": 3, "aw": 3, "bedrock": [3, 6], "packag": [5, 6, 7, 8, 9, 10], "subpackag": 5, "submodul": [5, 6, 7, 8, 9, 10], "api_formatt": 5, "modul": [5, 6, 7, 8, 9, 10], "api_gener": 5, "base": [5, 6, 7, 8, 9], "note": 5, "code_gener": 5, "constant": 5, "document_classifi": 5, "document_qa": 5, "summar": 5, "tool": 5, "valid": 5, "azure_openai": 6, "fake_llm": 6, "google_vertexai": 6, "hf_hub_api": 6, "hf_pipelin": 6, "parser": 7, "api_pars": 7, "classification_pars": 7, "dummy_pars": 7, "json_pars": 7, "selector": 9, "custom_selector": 9, "task_build": 10, "quickstart": 11, "creat": 11, "train": 11, "save": 11, "load": 11}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 58}, "alltitles": {"\ud83d\udc7b Classes": [[0, "classes"]], "Example": [[0, null], [0, null], [0, null], [0, null], [0, null], [0, null], [5, null], [5, null], [5, null], [5, null], [5, null], [5, null], [5, null], [8, null]], "\ud83e\udd14 What is this library for?": [[1, "what-is-this-library-for"]], "\ud83d\ude80 How do we do it?": [[1, "how-do-we-do-it"]], "\ud83c\udfe0 Prebuilt tasks": [[1, "prebuilt-tasks"]], "\u2699\ufe0f Ease of Deployment": [[1, "ease-of-deployment"]], "\ud83d\udce6 Model Artifacts": [[1, "model-artifacts"]], "\u2699\ufe0f LLMs Integration": [[1, "llms-integration"]], "\ud83d\udcc4 Prompt Templating": [[1, "prompt-templating"]], "\ud83d\udccb Current capacilities": [[1, "current-capacilities"]], "\u2705 Available tasks": [[1, "available-tasks"]], "Tasks": [[1, "id1"]], "\u2705 Available Models": [[1, "available-models"]], "Models": [[1, "id2"]], "Promptmeteo \ud83d\udd25\ud83e\uddd4": [[2, "promptmeteo"]], "Contents:": [[2, null]], "Classes": [[2, null]], "\u2699\ufe0f Installation and configuration": [[3, "installation-and-configuration"]], "Install": [[3, "install"]], "Configure credentials": [[3, "configure-credentials"]], "Google Cloud": [[3, "google-cloud"]], "OpenAI": [[3, "openai"]], "Hugging Face": [[3, "hugging-face"]], "AWS Bedrock": [[3, "aws-bedrock"]], "promptmeteo": [[4, "promptmeteo"]], "promptmeteo package": [[5, "promptmeteo-package"]], "Subpackages": [[5, "subpackages"]], "Submodules": [[5, "submodules"], [6, "submodules"], [7, "submodules"], [8, "submodules"], [9, "submodules"], [10, "submodules"]], "promptmeteo.api_formatter module": [[5, "module-promptmeteo.api_formatter"]], "promptmeteo.api_generator module": [[5, "module-promptmeteo.api_generator"]], "promptmeteo.base module": [[5, "module-promptmeteo.base"]], "Notes": [[5, null]], "promptmeteo.code_generator module": [[5, "module-promptmeteo.code_generator"]], "promptmeteo.constants module": [[5, "module-promptmeteo.constants"]], "promptmeteo.document_classifier module": [[5, "module-promptmeteo.document_classifier"]], "promptmeteo.document_qa module": [[5, "module-promptmeteo.document_qa"]], "promptmeteo.summarizer module": [[5, "module-promptmeteo.summarizer"]], "promptmeteo.tools module": [[5, "module-promptmeteo.tools"]], "promptmeteo.validations module": [[5, "module-promptmeteo.validations"]], "Module contents": [[5, "module-promptmeteo"], [6, "module-promptmeteo.models"], [7, "module-promptmeteo.parsers"], [8, "module-promptmeteo.prompts"], [9, "module-promptmeteo.selector"], [10, "module-promptmeteo.tasks"]], "promptmeteo.models package": [[6, "promptmeteo-models-package"]], "promptmeteo.models.azure_openai module": [[6, "module-promptmeteo.models.azure_openai"]], "promptmeteo.models.base module": [[6, "module-promptmeteo.models.base"]], "promptmeteo.models.bedrock module": [[6, "module-promptmeteo.models.bedrock"]], "promptmeteo.models.fake_llm module": [[6, "module-promptmeteo.models.fake_llm"]], "promptmeteo.models.google_vertexai module": [[6, "module-promptmeteo.models.google_vertexai"]], "promptmeteo.models.hf_hub_api module": [[6, "module-promptmeteo.models.hf_hub_api"]], "promptmeteo.models.hf_pipeline module": [[6, "module-promptmeteo.models.hf_pipeline"]], "promptmeteo.models.openai module": [[6, "module-promptmeteo.models.openai"]], "promptmeteo.parsers package": [[7, "promptmeteo-parsers-package"]], "promptmeteo.parsers.api_parser module": [[7, "module-promptmeteo.parsers.api_parser"]], "promptmeteo.parsers.base module": [[7, "module-promptmeteo.parsers.base"]], "promptmeteo.parsers.classification_parser module": [[7, "module-promptmeteo.parsers.classification_parser"]], "promptmeteo.parsers.dummy_parser module": [[7, "module-promptmeteo.parsers.dummy_parser"]], "promptmeteo.parsers.json_parser module": [[7, "module-promptmeteo.parsers.json_parser"]], "promptmeteo.prompts package": [[8, "promptmeteo-prompts-package"]], "promptmeteo.prompts.base module": [[8, "module-promptmeteo.prompts.base"]], "promptmeteo.selector package": [[9, "promptmeteo-selector-package"]], "promptmeteo.selector.base module": [[9, "module-promptmeteo.selector.base"]], "promptmeteo.selector.custom_selectors module": [[9, "module-promptmeteo.selector.custom_selectors"]], "promptmeteo.tasks package": [[10, "promptmeteo-tasks-package"]], "promptmeteo.tasks.task module": [[10, "module-promptmeteo.tasks.task"]], "promptmeteo.tasks.task_builder module": [[10, "module-promptmeteo.tasks.task_builder"]], "\u26a1 Quickstart": [[11, "quickstart"]], "\u2728 Create the task": [[11, "create-the-task"]], "\u2728 Train the task": [[11, "train-the-task"]], "\u2728 Save a trained task": [[11, "save-a-trained-task"]], "\u2728 Load a trained task": [[11, "load-a-trained-task"]]}, "indexentries": {"apiformatter (class in promptmeteo)": [[0, "promptmeteo.APIFormatter"]], "apigenerator (class in promptmeteo)": [[0, "promptmeteo.APIGenerator"]], "codegenerator (class in promptmeteo)": [[0, "promptmeteo.CodeGenerator"]], "documentclassifier (class in promptmeteo)": [[0, "promptmeteo.DocumentClassifier"]], "documentqa (class in promptmeteo)": [[0, "promptmeteo.DocumentQA"]], "summarizer (class in promptmeteo)": [[0, "promptmeteo.Summarizer"]], "load_model() (promptmeteo.apiformatter class method)": [[0, "promptmeteo.APIFormatter.load_model"]], "load_model() (promptmeteo.summarizer class method)": [[0, "promptmeteo.Summarizer.load_model"]], "predict() (promptmeteo.apiformatter method)": [[0, "promptmeteo.APIFormatter.predict"]], "train() (promptmeteo.apiformatter method)": [[0, "promptmeteo.APIFormatter.train"]], "train() (promptmeteo.apigenerator method)": [[0, "promptmeteo.APIGenerator.train"]], "train() (promptmeteo.documentclassifier method)": [[0, "promptmeteo.DocumentClassifier.train"]], "train() (promptmeteo.summarizer method)": [[0, "promptmeteo.Summarizer.train"]], "allowed_protocols (promptmeteo.api_formatter.apiformatter attribute)": [[5, "promptmeteo.api_formatter.APIFormatter.ALLOWED_PROTOCOLS"]], "allowed_protocols (promptmeteo.api_generator.apigenerator attribute)": [[5, "promptmeteo.api_generator.APIGenerator.ALLOWED_PROTOCOLS"]], "apiformatter (class in promptmeteo.api_formatter)": [[5, "promptmeteo.api_formatter.APIFormatter"]], "apigenerator (class in promptmeteo.api_generator)": [[5, "promptmeteo.api_generator.APIGenerator"]], "base (class in promptmeteo.base)": [[5, "promptmeteo.base.Base"]], "basesupervised (class in promptmeteo.base)": [[5, "promptmeteo.base.BaseSupervised"]], "baseunsupervised (class in promptmeteo.base)": [[5, "promptmeteo.base.BaseUnsupervised"]], "codegenerator (class in promptmeteo.code_generator)": [[5, "promptmeteo.code_generator.CodeGenerator"]], "documentclassifier (class in promptmeteo.document_classifier)": [[5, "promptmeteo.document_classifier.DocumentClassifier"]], "documentqa (class in promptmeteo.document_qa)": [[5, "promptmeteo.document_qa.DocumentQA"]], "selector_type (promptmeteo.base.base attribute)": [[5, "promptmeteo.base.Base.SELECTOR_TYPE"]], "selector_type (promptmeteo.base.basesupervised attribute)": [[5, "promptmeteo.base.BaseSupervised.SELECTOR_TYPE"]], "selector_type (promptmeteo.base.baseunsupervised attribute)": [[5, "promptmeteo.base.BaseUnsupervised.SELECTOR_TYPE"]], "summarizer (class in promptmeteo.summarizer)": [[5, "promptmeteo.summarizer.Summarizer"]], "task_type (promptmeteo.api_formatter.apiformatter attribute)": [[5, "promptmeteo.api_formatter.APIFormatter.TASK_TYPE"]], "task_type (promptmeteo.api_generator.apigenerator attribute)": [[5, "promptmeteo.api_generator.APIGenerator.TASK_TYPE"]], "task_type (promptmeteo.base.base attribute)": [[5, "promptmeteo.base.Base.TASK_TYPE"]], "task_type (promptmeteo.code_generator.codegenerator attribute)": [[5, "promptmeteo.code_generator.CodeGenerator.TASK_TYPE"]], "task_type (promptmeteo.document_classifier.documentclassifier attribute)": [[5, "promptmeteo.document_classifier.DocumentClassifier.TASK_TYPE"]], "task_type (promptmeteo.document_qa.documentqa attribute)": [[5, "promptmeteo.document_qa.DocumentQA.TASK_TYPE"]], "task_type (promptmeteo.summarizer.summarizer attribute)": [[5, "promptmeteo.summarizer.Summarizer.TASK_TYPE"]], "add_docstring_from() (in module promptmeteo.tools)": [[5, "promptmeteo.tools.add_docstring_from"]], "builder (promptmeteo.base.base property)": [[5, "promptmeteo.base.Base.builder"]], "create_builder() (promptmeteo.base.base method)": [[5, "promptmeteo.base.Base.create_builder"]], "init_params (promptmeteo.base.base property)": [[5, "promptmeteo.base.Base.init_params"]], "is_trained (promptmeteo.base.base property)": [[5, "promptmeteo.base.Base.is_trained"]], "language (promptmeteo.base.basesupervised attribute)": [[5, "promptmeteo.base.BaseSupervised.language"]], "language (promptmeteo.base.baseunsupervised attribute)": [[5, "promptmeteo.base.BaseUnsupervised.language"]], "language (promptmeteo.code_generator.codegenerator attribute)": [[5, "promptmeteo.code_generator.CodeGenerator.language"]], "language (promptmeteo.document_classifier.documentclassifier attribute)": [[5, "promptmeteo.document_classifier.DocumentClassifier.language"]], "language (promptmeteo.document_qa.documentqa attribute)": [[5, "promptmeteo.document_qa.DocumentQA.language"]], "language (promptmeteo.summarizer.summarizer attribute)": [[5, "promptmeteo.summarizer.Summarizer.language"]], "load_model() (promptmeteo.api_formatter.apiformatter class method)": [[5, "promptmeteo.api_formatter.APIFormatter.load_model"]], "load_model() (promptmeteo.base.base class method)": [[5, "promptmeteo.base.Base.load_model"]], "load_model() (promptmeteo.summarizer.summarizer class method)": [[5, "promptmeteo.summarizer.Summarizer.load_model"]], "model_name (promptmeteo.base.basesupervised attribute)": [[5, "promptmeteo.base.BaseSupervised.model_name"]], "model_name (promptmeteo.base.baseunsupervised attribute)": [[5, "promptmeteo.base.BaseUnsupervised.model_name"]], "model_name (promptmeteo.code_generator.codegenerator attribute)": [[5, "promptmeteo.code_generator.CodeGenerator.model_name"]], "model_name (promptmeteo.document_classifier.documentclassifier attribute)": [[5, "promptmeteo.document_classifier.DocumentClassifier.model_name"]], "model_name (promptmeteo.document_qa.documentqa attribute)": [[5, "promptmeteo.document_qa.DocumentQA.model_name"]], "model_name (promptmeteo.summarizer.summarizer attribute)": [[5, "promptmeteo.summarizer.Summarizer.model_name"]], "model_params (promptmeteo.base.basesupervised attribute)": [[5, "promptmeteo.base.BaseSupervised.model_params"]], "model_params (promptmeteo.base.baseunsupervised attribute)": [[5, "promptmeteo.base.BaseUnsupervised.model_params"]], "model_params (promptmeteo.code_generator.codegenerator attribute)": [[5, "promptmeteo.code_generator.CodeGenerator.model_params"]], "model_params (promptmeteo.document_classifier.documentclassifier attribute)": [[5, "promptmeteo.document_classifier.DocumentClassifier.model_params"]], "model_params (promptmeteo.document_qa.documentqa attribute)": [[5, "promptmeteo.document_qa.DocumentQA.model_params"]], "model_params (promptmeteo.summarizer.summarizer attribute)": [[5, "promptmeteo.summarizer.Summarizer.model_params"]], "model_provider_name (promptmeteo.base.basesupervised attribute)": [[5, "promptmeteo.base.BaseSupervised.model_provider_name"]], "model_provider_name (promptmeteo.base.baseunsupervised attribute)": [[5, "promptmeteo.base.BaseUnsupervised.model_provider_name"]], "model_provider_name (promptmeteo.code_generator.codegenerator attribute)": [[5, "promptmeteo.code_generator.CodeGenerator.model_provider_name"]], "model_provider_name (promptmeteo.document_classifier.documentclassifier attribute)": [[5, "promptmeteo.document_classifier.DocumentClassifier.model_provider_name"]], "model_provider_name (promptmeteo.document_qa.documentqa attribute)": [[5, "promptmeteo.document_qa.DocumentQA.model_provider_name"]], "model_provider_name (promptmeteo.summarizer.summarizer attribute)": [[5, "promptmeteo.summarizer.Summarizer.model_provider_name"]], "model_provider_token (promptmeteo.base.basesupervised attribute)": [[5, "promptmeteo.base.BaseSupervised.model_provider_token"]], "model_provider_token (promptmeteo.base.baseunsupervised attribute)": [[5, "promptmeteo.base.BaseUnsupervised.model_provider_token"]], "model_provider_token (promptmeteo.code_generator.codegenerator attribute)": [[5, "promptmeteo.code_generator.CodeGenerator.model_provider_token"]], "model_provider_token (promptmeteo.document_classifier.documentclassifier attribute)": [[5, "promptmeteo.document_classifier.DocumentClassifier.model_provider_token"]], "model_provider_token (promptmeteo.document_qa.documentqa attribute)": [[5, "promptmeteo.document_qa.DocumentQA.model_provider_token"]], "model_provider_token (promptmeteo.summarizer.summarizer attribute)": [[5, "promptmeteo.summarizer.Summarizer.model_provider_token"]], "module": [[5, "module-promptmeteo"], [5, "module-promptmeteo.api_formatter"], [5, "module-promptmeteo.api_generator"], [5, "module-promptmeteo.base"], [5, "module-promptmeteo.code_generator"], [5, "module-promptmeteo.constants"], [5, "module-promptmeteo.document_classifier"], [5, "module-promptmeteo.document_qa"], [5, "module-promptmeteo.summarizer"], [5, "module-promptmeteo.tools"], [5, "module-promptmeteo.validations"], [6, "module-promptmeteo.models"], [6, "module-promptmeteo.models.azure_openai"], [6, "module-promptmeteo.models.base"], [6, "module-promptmeteo.models.bedrock"], [6, "module-promptmeteo.models.fake_llm"], [6, "module-promptmeteo.models.google_vertexai"], [6, "module-promptmeteo.models.hf_hub_api"], [6, "module-promptmeteo.models.hf_pipeline"], [6, "module-promptmeteo.models.openai"], [7, "module-promptmeteo.parsers"], [7, "module-promptmeteo.parsers.api_parser"], [7, "module-promptmeteo.parsers.base"], [7, "module-promptmeteo.parsers.classification_parser"], [7, "module-promptmeteo.parsers.dummy_parser"], [7, "module-promptmeteo.parsers.json_parser"], [8, "module-promptmeteo.prompts"], [8, "module-promptmeteo.prompts.base"], [9, "module-promptmeteo.selector"], [9, "module-promptmeteo.selector.base"], [9, "module-promptmeteo.selector.custom_selectors"], [10, "module-promptmeteo.tasks"], [10, "module-promptmeteo.tasks.task"], [10, "module-promptmeteo.tasks.task_builder"]], "predict() (promptmeteo.api_formatter.apiformatter method)": [[5, "promptmeteo.api_formatter.APIFormatter.predict"]], "predict() (promptmeteo.base.base method)": [[5, "promptmeteo.base.Base.predict"]], "prompt_detail (promptmeteo.base.basesupervised attribute)": [[5, "promptmeteo.base.BaseSupervised.prompt_detail"]], "prompt_detail (promptmeteo.base.baseunsupervised attribute)": [[5, "promptmeteo.base.BaseUnsupervised.prompt_detail"]], "prompt_detail (promptmeteo.code_generator.codegenerator attribute)": [[5, "promptmeteo.code_generator.CodeGenerator.prompt_detail"]], "prompt_detail (promptmeteo.document_classifier.documentclassifier attribute)": [[5, "promptmeteo.document_classifier.DocumentClassifier.prompt_detail"]], "prompt_detail (promptmeteo.document_qa.documentqa attribute)": [[5, "promptmeteo.document_qa.DocumentQA.prompt_detail"]], "prompt_detail (promptmeteo.summarizer.summarizer attribute)": [[5, "promptmeteo.summarizer.Summarizer.prompt_detail"]], "prompt_domain (promptmeteo.base.basesupervised attribute)": [[5, "promptmeteo.base.BaseSupervised.prompt_domain"]], "prompt_domain (promptmeteo.base.baseunsupervised attribute)": [[5, "promptmeteo.base.BaseUnsupervised.prompt_domain"]], "prompt_domain (promptmeteo.code_generator.codegenerator attribute)": [[5, "promptmeteo.code_generator.CodeGenerator.prompt_domain"]], "prompt_domain (promptmeteo.document_classifier.documentclassifier attribute)": [[5, "promptmeteo.document_classifier.DocumentClassifier.prompt_domain"]], "prompt_domain (promptmeteo.document_qa.documentqa attribute)": [[5, "promptmeteo.document_qa.DocumentQA.prompt_domain"]], "prompt_domain (promptmeteo.summarizer.summarizer attribute)": [[5, "promptmeteo.summarizer.Summarizer.prompt_domain"]], "prompt_labels (promptmeteo.base.basesupervised attribute)": [[5, "promptmeteo.base.BaseSupervised.prompt_labels"]], "prompt_labels (promptmeteo.base.baseunsupervised attribute)": [[5, "promptmeteo.base.BaseUnsupervised.prompt_labels"]], "prompt_labels (promptmeteo.code_generator.codegenerator attribute)": [[5, "promptmeteo.code_generator.CodeGenerator.prompt_labels"]], "prompt_labels (promptmeteo.document_classifier.documentclassifier attribute)": [[5, "promptmeteo.document_classifier.DocumentClassifier.prompt_labels"]], "prompt_labels (promptmeteo.document_qa.documentqa attribute)": [[5, "promptmeteo.document_qa.DocumentQA.prompt_labels"]], "prompt_labels (promptmeteo.summarizer.summarizer attribute)": [[5, "promptmeteo.summarizer.Summarizer.prompt_labels"]], "promptmeteo": [[5, "module-promptmeteo"]], "promptmeteo.api_formatter": [[5, "module-promptmeteo.api_formatter"]], "promptmeteo.api_generator": [[5, "module-promptmeteo.api_generator"]], "promptmeteo.base": [[5, "module-promptmeteo.base"]], "promptmeteo.code_generator": [[5, "module-promptmeteo.code_generator"]], "promptmeteo.constants": [[5, "module-promptmeteo.constants"]], "promptmeteo.document_classifier": [[5, "module-promptmeteo.document_classifier"]], "promptmeteo.document_qa": [[5, "module-promptmeteo.document_qa"]], "promptmeteo.summarizer": [[5, "module-promptmeteo.summarizer"]], "promptmeteo.tools": [[5, "module-promptmeteo.tools"]], "promptmeteo.validations": [[5, "module-promptmeteo.validations"]], "save_model() (promptmeteo.base.base method)": [[5, "promptmeteo.base.Base.save_model"]], "task (promptmeteo.base.base property)": [[5, "promptmeteo.base.Base.task"]], "train() (promptmeteo.api_formatter.apiformatter method)": [[5, "promptmeteo.api_formatter.APIFormatter.train"]], "train() (promptmeteo.api_generator.apigenerator method)": [[5, "promptmeteo.api_generator.APIGenerator.train"]], "train() (promptmeteo.base.basesupervised method)": [[5, "promptmeteo.base.BaseSupervised.train"]], "train() (promptmeteo.base.baseunsupervised method)": [[5, "promptmeteo.base.BaseUnsupervised.train"]], "train() (promptmeteo.document_classifier.documentclassifier method)": [[5, "promptmeteo.document_classifier.DocumentClassifier.train"]], "train() (promptmeteo.summarizer.summarizer method)": [[5, "promptmeteo.summarizer.Summarizer.train"]], "validate_version_rest() (in module promptmeteo.validations)": [[5, "promptmeteo.validations.validate_version_rest"]], "verbose (promptmeteo.base.basesupervised attribute)": [[5, "promptmeteo.base.BaseSupervised.verbose"]], "verbose (promptmeteo.base.baseunsupervised attribute)": [[5, "promptmeteo.base.BaseUnsupervised.verbose"]], "verbose (promptmeteo.code_generator.codegenerator attribute)": [[5, "promptmeteo.code_generator.CodeGenerator.verbose"]], "verbose (promptmeteo.document_classifier.documentclassifier attribute)": [[5, "promptmeteo.document_classifier.DocumentClassifier.verbose"]], "verbose (promptmeteo.document_qa.documentqa attribute)": [[5, "promptmeteo.document_qa.DocumentQA.verbose"]], "verbose (promptmeteo.summarizer.summarizer attribute)": [[5, "promptmeteo.summarizer.Summarizer.verbose"]], "version_validation() (in module promptmeteo.validations)": [[5, "promptmeteo.validations.version_validation"]], "anthropicclaudev2 (promptmeteo.models.bedrock.modelenum attribute)": [[6, "promptmeteo.models.bedrock.ModelEnum.AnthropicClaudeV2"]], "anthropicclaudev2 (promptmeteo.models.bedrock.modeltypes attribute)": [[6, "promptmeteo.models.bedrock.ModelTypes.AnthropicClaudeV2"]], "azureopenaillm (class in promptmeteo.models.azure_openai)": [[6, "promptmeteo.models.azure_openai.AzureOpenAILLM"]], "basemodel (class in promptmeteo.models.base)": [[6, "promptmeteo.models.base.BaseModel"]], "bedrockllm (class in promptmeteo.models.bedrock)": [[6, "promptmeteo.models.bedrock.BedrockLLM"]], "fakellm (class in promptmeteo.models.fake_llm)": [[6, "promptmeteo.models.fake_llm.FakeLLM"]], "fakelistllm (class in promptmeteo.models.fake_llm)": [[6, "promptmeteo.models.fake_llm.FakeListLLM"]], "fakepromptcopyllm (class in promptmeteo.models.fake_llm)": [[6, "promptmeteo.models.fake_llm.FakePromptCopyLLM"]], "fakestaticllm (class in promptmeteo.models.fake_llm)": [[6, "promptmeteo.models.fake_llm.FakeStaticLLM"]], "flant5xxl (promptmeteo.models.hf_hub_api.modelenum attribute)": [[6, "promptmeteo.models.hf_hub_api.ModelEnum.FlanT5Xxl"]], "flant5xxl (promptmeteo.models.hf_hub_api.modeltypes attribute)": [[6, "promptmeteo.models.hf_hub_api.ModelTypes.FlanT5Xxl"]], "gpt35turbo (promptmeteo.models.azure_openai.modelenum attribute)": [[6, "promptmeteo.models.azure_openai.ModelEnum.GPT35Turbo"]], "gpt35turbo (promptmeteo.models.azure_openai.modeltypes attribute)": [[6, "promptmeteo.models.azure_openai.ModelTypes.GPT35Turbo"]], "gpt35turbo (promptmeteo.models.openai.modelenum attribute)": [[6, "promptmeteo.models.openai.ModelEnum.GPT35Turbo"]], "gpt35turbo (promptmeteo.models.openai.modeltypes attribute)": [[6, "promptmeteo.models.openai.ModelTypes.GPT35Turbo"]], "gpt35turboinstruct (promptmeteo.models.azure_openai.modelenum attribute)": [[6, "promptmeteo.models.azure_openai.ModelEnum.GPT35TurboInstruct"]], "gpt35turboinstruct (promptmeteo.models.azure_openai.modeltypes attribute)": [[6, "promptmeteo.models.azure_openai.ModelTypes.GPT35TurboInstruct"]], "gpt35turboinstruct (promptmeteo.models.openai.modelenum attribute)": [[6, "promptmeteo.models.openai.ModelEnum.GPT35TurboInstruct"]], "gpt35turboinstruct (promptmeteo.models.openai.modeltypes attribute)": [[6, "promptmeteo.models.openai.ModelTypes.GPT35TurboInstruct"]], "googlevertexaillm (class in promptmeteo.models.google_vertexai)": [[6, "promptmeteo.models.google_vertexai.GoogleVertexAILLM"]], "hfhubapillm (class in promptmeteo.models.hf_hub_api)": [[6, "promptmeteo.models.hf_hub_api.HFHubApiLLM"]], "hfpipelinellm (class in promptmeteo.models.hf_pipeline)": [[6, "promptmeteo.models.hf_pipeline.HFPipelineLLM"]], "llm_mapping (promptmeteo.models.fake_llm.fakellm attribute)": [[6, "promptmeteo.models.fake_llm.FakeLLM.LLM_MAPPING"]], "mapping (promptmeteo.models.modelfactory attribute)": [[6, "promptmeteo.models.ModelFactory.MAPPING"]], "model_1 (promptmeteo.models.fake_llm.modeltypes attribute)": [[6, "promptmeteo.models.fake_llm.ModelTypes.MODEL_1"]], "model_1 (promptmeteo.models.hf_pipeline.modelparams attribute)": [[6, "promptmeteo.models.hf_pipeline.ModelParams.MODEL_1"]], "model_1 (promptmeteo.models.hf_pipeline.modeltypes attribute)": [[6, "promptmeteo.models.hf_pipeline.ModelTypes.MODEL_1"]], "model_2 (promptmeteo.models.fake_llm.modeltypes attribute)": [[6, "promptmeteo.models.fake_llm.ModelTypes.MODEL_2"]], "model_3 (promptmeteo.models.fake_llm.modeltypes attribute)": [[6, "promptmeteo.models.fake_llm.ModelTypes.MODEL_3"]], "modelenum (class in promptmeteo.models.azure_openai)": [[6, "promptmeteo.models.azure_openai.ModelEnum"]], "modelenum (class in promptmeteo.models.bedrock)": [[6, "promptmeteo.models.bedrock.ModelEnum"]], "modelenum (class in promptmeteo.models.google_vertexai)": [[6, "promptmeteo.models.google_vertexai.ModelEnum"]], "modelenum (class in promptmeteo.models.hf_hub_api)": [[6, "promptmeteo.models.hf_hub_api.ModelEnum"]], "modelenum (class in promptmeteo.models.openai)": [[6, "promptmeteo.models.openai.ModelEnum"]], "modelfactory (class in promptmeteo.models)": [[6, "promptmeteo.models.ModelFactory"]], "modelparams (class in promptmeteo.models.hf_pipeline)": [[6, "promptmeteo.models.hf_pipeline.ModelParams"]], "modelprovider (class in promptmeteo.models)": [[6, "promptmeteo.models.ModelProvider"]], "modeltypes (class in promptmeteo.models.azure_openai)": [[6, "promptmeteo.models.azure_openai.ModelTypes"]], "modeltypes (class in promptmeteo.models.bedrock)": [[6, "promptmeteo.models.bedrock.ModelTypes"]], "modeltypes (class in promptmeteo.models.fake_llm)": [[6, "promptmeteo.models.fake_llm.ModelTypes"]], "modeltypes (class in promptmeteo.models.google_vertexai)": [[6, "promptmeteo.models.google_vertexai.ModelTypes"]], "modeltypes (class in promptmeteo.models.hf_hub_api)": [[6, "promptmeteo.models.hf_hub_api.ModelTypes"]], "modeltypes (class in promptmeteo.models.hf_pipeline)": [[6, "promptmeteo.models.hf_pipeline.ModelTypes"]], "modeltypes (class in promptmeteo.models.openai)": [[6, "promptmeteo.models.openai.ModelTypes"]], "openaillm (class in promptmeteo.models.openai)": [[6, "promptmeteo.models.openai.OpenAILLM"]], "provider_0 (promptmeteo.models.modelprovider attribute)": [[6, "promptmeteo.models.ModelProvider.PROVIDER_0"]], "provider_1 (promptmeteo.models.modelprovider attribute)": [[6, "promptmeteo.models.ModelProvider.PROVIDER_1"]], "provider_2 (promptmeteo.models.modelprovider attribute)": [[6, "promptmeteo.models.ModelProvider.PROVIDER_2"]], "provider_3 (promptmeteo.models.modelprovider attribute)": [[6, "promptmeteo.models.ModelProvider.PROVIDER_3"]], "provider_4 (promptmeteo.models.modelprovider attribute)": [[6, "promptmeteo.models.ModelProvider.PROVIDER_4"]], "provider_5 (promptmeteo.models.modelprovider attribute)": [[6, "promptmeteo.models.ModelProvider.PROVIDER_5"]], "textbison (promptmeteo.models.google_vertexai.modelenum attribute)": [[6, "promptmeteo.models.google_vertexai.ModelEnum.TextBison"]], "textbison (promptmeteo.models.google_vertexai.modeltypes attribute)": [[6, "promptmeteo.models.google_vertexai.ModelTypes.TextBison"]], "textbison001 (promptmeteo.models.google_vertexai.modelenum attribute)": [[6, "promptmeteo.models.google_vertexai.ModelEnum.TextBison001"]], "textbison001 (promptmeteo.models.google_vertexai.modeltypes attribute)": [[6, "promptmeteo.models.google_vertexai.ModelTypes.TextBison001"]], "textbison32k (promptmeteo.models.google_vertexai.modelenum attribute)": [[6, "promptmeteo.models.google_vertexai.ModelEnum.TextBison32k"]], "textbison32k (promptmeteo.models.google_vertexai.modeltypes attribute)": [[6, "promptmeteo.models.google_vertexai.ModelTypes.TextBison32k"]], "cache (promptmeteo.models.fake_llm.fakepromptcopyllm attribute)": [[6, "promptmeteo.models.fake_llm.FakePromptCopyLLM.cache"]], "callback_manager (promptmeteo.models.fake_llm.fakepromptcopyllm attribute)": [[6, "promptmeteo.models.fake_llm.FakePromptCopyLLM.callback_manager"]], "callbacks (promptmeteo.models.fake_llm.fakepromptcopyllm attribute)": [[6, "promptmeteo.models.fake_llm.FakePromptCopyLLM.callbacks"]], "embeddings (promptmeteo.models.base.basemodel property)": [[6, "promptmeteo.models.base.BaseModel.embeddings"]], "factory_method() (promptmeteo.models.modelfactory class method)": [[6, "promptmeteo.models.ModelFactory.factory_method"]], "has_value() (promptmeteo.models.azure_openai.modeltypes class method)": [[6, "promptmeteo.models.azure_openai.ModelTypes.has_value"]], "has_value() (promptmeteo.models.bedrock.modeltypes class method)": [[6, "promptmeteo.models.bedrock.ModelTypes.has_value"]], "has_value() (promptmeteo.models.google_vertexai.modeltypes class method)": [[6, "promptmeteo.models.google_vertexai.ModelTypes.has_value"]], "has_value() (promptmeteo.models.hf_hub_api.modeltypes class method)": [[6, "promptmeteo.models.hf_hub_api.ModelTypes.has_value"]], "has_value() (promptmeteo.models.hf_pipeline.modeltypes class method)": [[6, "promptmeteo.models.hf_pipeline.ModelTypes.has_value"]], "has_value() (promptmeteo.models.openai.modeltypes class method)": [[6, "promptmeteo.models.openai.ModelTypes.has_value"]], "i (promptmeteo.models.fake_llm.fakelistllm attribute)": [[6, "promptmeteo.models.fake_llm.FakeListLLM.i"]], "llm (promptmeteo.models.base.basemodel property)": [[6, "promptmeteo.models.base.BaseModel.llm"]], "metadata (promptmeteo.models.fake_llm.fakepromptcopyllm attribute)": [[6, "promptmeteo.models.fake_llm.FakePromptCopyLLM.metadata"]], "promptmeteo.models": [[6, "module-promptmeteo.models"]], "promptmeteo.models.azure_openai": [[6, "module-promptmeteo.models.azure_openai"]], "promptmeteo.models.base": [[6, "module-promptmeteo.models.base"]], "promptmeteo.models.bedrock": [[6, "module-promptmeteo.models.bedrock"]], "promptmeteo.models.fake_llm": [[6, "module-promptmeteo.models.fake_llm"]], "promptmeteo.models.google_vertexai": [[6, "module-promptmeteo.models.google_vertexai"]], "promptmeteo.models.hf_hub_api": [[6, "module-promptmeteo.models.hf_hub_api"]], "promptmeteo.models.hf_pipeline": [[6, "module-promptmeteo.models.hf_pipeline"]], "promptmeteo.models.openai": [[6, "module-promptmeteo.models.openai"]], "response (promptmeteo.models.fake_llm.fakestaticllm attribute)": [[6, "promptmeteo.models.fake_llm.FakeStaticLLM.response"]], "responses (promptmeteo.models.fake_llm.fakelistllm attribute)": [[6, "promptmeteo.models.fake_llm.FakeListLLM.responses"]], "run() (promptmeteo.models.base.basemodel method)": [[6, "promptmeteo.models.base.BaseModel.run"]], "tags (promptmeteo.models.fake_llm.fakepromptcopyllm attribute)": [[6, "promptmeteo.models.fake_llm.FakePromptCopyLLM.tags"]], "verbose (promptmeteo.models.fake_llm.fakepromptcopyllm attribute)": [[6, "promptmeteo.models.fake_llm.FakePromptCopyLLM.verbose"]], "apiparser (class in promptmeteo.parsers.api_parser)": [[7, "promptmeteo.parsers.api_parser.ApiParser"]], "baseparser (class in promptmeteo.parsers.base)": [[7, "promptmeteo.parsers.base.BaseParser"]], "classificationparser (class in promptmeteo.parsers.classification_parser)": [[7, "promptmeteo.parsers.classification_parser.ClassificationParser"]], "dummyparser (class in promptmeteo.parsers.dummy_parser)": [[7, "promptmeteo.parsers.dummy_parser.DummyParser"]], "jsonparser (class in promptmeteo.parsers.json_parser)": [[7, "promptmeteo.parsers.json_parser.JSONParser"]], "parser_1 (promptmeteo.parsers.parsertypes attribute)": [[7, "promptmeteo.parsers.ParserTypes.PARSER_1"]], "parser_2 (promptmeteo.parsers.parsertypes attribute)": [[7, "promptmeteo.parsers.ParserTypes.PARSER_2"]], "parser_3 (promptmeteo.parsers.parsertypes attribute)": [[7, "promptmeteo.parsers.ParserTypes.PARSER_3"]], "parser_4 (promptmeteo.parsers.parsertypes attribute)": [[7, "promptmeteo.parsers.ParserTypes.PARSER_4"]], "parser_5 (promptmeteo.parsers.parsertypes attribute)": [[7, "promptmeteo.parsers.ParserTypes.PARSER_5"]], "parser_6 (promptmeteo.parsers.parsertypes attribute)": [[7, "promptmeteo.parsers.ParserTypes.PARSER_6"]], "parser_7 (promptmeteo.parsers.parsertypes attribute)": [[7, "promptmeteo.parsers.ParserTypes.PARSER_7"]], "parser_8 (promptmeteo.parsers.parsertypes attribute)": [[7, "promptmeteo.parsers.ParserTypes.PARSER_8"]], "parserexception": [[7, "promptmeteo.parsers.base.ParserException"]], "parserfactory (class in promptmeteo.parsers)": [[7, "promptmeteo.parsers.ParserFactory"]], "parsertypes (class in promptmeteo.parsers)": [[7, "promptmeteo.parsers.ParserTypes"]], "factory_method() (promptmeteo.parsers.parserfactory class method)": [[7, "promptmeteo.parsers.ParserFactory.factory_method"]], "promptmeteo.parsers": [[7, "module-promptmeteo.parsers"]], "promptmeteo.parsers.api_parser": [[7, "module-promptmeteo.parsers.api_parser"]], "promptmeteo.parsers.base": [[7, "module-promptmeteo.parsers.base"]], "promptmeteo.parsers.classification_parser": [[7, "module-promptmeteo.parsers.classification_parser"]], "promptmeteo.parsers.dummy_parser": [[7, "module-promptmeteo.parsers.dummy_parser"]], "promptmeteo.parsers.json_parser": [[7, "module-promptmeteo.parsers.json_parser"]], "run() (promptmeteo.parsers.api_parser.apiparser method)": [[7, "promptmeteo.parsers.api_parser.ApiParser.run"]], "run() (promptmeteo.parsers.base.baseparser method)": [[7, "promptmeteo.parsers.base.BaseParser.run"]], "run() (promptmeteo.parsers.classification_parser.classificationparser method)": [[7, "promptmeteo.parsers.classification_parser.ClassificationParser.run"]], "run() (promptmeteo.parsers.dummy_parser.dummyparser method)": [[7, "promptmeteo.parsers.dummy_parser.DummyParser.run"]], "run() (promptmeteo.parsers.json_parser.jsonparser method)": [[7, "promptmeteo.parsers.json_parser.JSONParser.run"]], "baseprompt (class in promptmeteo.prompts.base)": [[8, "promptmeteo.prompts.base.BasePrompt"]], "prompt_example (promptmeteo.prompts.base.baseprompt attribute)": [[8, "promptmeteo.prompts.base.BasePrompt.PROMPT_EXAMPLE"]], "promptfactory (class in promptmeteo.prompts)": [[8, "promptmeteo.prompts.PromptFactory"]], "build_class() (promptmeteo.prompts.promptfactory static method)": [[8, "promptmeteo.prompts.PromptFactory.build_class"]], "domain (promptmeteo.prompts.base.baseprompt property)": [[8, "promptmeteo.prompts.base.BasePrompt.domain"]], "factory_method() (promptmeteo.prompts.promptfactory class method)": [[8, "promptmeteo.prompts.PromptFactory.factory_method"]], "get_files_taxonomy() (in module promptmeteo.prompts)": [[8, "promptmeteo.prompts.get_files_taxonomy"]], "labels (promptmeteo.prompts.base.baseprompt property)": [[8, "promptmeteo.prompts.base.BasePrompt.labels"]], "promptmeteo.prompts": [[8, "module-promptmeteo.prompts"]], "promptmeteo.prompts.base": [[8, "module-promptmeteo.prompts.base"]], "read_prompt() (promptmeteo.prompts.base.baseprompt class method)": [[8, "promptmeteo.prompts.base.BasePrompt.read_prompt"]], "run() (promptmeteo.prompts.base.baseprompt method)": [[8, "promptmeteo.prompts.base.BasePrompt.run"]], "template (promptmeteo.prompts.base.baseprompt property)": [[8, "promptmeteo.prompts.base.BasePrompt.template"]], "balancedsemanticsamplesselector (class in promptmeteo.selector.custom_selectors)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector"]], "balancedsemanticsamplesselector.config (class in promptmeteo.selector.custom_selectors)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.Config"]], "baseselector (class in promptmeteo.selector.base)": [[9, "promptmeteo.selector.base.BaseSelector"]], "baseselectorsupervised (class in promptmeteo.selector.base)": [[9, "promptmeteo.selector.base.BaseSelectorSupervised"]], "baseselectorunsupervised (class in promptmeteo.selector.base)": [[9, "promptmeteo.selector.base.BaseSelectorUnsupervised"]], "relevance (promptmeteo.selector.base.selectoralgorithms attribute)": [[9, "promptmeteo.selector.base.SelectorAlgorithms.RELEVANCE"]], "selector (promptmeteo.selector.base.baseselector attribute)": [[9, "promptmeteo.selector.base.BaseSelector.SELECTOR"]], "similarity (promptmeteo.selector.base.selectoralgorithms attribute)": [[9, "promptmeteo.selector.base.SelectorAlgorithms.SIMILARITY"]], "similarity_class_balanced (promptmeteo.selector.base.selectoralgorithms attribute)": [[9, "promptmeteo.selector.base.SelectorAlgorithms.SIMILARITY_CLASS_BALANCED"]], "supervised (promptmeteo.selector.selectortypes attribute)": [[9, "promptmeteo.selector.SelectorTypes.SUPERVISED"]], "selectoralgorithms (class in promptmeteo.selector.base)": [[9, "promptmeteo.selector.base.SelectorAlgorithms"]], "selectorfactory (class in promptmeteo.selector)": [[9, "promptmeteo.selector.SelectorFactory"]], "selectortypes (class in promptmeteo.selector)": [[9, "promptmeteo.selector.SelectorTypes"]], "unsupervised (promptmeteo.selector.selectortypes attribute)": [[9, "promptmeteo.selector.SelectorTypes.UNSUPERVISED"]], "add_example() (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector method)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.add_example"]], "arbitrary_types_allowed (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector.config attribute)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.Config.arbitrary_types_allowed"]], "class_key (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.class_key"]], "class_list (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.class_list"]], "example_keys (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.example_keys"]], "factory_method() (promptmeteo.selector.selectorfactory class method)": [[9, "promptmeteo.selector.SelectorFactory.factory_method"]], "from_examples() (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector class method)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.from_examples"]], "input_keys (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.input_keys"]], "k (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.k"]], "load_example_selector() (promptmeteo.selector.base.baseselector method)": [[9, "promptmeteo.selector.base.BaseSelector.load_example_selector"]], "promptmeteo.selector": [[9, "module-promptmeteo.selector"]], "promptmeteo.selector.base": [[9, "module-promptmeteo.selector.base"]], "promptmeteo.selector.custom_selectors": [[9, "module-promptmeteo.selector.custom_selectors"]], "run() (promptmeteo.selector.base.baseselectorsupervised method)": [[9, "promptmeteo.selector.base.BaseSelectorSupervised.run"]], "run() (promptmeteo.selector.base.baseselectorunsupervised method)": [[9, "promptmeteo.selector.base.BaseSelectorUnsupervised.run"]], "select_examples() (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector method)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.select_examples"]], "sorted_values() (in module promptmeteo.selector.custom_selectors)": [[9, "promptmeteo.selector.custom_selectors.sorted_values"]], "template (promptmeteo.selector.base.baseselector property)": [[9, "promptmeteo.selector.base.BaseSelector.template"]], "train() (promptmeteo.selector.base.baseselectorsupervised method)": [[9, "promptmeteo.selector.base.BaseSelectorSupervised.train"]], "train() (promptmeteo.selector.base.baseselectorunsupervised method)": [[9, "promptmeteo.selector.base.BaseSelectorUnsupervised.train"]], "vectorstore (promptmeteo.selector.base.baseselector property)": [[9, "promptmeteo.selector.base.BaseSelector.vectorstore"]], "vectorstore (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.vectorstore"]], "vectorstore_kwargs (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[9, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.vectorstore_kwargs"]], "api_correction (promptmeteo.tasks.task_builder.tasktypes attribute)": [[10, "promptmeteo.tasks.task_builder.TaskTypes.API_CORRECTION"]], "api_generation (promptmeteo.tasks.task_builder.tasktypes attribute)": [[10, "promptmeteo.tasks.task_builder.TaskTypes.API_GENERATION"]], "classification (promptmeteo.tasks.task_builder.tasktypes attribute)": [[10, "promptmeteo.tasks.task_builder.TaskTypes.CLASSIFICATION"]], "code_generation (promptmeteo.tasks.task_builder.tasktypes attribute)": [[10, "promptmeteo.tasks.task_builder.TaskTypes.CODE_GENERATION"]], "qa (promptmeteo.tasks.task_builder.tasktypes attribute)": [[10, "promptmeteo.tasks.task_builder.TaskTypes.QA"]], "summarization (promptmeteo.tasks.task_builder.tasktypes attribute)": [[10, "promptmeteo.tasks.task_builder.TaskTypes.SUMMARIZATION"]], "task (class in promptmeteo.tasks.task)": [[10, "promptmeteo.tasks.task.Task"]], "taskbuilder (class in promptmeteo.tasks.task_builder)": [[10, "promptmeteo.tasks.task_builder.TaskBuilder"]], "tasktypes (class in promptmeteo.tasks.task_builder)": [[10, "promptmeteo.tasks.task_builder.TaskTypes"]], "build_model() (promptmeteo.tasks.task_builder.taskbuilder method)": [[10, "promptmeteo.tasks.task_builder.TaskBuilder.build_model"]], "build_parser() (promptmeteo.tasks.task_builder.taskbuilder method)": [[10, "promptmeteo.tasks.task_builder.TaskBuilder.build_parser"]], "build_prompt() (promptmeteo.tasks.task_builder.taskbuilder method)": [[10, "promptmeteo.tasks.task_builder.TaskBuilder.build_prompt"]], "build_selector_by_load() (promptmeteo.tasks.task_builder.taskbuilder method)": [[10, "promptmeteo.tasks.task_builder.TaskBuilder.build_selector_by_load"]], "build_selector_by_train() (promptmeteo.tasks.task_builder.taskbuilder method)": [[10, "promptmeteo.tasks.task_builder.TaskBuilder.build_selector_by_train"]], "language (promptmeteo.tasks.task.task property)": [[10, "promptmeteo.tasks.task.Task.language"]], "model (promptmeteo.tasks.task.task property)": [[10, "promptmeteo.tasks.task.Task.model"]], "parser (promptmeteo.tasks.task.task property)": [[10, "promptmeteo.tasks.task.Task.parser"]], "prompt (promptmeteo.tasks.task.task property)": [[10, "promptmeteo.tasks.task.Task.prompt"]], "promptmeteo.tasks": [[10, "module-promptmeteo.tasks"]], "promptmeteo.tasks.task": [[10, "module-promptmeteo.tasks.task"]], "promptmeteo.tasks.task_builder": [[10, "module-promptmeteo.tasks.task_builder"]], "run() (promptmeteo.tasks.task.task method)": [[10, "promptmeteo.tasks.task.Task.run"]], "selector (promptmeteo.tasks.task.task property)": [[10, "promptmeteo.tasks.task.Task.selector"]], "task (promptmeteo.tasks.task_builder.taskbuilder property)": [[10, "promptmeteo.tasks.task_builder.TaskBuilder.task"]], "task_type (promptmeteo.tasks.task.task property)": [[10, "promptmeteo.tasks.task.Task.task_type"]]}}) \ No newline at end of file +Search.setIndex({"docnames": ["classes", "definition", "index", "install", "modules", "notebooks/01_promptmeteo_usage", "notebooks/02_model_tuning", "notebooks/03_sentiment_analysis", "notebooks/04_test_flant5_classification_prompts", "notebooks/05_test_openai_classification_prompts", "notebooks/06_test_openai_api-generation", "promptmeteo", "promptmeteo.models", "promptmeteo.parsers", "promptmeteo.prompts", "promptmeteo.selector", "promptmeteo.tasks", "quickstart"], "filenames": ["classes.rst", "definition.rst", "index.rst", "install.rst", "modules.rst", "notebooks/01_promptmeteo_usage.ipynb", "notebooks/02_model_tuning.ipynb", "notebooks/03_sentiment_analysis.ipynb", "notebooks/04_test_flant5_classification_prompts.ipynb", "notebooks/05_test_openai_classification_prompts.ipynb", "notebooks/06_test_openai_api-generation.ipynb", "promptmeteo.rst", "promptmeteo.models.rst", "promptmeteo.parsers.rst", "promptmeteo.prompts.rst", "promptmeteo.selector.rst", "promptmeteo.tasks.rst", "quickstart.rst"], "titles": ["\ud83d\udc7b Classes", "\ud83e\udd14 What is this library for?", "Promptmeteo \ud83d\udd25\ud83e\uddd4", "\u2699\ufe0f Installation and configuration", "promptmeteo", "Promptmeteo Usage - Save and Load Model", "Model Tuning - Promptmeteo Configuration", "Sentiment Analysis", "Flan-t5-Small - Test Classification Prompts", "OpenAI - Test Classification Prompts", "OpenAI - Test API Generation", "promptmeteo package", "promptmeteo.models package", "promptmeteo.parsers package", "promptmeteo.prompts package", "promptmeteo.selector package", "promptmeteo.tasks package", "\u26a1 Quickstart"], "terms": {"promptmeteo": [0, 1, 3, 7, 8, 9, 10, 17], "apigener": [0, 1, 4, 11], "languag": [0, 1, 2, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17], "str": [0, 5, 10, 11, 12, 13, 14, 15, 16], "model_nam": [0, 1, 4, 5, 7, 8, 9, 10, 11, 12, 14, 16, 17], "model_provider_nam": [0, 4, 5, 7, 8, 9, 10, 11, 12, 16, 17], "api_vers": [0, 10, 11], "api_protocol": [0, 10, 11], "api_style_instruct": [0, 10, 11], "list": [0, 8, 10, 11, 12, 13, 14, 15, 16], "none": [0, 8, 11, 12, 14, 15, 16], "kwarg": [0, 11, 12, 15, 16], "api": [0, 1, 2, 3, 7, 11, 12, 13, 15, 16], "gener": [0, 1, 2, 3, 7, 8, 11, 13, 14, 16], "task": [0, 2, 4, 5, 7, 8, 9, 11, 13, 14], "thi": [0, 2, 5, 7, 8, 9, 10, 11, 14, 15], "initi": [0, 8, 11, 15], "creat": [0, 1, 2, 3, 7, 8, 10, 11, 12, 14, 15], "base": [0, 2, 4, 8, 10, 16], "descript": [0, 1, 8, 10, 11], "paramet": [0, 1, 2, 3, 5, 7, 10, 11, 12, 14, 15], "name": [0, 1, 3, 5, 7, 8, 9, 10, 11, 12, 14], "model": [0, 2, 4, 8, 9, 10, 11, 16, 17], "us": [0, 1, 3, 5, 7, 8, 9, 10, 11, 12, 15, 17], "provid": [0, 1, 3, 5, 7, 8, 9, 10, 11, 12, 15], "version": [0, 1, 3, 7, 8, 10, 11, 14], "protocol": [0, 10, 11], "option": [0, 8, 11, 15], "instruct": [0, 1, 8, 11, 12], "style": [0, 8, 11], "dict": [0, 11, 12, 15, 16], "addit": [0, 8, 10, 11], "keyword": [0, 11], "argument": [0, 1, 5, 7, 8, 9, 11, 14, 15], "rais": [0, 11], "valueerror": [0, 11], "If": [0, 8, 11, 15], "i": [0, 2, 5, 7, 8, 9, 10, 11, 12, 15, 17], "allow": [0, 1, 5, 7, 8, 10, 11], "correct": [0, 1, 5, 7, 8, 9, 11, 13, 16], "format": [0, 1, 10, 11], "from": [0, 1, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 17], "import": [0, 5, 7, 8, 9, 10, 11, 17], "en": [0, 1, 5, 10, 11, 17], "selector_k": [0, 8, 9, 11, 15, 16], "5": [0, 1, 5, 7, 10, 11, 12], "3": [0, 1, 10, 11, 12], "0": [0, 7, 8, 9, 10, 11, 12], "rest": [0, 1, 8, 10, 11], "alwai": [0, 8, 11], "camel": [0, 11], "case": [0, 5, 7, 8, 9, 10, 11], "do": [0, 2, 5, 7, 8, 10, 11, 12], "acronym": [0, 11], "openai": [0, 1, 2, 4, 5, 7, 11], "gpt": [0, 1, 7, 10, 11, 12], "turbo": [0, 1, 7, 8, 10, 11, 12], "16k": [0, 1, 10, 11, 12], "model_provider_token": [0, 4, 7, 9, 10, 11, 12, 16], "model_token": [0, 11], "train": [0, 1, 2, 4, 8, 9, 10, 11, 15, 16], "api_descript": [0, 10, 11], "api_cod": [0, 10, 11], "predict": [0, 1, 4, 8, 9, 10, 11, 12, 16, 17], "manag": [0, 8, 10, 11], "account": [0, 3, 10, 11], "access": [0, 3, 8, 10, 11], "self": [0, 8, 10, 11, 14, 15, 16], "given": [0, 5, 8, 10, 11, 12, 13, 14, 16], "note": [0, 8], "behaviour": [0, 11], "check": [0, 8, 11, 12], "each": [0, 1, 5, 7, 8, 9, 11], "specif": [0, 1, 2, 5, 10, 11], "docstr": [0, 11], "contract": [0, 7, 11], "code": [0, 1, 2, 5, 10, 11, 13, 14, 16], "return": [0, 8, 10, 11, 12, 13, 14, 15, 16], "object": [0, 1, 8, 10, 11, 12, 13, 14, 15, 16], "type": [0, 1, 8, 10, 11, 12, 14, 15, 16], "apiformatt": [0, 1, 4, 10, 11], "formatt": [0, 11], "external_info": [0, 10, 11], "server": [0, 10, 11], "url": [0, 8, 10, 11, 15], "http": [0, 3, 7, 8, 10, 11], "localhost": [0, 10, 11], "8080": [0, 10, 11], "local": [0, 1, 3, 5, 8, 10, 11, 12, 17], "environ": [0, 10, 11], "classmethod": [0, 11, 12, 13, 14, 15], "load_model": [0, 4, 5, 11, 17], "model_path": [0, 11, 15, 16], "load": [0, 1, 2, 8, 10, 11, 15, 16], "save": [0, 1, 2, 7, 8, 11], "disk": [0, 5, 7, 11, 15], "path": [0, 3, 5, 7, 8, 9, 10, 11], "where": [0, 7, 8, 9, 10, 11], "instanc": [0, 11, 13, 14, 15], "artifact": [0, 7, 11], "make": [0, 5, 7, 8, 9, 10, 11, 17], "new": [0, 1, 8, 11, 14, 15, 16, 17], "over": [0, 2, 5, 8, 11], "text": [0, 1, 8, 9, 11, 12, 13, 14, 16], "sampl": [0, 5, 7, 8, 9, 11, 12, 15, 16], "receiv": [0, 8, 11, 13], "extern": [0, 8, 10, 11], "inform": [0, 8, 10, 11], "ad": [0, 5, 7, 8, 9, 11], "extract": [0, 10, 11, 13], "entiti": [0, 1, 10, 11], "codegener": [0, 1, 4, 11], "repres": [0, 10, 11], "natur": [0, 8, 11], "prompt_domain": [0, 4, 5, 7, 8, 9, 11, 14, 16], "python": [0, 2, 11], "davinci": [0, 9, 11, 14], "003": [0, 9, 11, 14], "prompt_detail": [0, 4, 5, 7, 8, 9, 11, 14, 16], "add": [0, 8, 11, 12, 15], "function": [0, 1, 8, 10, 11, 14, 15, 17], "definit": [0, 1, 8, 10, 11], "annot": [0, 5, 7, 8, 9, 11, 15, 16, 17], "pred": [0, 9, 11], "A": [0, 7, 8, 10, 11, 15], "foo": [0, 11], "print": [0, 5, 7, 8, 10, 11, 12], "documentclassifi": [0, 1, 4, 7, 8, 9, 11, 17], "classifi": [0, 5, 7, 8, 9, 11], "document": [0, 1, 5, 7, 8, 10, 11], "predefin": [0, 7, 11], "categori": [0, 5, 7, 8, 9, 10, 11, 15], "clf": [0, 5, 11, 17], "hf_pipelin": [0, 1, 4, 5, 7, 8, 11, 17], "googl": [0, 1, 5, 7, 8, 10, 11, 12, 14, 17], "flan": [0, 1, 2, 5, 9, 11, 12, 14, 17], "t5": [0, 1, 2, 5, 9, 11, 12, 14, 17], "small": [0, 1, 2, 5, 9, 11, 12, 14, 17], "prompt_label": [0, 4, 5, 7, 8, 9, 11, 13, 14, 16, 17], "posit": [0, 5, 7, 8, 9, 11, 12, 17], "neg": [0, 5, 7, 8, 9, 11, 17], "neutral": [0, 7, 8, 9, 11, 17], "estoi": [0, 8, 11], "feliz": [0, 8, 11], "me": [0, 5, 7, 8, 9, 11], "da": [0, 8, 11], "igual": [0, 8, 11], "gusta": [0, 8, 11], "que": [0, 8, 9, 11], "guai": [0, 11], "correspond": [0, 8, 11], "documentqa": [0, 1, 4, 11], "question": [0, 1, 8, 11], "answer": [0, 1, 5, 7, 8, 9, 10, 11, 14], "The": [0, 1, 5, 7, 8, 9, 10, 11, 12, 14, 15], "rain": [0, 8, 11], "spain": [0, 11], "plain": [0, 8, 11], "logarithm": [0, 11], "": [0, 1, 5, 7, 8, 10, 11], "limit": [0, 7, 8, 11], "To": [0, 1, 2, 3, 8, 11], "punish": [0, 11], "oppresor": [0, 11], "clementi": [0, 11], "forgiv": [0, 8, 11], "them": [0, 1, 8, 11], "cruelti": [0, 11], "how": [0, 2, 5, 8, 11], "summar": [0, 1, 4, 13, 16], "e": [0, 1, 7, 11, 14, 15], "partir": [0, 11], "del": [0, 8, 9, 11], "siguient": [0, 8, 9, 11], "texto": [0, 8, 9, 11], "anthrop": [0, 1, 11, 12], "claud": [0, 1, 11, 12], "v2": [0, 1, 10, 11, 12], "bedrock": [0, 1, 4, 11], "tl": 1, "dr": 1, "industri": 1, "project": [1, 8], "power": [1, 8, 11], "easili": [1, 5, 8], "have": [1, 5, 7, 8, 9, 10], "capabl": [1, 8, 11], "address": [1, 8], "variou": [1, 2], "when": [1, 5, 7, 8, 9, 10], "form": 1, "input": [1, 5, 8, 10, 15], "thei": [1, 8, 10], "can": [1, 2, 3, 5, 8, 10, 14, 17], "reason": [1, 8], "engin": [1, 2, 5, 8], "construct": [1, 8], "applic": [1, 8, 10], "howev": [1, 8], "deploi": 1, "pose": [1, 8], "signific": 1, "challeng": [1, 8], "two": [1, 8], "main": [1, 7, 8], "firstli": 1, "typic": [1, 8], "encapsul": 1, "logic": [1, 5], "yet": [1, 8], "ar": [1, 5, 7, 8, 9, 10, 14], "treat": [1, 8], "mere": 1, "mean": [1, 8, 10], "poorli": [1, 8], "formul": 1, "ha": [1, 5, 7, 8, 9, 10, 14], "potenti": [1, 8, 13], "disrupt": 1, "secondli": 1, "craft": [1, 8], "onli": [1, 5, 7, 8, 9], "labori": 1, "also": [1, 3, 5, 8, 17], "complex": [1, 8], "one": [1, 5, 7, 8, 9, 10], "minor": [1, 8], "alter": 1, "result": [1, 5, 8, 10, 17], "differ": [1, 2, 5, 7, 8], "outcom": 1, "render": 1, "highli": [1, 8], "error": [1, 5, 7, 8, 9, 10], "prone": [1, 5, 8], "addition": [1, 8, 10], "compos": 1, "consider": [1, 10, 14], "extend": [1, 8], "beyond": [1, 8], "itself": [1, 8], "includ": [1, 5, 7, 8, 9, 10, 14, 17], "factor": 1, "being": [1, 8], "capac": [1, 8], "other": [1, 5, 7, 8, 9, 10], "relev": [1, 11, 15], "aspect": [1, 5, 8], "equal": [1, 8], "aim": 1, "aforement": 1, "issu": [1, 8], "divid": [1, 8], "distinct": 1, "part": [1, 8], "within": [1, 8], "concret": [1, 8], "problem": [1, 8, 15], "variabl": [1, 3, 7, 10, 15], "incorpor": [1, 10], "high": [1, 7, 8], "level": [1, 8], "implement": 1, "through": [1, 2, 7, 8], "py": [1, 7, 8, 10, 14], "file": [1, 3, 5, 7, 8, 10, 14, 15], "design": [1, 8, 10], "nlp": [1, 5, 11], "classif": [1, 2, 5, 11, 13, 14, 15, 16], "recognit": [1, 11], "These": [1, 7, 8, 10], "requir": [1, 8, 10, 14], "configur": [1, 2, 7, 8, 12, 15], "execut": [1, 7, 8, 9, 12], "elimin": 1, "need": [1, 5, 7, 8, 9], "pars": [1, 8, 10], "output": [1, 5, 8, 10, 13], "modul": [1, 4], "adher": [1, 8], "interfac": [1, 2, 5, 11, 12, 13, 14, 15, 16], "similar": [1, 5, 8, 10, 11, 15], "scikit": [1, 5], "learn": [1, 5, 8], "By": [1, 5], "defin": [1, 5, 7], "an": [1, 7, 8, 9, 13, 15], "independ": 1, "method": [1, 17], "enabl": [1, 10], "separ": [1, 8], "pipelin": [1, 5, 11, 12], "facilit": 1, "reus": [1, 5, 7, 8, 9, 10], "convent": [1, 8, 11], "ml": [1, 5, 11], "enhanc": 1, "exampl": [1, 7, 8, 9, 15, 16, 17], "support": [1, 8, 10, 11, 12], "reproduc": [1, 8], "process": [1, 5, 7, 8, 9, 10], "store": [1, 3, 7, 8, 15], "binari": [1, 5], "multipl": [1, 8], "time": [1, 8, 10, 11], "data": 1, "embed": [1, 11, 12, 15], "vector": [1, 7, 15], "databas": [1, 7, 15], "faiss": [1, 7, 15], "langchain": [1, 2], "remot": [1, 8], "call": [1, 5, 8, 10, 12, 17], "like": [1, 5, 8], "huggingfac": [1, 3, 7, 8, 12], "establish": 1, "programmat": 1, "approach": 1, "aid": [1, 8], "understand": [1, 8], "chang": [1, 8], "occur": [1, 8], "test": [1, 2, 5, 7, 12], "orient": [1, 8], "toward": [1, 8], "encompass": 1, "valid": [1, 4, 10], "ensur": [1, 5], "size": [1, 8], "appropri": [1, 8], "valu": [1, 3, 5, 8, 10, 12, 13, 15, 16], "azur": 1, "hf_hub_api": [1, 4, 7, 11], "xxl": [1, 12], "bison": [1, 12], "001": [1, 12], "32k": [1, 12], "librari": [2, 3], "prompt": [2, 4, 10, 11, 12, 15, 16], "built": [2, 8], "It": [2, 5, 8, 11], "simplifi": [2, 5], "util": [2, 7, 8], "larg": [2, 8], "llm": [2, 3, 5, 10, 11, 12, 13], "low": [2, 7, 8], "achiev": [2, 10], "emploi": 2, "dynam": [2, 15], "just": [2, 8, 10, 14], "few": [2, 8], "what": [2, 7, 8, 13], "we": [2, 5, 7, 8, 9, 10], "current": [2, 8, 12, 14], "capacil": 2, "instal": [2, 8], "credenti": 2, "quickstart": 2, "usag": [2, 8], "sentiment": 2, "analysi": [2, 8, 9], "stabl": [3, 8], "pip": 3, "venv": 3, "env": 3, "follow": [3, 5, 7, 8, 9, 10, 14], "depend": [3, 8, 13, 14, 15], "first": [3, 5, 7, 8], "you": [3, 5, 7, 8, 9, 10, 14, 17], "should": [3, 8, 10], "servic": [3, 5, 8, 10], "com": [3, 8, 10], "vertex": [3, 5], "ai": 3, "doc": [3, 7, 8, 10], "custom": [3, 8, 10, 15], "role": 3, "user": [3, 5, 7], "onc": [3, 8, 17], "kei": [3, 5, 8, 10, 15], "refer": [3, 8, 10, 15], "google_cloud_project_id": 3, "my_google_llm_project_id": 3, "google_application_credenti": 3, "path_to_service_account_key_fil": 3, "json": [3, 10, 13], "your": [3, 5, 7, 8, 9, 10, 14], "secret": 3, "set": [3, 8, 10, 11, 12, 14], "page": [3, 8, 10], "platform": [3, 8, 10], "indic": [3, 7, 8, 10, 17], "openai_api_kei": [3, 10], "my_openai_api_kei": 3, "pass": [3, 5, 8, 11, 15], "token": [3, 7, 8, 9, 10], "co": [3, 7, 8], "huggingfacehub_api_token": 3, "my_hf_api_kei": 3, "secur": [3, 8, 10], "Then": [3, 8], "write": [3, 5, 8], "config": [3, 11, 15], "linux": 3, "maco": 3, "userprofil": 3, "window": [3, 8], "In": [3, 5, 7, 8, 9, 10], "default": 3, "aws_access_key_id": 3, "your_created_aws_kei": 3, "aws_secret_access_kei": 3, "your_created_aws_secret_kei": 3, "region": 3, "aws_region": 3, "packag": [4, 7, 8, 10], "subpackag": 4, "submodul": 4, "azure_openai": [4, 11], "fake_llm": [4, 11], "google_vertexai": [4, 11], "content": [4, 8, 10], "parser": [4, 10, 11, 16], "api_pars": [4, 11], "classification_pars": [4, 11], "dummy_pars": [4, 11], "json_pars": [4, 11], "selector": [4, 8, 11, 16], "custom_selector": [4, 11], "task_build": [4, 11], "api_formatt": [4, 10], "allowed_protocol": [4, 11], "task_typ": [4, 11, 13, 14, 16], "api_gener": [4, 16], "selector_typ": [4, 11, 15, 16], "builder": [4, 11, 16], "create_build": [4, 11], "init_param": [4, 11], "is_train": [4, 11], "save_model": [4, 5, 11, 17], "basesupervis": [4, 11], "model_param": [4, 11, 12, 16], "verbos": [4, 8, 10, 11, 12, 16], "baseunsupervis": [4, 11], "code_gener": [4, 16], "constant": 4, "document_classifi": [4, 5], "document_qa": 4, "tool": [4, 5, 8], "add_docstring_from": [4, 11], "validate_version_rest": [4, 11], "version_valid": [4, 11], "go": [5, 7, 8, 9], "perform": [5, 8, 10], "classic": 5, "inpromptmeteo": 5, "sy": [5, 7, 8, 9, 10], "append": [5, 7, 8, 9, 10], "helper": 5, "yaml": [5, 10], "proper": 5, "wai": [5, 8, 15], "def": [5, 8, 11], "prompt_print": 5, "nice": [5, 8], "yaml_prompt": 5, "safe_load": 5, "item": [5, 8, 10], "n": [5, 8, 10, 14], "avail": [5, 7, 8, 10, 12, 13, 16], "wonder": [5, 7, 8], "about": [5, 7, 8, 10], "prefect": [5, 7, 8], "rather": [5, 7, 8], "parametr": [5, 7], "For": [5, 7, 8, 9, 10], "english": [5, 7, 8, 9, 10], "prompt_exampl": [5, 7, 11, 14], "help": [5, 7, 8, 9], "__prompt_domain__": [5, 7, 8, 9, 14], "__prompt_labels__": [5, 7, 8, 9], "__chain_thought__": [5, 7, 8, 9, 14], "__answer_format__": [5, 7, 8, 9, 14], "__domain__": [5, 7, 8, 9, 14], "domain": [5, 7, 8, 9, 11, 14], "want": [5, 7, 8, 9, 10], "__labels__": [5, 7, 8, 9, 14], "chain_thought": [5, 7, 8, 9, 14], "answer_format": [5, 7, 8, 9, 14], "respons": [5, 7, 8, 9, 10, 11, 12, 13, 14], "class": [5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17], "build": [5, 10, 14, 16], "stament": 5, "bellow": 5, "techniqu": 5, "see": [5, 7, 8], "tha": 5, "beenn": 5, "correctli": [5, 8], "inicialit": 5, "been": [5, 8, 10], "without": [5, 7, 8, 9, 17], "more": [5, 8], "pleas": [5, 7, 8, 9, 10], "step": [5, 7, 8, 9, 14], "explain": [5, 7, 8, 9, 14], "why": [5, 7, 8, 9], "believ": [5, 7, 8, 9], "final": [5, 7, 8, 9], "choic": [5, 7, 8, 9], "justifi": [5, 7, 8, 9], "sure": [5, 7, 8, 9, 10], "conclud": [5, 7, 8, 9], "explan": [5, 7, 8, 9], "select": [5, 7, 8, 9, 15], "lowercas": [5, 7, 8, 9], "punctuat": [5, 7, 8, 9], "singl": [5, 7, 8, 9], "word": [5, 7, 8, 9], "ani": [5, 7, 8, 9, 12, 15], "statement": [5, 7, 8, 9], "give": [5, 8, 14], "am": [5, 8, 17], "happi": [5, 8, 17], "hate": [5, 8, 17], "came": [5, 8], "improv": [5, 8, 17], "show": [5, 8], "choos": 5, "rom": 5, "those": [5, 7, 8], "relat": [5, 7, 8, 10], "makein": 5, "infer": [5, 10], "now": [5, 8], "6": [5, 7, 8, 15], "_get_prompt": 5, "vectorstor": [5, 11, 15], "serial": 5, "u": [5, 7, 8, 10], "recov": 5, "origin": [5, 8, 10], "again": [5, 8, 17], "7": [5, 7, 8, 10], "my_classifi": 5, "meteo": [5, 17], "lt": [5, 7, 8, 9, 10], "0x7f32142f4d50": 5, "gt": [5, 7, 8, 9, 10], "reload": 5, "intanci": 5, "14": [5, 8, 9], "new_clf": 5, "15": [5, 8, 9], "so": [5, 7, 8, 9, 10, 17], "cool": [5, 8, 17], "39": [5, 7, 8, 9, 10], "shown": [5, 8], "machin": [5, 8], "framework": 5, "o": [5, 8, 9, 10], "pytorch": 5, "eas": [5, 8], "integr": [5, 8, 11], "solut": [5, 8], "sagemak": 5, "doe": [5, 8], "focu": [5, 8], "develop": [5, 8, 10], "than": [5, 7, 8], "writ": 5, "which": [5, 7, 8, 10, 15], "kind": [5, 7, 8], "less": [5, 8], "notebook": [7, 8, 9, 10], "amazon": [7, 8, 9], "review": [7, 8, 9], "contain": [7, 8, 9, 10, 15], "collect": [7, 8, 9], "between": [7, 8, 9], "novemb": [7, 8, 9], "2015": [7, 8, 9], "2019": [7, 8, 9], "record": [7, 8, 9, 10], "titl": [7, 8, 9, 10], "star": [7, 8, 9], "rate": [7, 8, 9], "anonym": [7, 8, 9], "id": [7, 8, 9, 10], "product": [7, 8, 9, 10], "coars": [7, 8, 9], "grain": [7, 8, 9], "g": [7, 8, 9, 15], "book": [7, 8, 9], "applianc": [7, 8, 9], "etc": [7, 8, 9, 10], "corpu": [7, 8, 9], "balanc": [7, 8, 9, 10, 15], "across": [7, 8, 9], "constitut": [7, 8, 9], "20": [7, 8, 9], "polar": [7, 8, 9], "pl": [7, 8, 9], "read_parquet": [7, 8, 9], "amazon_reviews_en": [7, 8, 9], "amazon_reviews_multi": [7, 8, 9], "parquet": [7, 8, 9], "head": [7, 8, 9], "shape": [7, 8, 9], "8": [7, 8, 10], "review_idproduct_idreviewer_idstarsreview_bodyreview_titlelanguageproduct_categorystrstrstri32strstrstrstr": 7, "quot": [7, 8, 9], "en_0199937": 7, "product_en_090": 7, "reviewer_en_00": 7, "awfu": 7, "don": [7, 8], "t": [7, 8, 10], "wast": [7, 8], "yo": [7, 8], "apparel": 7, "en_0863335": 7, "product_en_034": 7, "reviewer_en_06": 7, "bought": [7, 8], "One": [7, 8], "en_0565010": 7, "product_en_035": 7, "reviewer_en_09": 7, "On": [7, 8], "total": [7, 8], "usel": 7, "en_0963290": 7, "product_en_058": 7, "reviewer_en_02": 7, "ho": 7, "gold": [7, 8], "fill": [7, 8], "ea": 7, "jewelri": 7, "en_0238156": 7, "product_en_048": 7, "reviewer_en_05": 7, "glue": [7, 8], "work": [7, 8], "poor": [7, 8], "industrial_sup": 7, "target": [7, 8, 9, 10], "supon": [7, 8], "start": [7, 8, 10], "sql": [7, 8, 9], "sqlcontext": [7, 8, 9], "regist": [7, 8, 9], "sentiment_data": [7, 8, 9], "review_bodi": [7, 8, 9], "THEN": [7, 8, 9], "els": [7, 8, 9], "null": [7, 8, 9], "end": [7, 8, 9, 10], "AS": [7, 8, 9], "AND": [7, 8, 9], "fraction": [7, 8, 9], "shuffl": [7, 8, 9], "true": [7, 8, 9, 10, 11, 15], "seed": [7, 8, 9], "reviewtargetstrstr": [7, 8, 9], "my": [7, 8, 9, 10], "ne": [7, 8, 9], "fit": [7, 8, 9, 10], "great": [7, 8, 9], "kin": [7, 8, 9], "movi": [7, 8, 9], "freez": [7, 8, 9], "monei": [7, 8, 9], "sk": [7, 9], "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx": 7, "copyright": 7, "c": [7, 8], "2023": 7, "paradigma": 7, "digit": [7, 8], "l": [7, 8], "permiss": 7, "herebi": 7, "grant": [7, 8], "free": [7, 8], "charg": [7, 8, 10], "person": [7, 8], "obtain": [7, 8], "copi": [7, 8, 12], "softwar": [7, 8], "associ": [7, 10], "34": [7, 8, 10], "deal": [7, 8], "restrict": 7, "right": [7, 8], "modifi": [7, 8, 10], "merg": 7, "publish": [7, 8], "distribut": 7, "sublicens": 7, "sell": [7, 8], "permit": [7, 8], "whom": 7, "furnish": 7, "subject": [7, 8], "condit": [7, 8, 10], "abov": [7, 8], "notic": [7, 8], "shall": 7, "all": [7, 8, 10, 15, 16], "substanti": 7, "portion": [7, 8], "THE": [7, 8], "warranti": [7, 8], "OF": [7, 8], "express": [7, 8], "OR": 7, "impli": 7, "BUT": [7, 8], "NOT": [7, 8], "TO": [7, 8], "merchant": [7, 10], "FOR": 7, "particular": 7, "purpos": [7, 8, 10, 12], "noninfring": 7, "IN": 7, "NO": [7, 8], "event": [7, 8, 10], "author": [7, 8, 10], "holder": [7, 8], "BE": 7, "liabl": 7, "claim": 7, "damag": [7, 8], "liabil": 7, "whether": [7, 8, 10, 12], "action": [7, 10], "tort": 7, "otherwis": [7, 8, 11], "aris": 7, "out": [7, 8, 12], "connect": [7, 8], "WITH": 7, "__shot_examples__": [7, 14], "shot_exampl": [7, 14], "__examples__": [7, 14], "memori": 7, "advantag": [7, 8], "king": 7, "serializ": 7, "train_review": [7, 8, 9], "100": [7, 8, 9, 10], "to_seri": [7, 8, 9], "to_list": [7, 8, 9], "train_target": [7, 8, 9], "seaborn": [7, 8, 9], "sn": [7, 8, 9], "sklearn": [7, 8, 9], "metric": [7, 8, 9], "confusion_matrix": [7, 8, 9], "test_review": [7, 8, 9], "test_target": [7, 8, 9], "pred_target": [7, 8, 9], "heatmap": [7, 8, 9], "cmap": [7, 8, 9], "blue": [7, 8, 9], "ax": [7, 8, 9], "17": [7, 8], "hf_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx": 7, "hf": 7, "tiiuae": 7, "re": [7, 8], "specifi": [7, 8, 10], "repositori": 7, "Be": [7, 8], "know": [7, 8], "29": [7, 8, 9], "sequenc": [7, 8], "length": [7, 8], "longer": [7, 8], "maximum": [7, 8], "603": 7, "512": [7, 8], "run": [7, 8, 11, 12, 13, 14, 15, 16], "index": [7, 8], "opt": [7, 8], "conda": [7, 8], "lib": [7, 8], "python3": [7, 8], "10": [7, 8, 9, 10, 11], "site": [7, 8], "transform": [7, 8], "1270": [7, 8], "userwarn": [7, 8], "pretrain": [7, 8, 16], "control": [7, 8], "deprec": [7, 8, 12], "strategi": [7, 8], "remov": [7, 8], "soon": [7, 8], "futur": [7, 8], "main_class": [7, 8], "text_gener": [7, 8], "warn": [7, 8], "amazon_reviews_sp": [7, 8, 9], "el": [7, 8, 9], "filtro": [7, 8, 9], "de": [7, 8, 9], "d": [7, 8, 9], "un": [7, 8, 9], "poquito": [7, 8, 9], "esc": [7, 8, 9], "para": [7, 8, 9], "qu\u00e9": [7, 8, 9], "decir": [7, 8, 9], "mi": [7, 8, 9], "hija": [7, 8, 9], "esta": [7, 8, 9], "se": [7, 8, 9], "podr\u00eda": [7, 8, 9], "mejo": [7, 8, 9], "tail": [7, 8, 9], "9": [7, 8, 9, 10], "32": [7, 8, 10], "500": 8, "200": [8, 10], "templat": [8, 9, 11, 14, 15], "read_prompt": [8, 9, 11, 14], "keep": 8, "litter": 8, "box": 8, "smell": 8, "our": 8, "boat": 8, "veri": 8, "realli": 8, "favorit": 8, "sugar": 8, "altern": 8, "littl": 8, "take": [8, 10, 14], "along": [8, 10], "packet": 8, "love": 8, "swerv": 8, "conveni": 8, "throw": 8, "purs": 8, "dine": 8, "friend": 8, "hous": 8, "while": 8, "bit": 8, "pricei": 8, "cannot": 8, "stand": 8, "pink": 8, "stuff": 8, "ic": 8, "tea": 8, "noth": 8, "thrill": 8, "sweeten": 8, "easi": [8, 11], "thin": 8, "ok": [8, 10], "bin": 8, "got": 8, "cloth": 8, "hamper": 8, "think": [8, 9], "wa": [8, 10], "linen": 8, "materi": 8, "probabl": 8, "mistak": 8, "read": [8, 10, 14], "better": 8, "actual": 8, "plastic": 8, "decid": 8, "would": 8, "suit": [8, 10], "daughter": 8, "anim": 8, "cute": 8, "serv": 8, "isn": 8, "expens": 8, "thought": [8, 10], "purchas": [8, 10], "interest": [8, 10], "begin": [8, 11], "charact": 8, "brought": 8, "life": 8, "dri": 8, "open": [8, 10], "disappoint": 8, "pictur": 8, "good": 8, "doesn": 8, "hold": 8, "batteri": 8, "long": 8, "plug": 8, "everi": 8, "night": 8, "lai": 8, "down": 8, "won": 8, "stai": 8, "even": 8, "three": 8, "month": 8, "ago": 8, "alreadi": 8, "steal": 8, "slate": 8, "mattress": 8, "advertis": 8, "spring": 8, "fact": 8, "extra": [8, 15], "layer": 8, "blanket": 8, "underneath": 8, "bed": 8, "place": 8, "storag": 8, "around": 8, "But": 8, "plan": 8, "bui": 8, "corner": 8, "pop": 8, "socket": 8, "fade": 8, "after": 8, "minut": 8, "supervis": [8, 11, 15], "plai": [8, 10], "motor": 8, "pitch": 8, "terribl": 8, "screech": 8, "nois": 8, "unless": 8, "tini": 8, "useless": 8, "rat": 8, "dog": 8, "18": 8, "00": [8, 10], "had": 8, "said": 8, "recharg": 8, "bark": 8, "collar": 8, "neither": 8, "cord": 8, "usb": 8, "outlet": 8, "never": 8, "contact": [8, 10], "seller": 8, "liberti": 8, "did": 8, "anoth": [8, 11], "same": 8, "second": 8, "mark": 8, "car": 8, "suggest": 8, "befor": 8, "christma": 8, "sticker": 8, "look": [8, 10], "z": 8, "meal": 8, "prep": 8, "lunchbox": 8, "awesom": 8, "price": [8, 10], "come": 8, "carrier": 8, "volum": 8, "quit": 8, "louder": 8, "expect": [8, 10, 13, 14], "okai": 8, "light": 8, "bright": 8, "perfect": 8, "color": 8, "keyboard": 8, "dent": 8, "backpack": 8, "ve": 8, "week": 8, "No": 8, "up": [8, 10], "bluetooth": 8, "previou": [8, 10], "durabl": 8, "forti": 8, "five": 8, "dollar": 8, "enjoi": 8, "trai": 8, "let": 8, "son": 8, "vehicl": 8, "busi": [8, 10], "cup": 8, "easier": 8, "year": 8, "old": 8, "reach": 8, "hi": 8, "seat": 8, "off": 8, "mind": 8, "expir": [8, 10], "date": [8, 10], "contriv": 8, "get": [8, 10, 11, 12, 16], "lower": 8, "qualiti": 8, "pretti": 8, "well": 8, "solid": 8, "coat": 8, "girl": 8, "who": 8, "unicorn": 8, "fairi": 8, "nail": 8, "rang": 8, "unit": 8, "pull": 8, "drivewai": 8, "activ": [8, 10], "door": 8, "keychain": 8, "mine": 8, "mail": 8, "m": 8, "wow": 8, "full": 8, "refund": 8, "somehow": 8, "30": 8, "swimsuit": 8, "super": [8, 10], "babi": 8, "boob": 8, "huge": 8, "cover": 8, "felt": 8, "miss": 8, "till": 8, "found": [8, 12], "here": [8, 14], "hot": 8, "sinc": 8, "bank": [8, 10], "awai": 8, "coin": 8, "count": 8, "next": 8, "best": 8, "thing": 8, "watch": 8, "tv": 8, "wrap": 8, "job": 8, "wish": 8, "order": 8, "didn": 8, "heat": 8, "nozzl": 8, "broke": 8, "much": 8, "drive": 8, "student": 8, "driver": 8, "mayb": 8, "peopl": 8, "graduat": 8, "road": 8, "smaller": 8, "anticip": 8, "notepad": 8, "cat": 8, "eat": 8, "put": [8, 10], "food": 8, "deliv": 8, "horribl": 8, "consid": 8, "seal": 8, "broken": 8, "someon": 8, "pregnant": 8, "woman": 8, "strap": 8, "big": 8, "adjust": [8, 10], "sai": 8, "usual": 8, "johnson": 8, "seven": 8, "vibrat": 8, "stop": 8, "find": 8, "decent": 8, "everybodi": 8, "hei": 8, "honest": 8, "honestli": 8, "fat": 8, "sleep": 8, "slim": 8, "ones": 8, "stimul": 8, "clit": 8, "whole": 8, "lot": 8, "opinion": [8, 9], "went": 8, "hope": 8, "anybodi": 8, "quest": 8, "bullet": 8, "lol": 8, "furnitur": 8, "lighter": 8, "research": 8, "outdoor": 8, "enough": 8, "torch": 8, "flame": 8, "burn": 8, "destroi": 8, "aluminum": 8, "foil": 8, "mid": 8, "june": 8, "Not": [8, 10], "later": 8, "lose": 8, "45": [8, 9], "hour": 8, "boast": 8, "still": 8, "faulti": 8, "complet": [8, 10], "joke": 8, "line": [8, 10], "ten": 8, "slow": 8, "nowher": 8, "outer": 8, "pack": 8, "rotten": 8, "arriv": 8, "wash": 8, "shrunk": 8, "bigger": 8, "becaus": 8, "knew": 8, "shrink": 8, "exspect": 8, "frozen": 8, "min": 8, "ruin": 8, "suspect": 8, "deliveri": 8, "overnight": 8, "upset": 8, "knife": 8, "black": 8, "wooden": 8, "disclos": 8, "gone": 8, "match": [8, 10], "kitchen": 8, "quickli": 8, "mcgraw": 8, "hill": 8, "smart": 8, "edit": 8, "were": 8, "detail": [8, 10], "onlin": 8, "flashcard": 8, "rice": 8, "ag": 8, "tast": 8, "ghastli": 8, "revolt": 8, "threw": 8, "ant": [8, 9], "seem": 8, "leftov": 8, "neanderth": 8, "might": 8, "some": [8, 10, 14], "archeolog": 8, "fast": 8, "ship": 8, "unfortun": 8, "upon": [8, 10], "sizabl": 8, "chip": 8, "1000": 8, "grit": 8, "side": 8, "hopefulli": 8, "useabl": 8, "grind": 8, "rx": 8, "fine": 8, "dai": 8, "leak": 8, "beauti": 8, "rug": 8, "roll": 8, "inch": 8, "ridicul": 8, "rememb": 8, "last": [8, 10], "x": [8, 10], "cardboard": 8, "flatten": 8, "eventu": 8, "weight": 8, "flip": 8, "steam": 8, "compani": [8, 10], "tomorrow": 8, "cartridg": 8, "gift": 8, "card": 8, "offic": 8, "depot": 8, "appear": 8, "ll": 8, "fulfil": [8, 10], "pai": 8, "walmart": [8, 10], "25": 8, "amount": [8, 10], "both": 8, "sens": 8, "12": [8, 9, 10], "brand": [8, 10], "polym": 8, "clai": 8, "plasticki": 8, "feel": 8, "hard": 8, "soften": 8, "slightest": 8, "hand": 8, "difficult": 8, "mold": 8, "imposs": 8, "anyth": 8, "halfwai": 8, "certainli": 8, "stick": 8, "kid": 8, "mess": 8, "everyth": 8, "except": [8, 13], "pocket": 8, "usabl": 8, "annoi": 8, "organ": 8, "most": [8, 10], "straight": 8, "its": [8, 10, 12, 14], "own": 8, "fall": 8, "lean": 8, "against": 8, "overal": 8, "lightweight": 8, "cheap": 8, "waist": 8, "sewn": 8, "band": 8, "medium": 8, "waistband": 8, "rib": 8, "front": 8, "tie": 8, "attach": 8, "belt": 8, "dress": 8, "knot": 8, "bottom": 8, "hem": 8, "peel": 8, "short": 8, "finger": 8, "scan": 8, "perfectli": 8, "critic": 8, "od": 8, "appar": 8, "adapt": 8, "glad": 8, "abl": 8, "devic": 8, "ignor": 8, "request": [8, 10], "reliabl": 8, "trust": 8, "roller": 8, "compact": 8, "travel": 8, "appli": 8, "streak": 8, "There": 8, "wide": 8, "piec": 8, "tape": 8, "cut": 8, "unlik": 8, "wipe": 8, "slit": 8, "adhes": 8, "afterward": 8, "back": [8, 15], "dry": 8, "breathabl": 8, "her": 8, "phone": 8, "she": 8, "sturdi": 8, "view": [8, 10], "assum": 8, "silver": 8, "slightli": 8, "worth": 8, "due": 8, "worst": 8, "cabl": 8, "iphon": 8, "stiff": 8, "move": 8, "disconnect": 8, "carefulli": 8, "click": 8, "disturb": 8, "anker": 8, "powerlin": 8, "ii": 8, "backward": 8, "close": 8, "guess": 8, "directli": [8, 17], "replac": [8, 10], "western": 8, "try": 8, "fire": 8, "cuda": 8, "fail": 8, "lost": 8, "displai": 8, "half": 8, "number": [8, 10, 11, 15], "stori": 8, "recommend": 8, "ring": 8, "chose": 8, "referenc": 8, "chart": 8, "ball": 8, "bust": 8, "booster": 8, "miniatur": 8, "schnauzer": 8, "chloe": 8, "ride": 8, "couldn": 8, "dashboard": 8, "truck": 8, "thank": 8, "made": 8, "almost": 8, "done": 8, "too": 8, "wordi": 8, "intens": 8, "describ": [8, 14], "cap": 8, "dumbbel": 8, "gym": 8, "ye": 8, "paid": 8, "someth": 8, "compar": 8, "earlier": 8, "episod": 8, "could": [8, 10], "trip": 8, "nearbi": 8, "often": 8, "goe": 8, "sever": 8, "left": 8, "edg": 8, "regret": 8, "parent": [8, 10], "maxim": [8, 10], "health": [8, 10], "flavor": 8, "fun": 8, "spice": 8, "spici": 8, "boost": 8, "delici": 8, "momma": 8, "creativ": [8, 10], "recip": 8, "wait": 8, "aa": 8, "plate": 8, "snap": 8, "master": [8, 10], "push": 8, "handl": [8, 10], "shut": 8, "sandwich": 8, "maker": 8, "colleg": 8, "simpl": 8, "headach": 8, "clean": 8, "pen": 8, "studi": 8, "relax": 8, "assembl": 8, "turn": 8, "quiet": 8, "bare": 8, "sound": 8, "diffus": 8, "medit": 8, "pick": 8, "toyota": 8, "lexu": 8, "filter": [8, 15], "messi": 8, "drain": 8, "oil": 8, "flow": [8, 10], "until": 8, "knurl": 8, "thread": 8, "clear": [8, 10], "tube": 8, "handi": 8, "direct": [8, 10], "pan": 8, "recycl": 8, "stuf": 8, "properli": 8, "fix": [8, 10], "under": 8, "impress": 8, "insert": 8, "fault": 8, "fyi": 8, "li": 8, "andi": 8, "andrew": 8, "depth": 8, "sunk": 8, "truth": 8, "polit": 8, "arena": 8, "elect": 8, "speak": 8, "lie": 8, "accept": [8, 10], "offici": 8, "apathi": 8, "rampant": 8, "discern": 8, "willing": 8, "glove": 8, "care": 8, "allerg": 8, "nickel": 8, "chlorid": 8, "downfal": 8, "cowork": 8, "compliment": 8, "pair": 8, "home": 8, "haven": 8, "wear": 8, "exactli": [8, 10], "mower": 8, "diff": 8, "far": 8, "sat": 8, "squish": 8, "120": 8, "lb": 8, "husband": 8, "unlock": 8, "dual": 8, "mislead": 8, "lock": 8, "amp": [8, 10], "chines": 8, "wherev": 8, "backup": 8, "expert": 8, "vital": 8, "v": 8, "twin": 8, "grand": 8, "march": 8, "bow": 8, "boi": 8, "carmel": 8, "prici": 8, "redicul": 8, "finish": 8, "sent": 8, "shine": 8, "dimli": 8, "aw": 8, "higher": 8, "drink": 8, "cold": 8, "stylish": 8, "injustic": 8, "harlei": 8, "quinn": 8, "cosplai": 8, "suppos": 8, "earbud": 8, "bag": 8, "torn": 8, "wall": 8, "port": 8, "ear": 8, "hole": 8, "hurt": 8, "bc": 8, "space": 8, "download": 8, "app": 8, "leav": 8, "candl": 8, "lit": 8, "matter": [8, 17], "wors": 8, "zero": 8, "top": 8, "pad": 8, "absolut": 8, "sensit": 8, "skin": 8, "allergi": 8, "soft": 8, "hypoallergen": 8, "absorb": 8, "diaper": 8, "least": 8, "spend": 8, "ever": 8, "coupl": 8, "coffe": 8, "bar": [8, 11], "fairli": 8, "figur": 8, "apart": 8, "curtain": 8, "farmhous": 8, "decor": [8, 11], "speck": 8, "prettier": 8, "glass": 8, "dishwash": 8, "safe": 8, "airtight": 8, "unsuit": 8, "carbon": 8, "water": 8, "soda": 8, "stream": 8, "bottl": 8, "puzzl": 8, "excit": 8, "circl": 8, "paint": 8, "hash": 8, "brown": 8, "entre": 8, "wasn": 8, "amaz": 8, "mre": 8, "larger": 8, "mani": 8, "seen": 8, "rose": 8, "touch": [8, 10], "meh": 8, "That": 8, "forget": 8, "sweat": 8, "everyon": 8, "warm": 8, "comfort": 8, "umbrella": 8, "buyer": 8, "bewar": 8, "send": 8, "random": 8, "disnei": 8, "princess": 8, "snow": 8, "white": 8, "dwarf": 8, "todai": 8, "hair": 8, "mad": 8, "fond": 8, "jaim": 8, "oh": 8, "wise": 8, "cracker": 8, "younger": 8, "told": 8, "wouldn": 8, "pound": 8, "feed": [8, 10], "heavier": 8, "lift": 8, "floor": 8, "switch": 8, "possibl": 8, "couch": 8, "section": 8, "oper": 8, "tri": 8, "tracker": 8, "adequ": 8, "heart": 8, "monitor": 8, "everydai": 8, "walk": 8, "arm": 8, "cant": 8, "wrist": 8, "latch": 8, "slot": 8, "rip": 8, "realiz": 8, "hang": 8, "didnt": 8, "bone": 8, "sock": 8, "shorter": 8, "tighter": 8, "suck": 8, "mondai": 8, "fair": 8, "middl": 8, "potteri": 8, "barn": 8, "chair": 8, "elsewher": 8, "fabul": 8, "nurs": 8, "ukulel": 8, "perfer": 8, "aren": 8, "Its": [8, 11], "string": [8, 10, 13, 14], "misread": 8, "weather": 8, "electr": 8, "plu": 8, "subaru": 8, "forest": 8, "headset": 8, "doesnt": [8, 17], "protect": 8, "screen": 8, "protector": 8, "extrem": 8, "video": 8, "camera": 8, "audio": 8, "ton": 8, "static": [8, 12, 14], "iv": 8, "mic": 8, "unus": 8, "man": 8, "laugh": 8, "excel": 8, "workmanship": 8, "special": 8, "utensil": 8, "dish": 8, "biggest": 8, "noel": 8, "b": 8, "live": 8, "him": 8, "late": 8, "cancel": 8, "email": [8, 10], "10oz": 8, "wore": 8, "4oz": 8, "lite": 8, "fold": 8, "elast": 8, "shade": 8, "anywai": 8, "dimmer": 8, "mode": 8, "ferro": 8, "rod": 8, "striker": 8, "wine": 8, "weird": 8, "wrinkl": 8, "thigh": 8, "area": 8, "casual": 8, "church": 8, "social": 8, "occas": 8, "tight": 8, "dad": 8, "he": 8, "tend": 8, "drop": 8, "airpod": 8, "worri": 8, "break": 8, "textur": 8, "non": 8, "slip": 8, "wont": 8, "surfac": 8, "clip": 8, "mislabel": 8, "blond": 8, "threadripp": 8, "din": 8, "room": 8, "tabl": 8, "toi": 8, "quick": 8, "tip": 8, "unstabl": 8, "mtg": 8, "per": [8, 15], "instead": [8, 15, 17], "97": 8, "common": [8, 10], "serious": 8, "sea": 8, "salt": 8, "mix": 8, "iodin": 8, "desk": 8, "fan": 8, "2017": 8, "element": [8, 15], "closer": 8, "wood": 8, "imagin": 8, "forese": 8, "donat": 8, "thrown": 8, "shaft": 8, "frequenc": 8, "blow": 8, "wife": 8, "bulb": 8, "locat": 8, "internet": 8, "ultim": 8, "block": [8, 10], "summer": 8, "mead": 8, "creameri": 8, "myself": 8, "siobhan": 8, "writer": 8, "chalk": 8, "gritti": 8, "chunki": 8, "photo": 8, "giant": 8, "tell": 8, "obsess": 8, "leg": 8, "sticki": 8, "lid": 8, "struggl": 8, "chees": 8, "puff": 8, "agap": 8, "sexi": 8, "crazi": 8, "freak": 8, "twist": 8, "took": 8, "yike": 8, "capri": 8, "tummi": 8, "skinnier": 8, "sometim": 8, "ass": 8, "tough": 8, "16": [8, 10], "24": [8, 10], "strong": 8, "pleather": 8, "air": 8, "onto": 8, "zipper": 8, "slowli": 8, "undon": 8, "nephew": 8, "birthdai": 8, "caught": 8, "fragil": 8, "moment": 8, "collector": 8, "figurin": 8, "residu": 8, "gross": 8, "refus": 8, "gave": 8, "000": 8, "knock": 8, "puddl": 8, "jumper": 8, "float": 8, "flimsi": 8, "stearn": 8, "washer": 8, "though": 8, "bolt": 8, "stock": 8, "bevel": 8, "skid": 8, "rust": 8, "daystar": 8, "spent": 8, "spa": 8, "maintain": 8, "fulli": 8, "heater": 8, "reduc": 8, "bill": 8, "sun": [8, 11], "sorri": 8, "comment": 8, "longev": 8, "610": 8, "chewi": 8, "prefer": 8, "lack": 8, "ceylon": 8, "cinnamon": 8, "agre": 8, "red": 8, "candi": 8, "bad": 8, "pill": 8, "supplement": 8, "dispens": 8, "hyclean": 8, "market": 8, "therefor": 8, "decept": 8, "glitter": 8, "gel": 8, "million": 8, "shard": 8, "danger": 8, "dim": 8, "insid": 8, "dark": 8, "outsid": 8, "tan": 8, "grei": 8, "bring": 8, "cape": 8, "cod": 8, "weekend": 8, "shelter": 8, "beach": 8, "especi": 8, "carri": 8, "laundri": 8, "situat": 8, "root": 8, "group": 8, "plot": 8, "grab": 8, "attent": 8, "forward": 8, "halloween": 8, "idea": 8, "mom": 8, "adopt": 8, "siames": 8, "siri": 8, "funni": 8, "witti": 8, "entertain": 8, "effort": 8, "rescu": 8, "mainli": 8, "vampir": 8, "seri": 8, "background": 8, "lead": 8, "humid": 8, "dilut": 8, "bang": 8, "bubbl": 8, "bum": 8, "parti": 8, "tonight": 8, "mango": 8, "butter": 8, "And": 8, "sudden": 8, "saw": 8, "myriad": 8, "batt": 8, "must": [8, 10], "flat": 8, "cr": 8, "123": 8, "troubl": 8, "magnet": 8, "detach": 8, "alarm": 8, "snooz": 8, "backlight": 8, "neat": 8, "2nd": 8, "immedi": 8, "duct": 8, "foam": 8, "frame": 8, "cost": 8, "trick": 8, "anywher": 8, "pantri": 8, "closet": 8, "curl": 8, "shed": 8, "mouss": 8, "condition": 8, "shini": 8, "tangl": 8, "whoever": 8, "dunnag": 8, "coverup": 8, "boho": 8, "board": 8, "bent": 8, "fridg": 8, "cosmet": 8, "flaw": 8, "pendant": 8, "feb": 8, "dont": 8, "ju": 8, "rainbow": 8, "born": 8, "hear": 8, "squeaker": 8, "heavi": 8, "chewer": 8, "victori": 8, "retriev": [8, 10], "invest": 8, "cheapli": 8, "retap": 8, "resold": 8, "luck": 8, "happen": 8, "bummer": 8, "thumb": 8, "bath": 8, "polish": 8, "bitter": 8, "stronger": 8, "beat": 8, "repli": 8, "rambuncti": 8, "nightstand": 8, "whatev": 8, "hyper": 8, "yorki": 8, "traumat": 8, "effect": 8, "energi": 8, "nor": 8, "obvious": 8, "system": [8, 10], "scam": 8, "shop": 8, "reciev": 8, "tryin": 8, "hat": 8, "doin": 8, "yr": 8, "classroom": 8, "afraid": 8, "reorder": 8, "fear": 8, "shipment": 8, "yard": 8, "strand": 8, "flash": 8, "fingerprint": 8, "attempt": 8, "abil": 8, "3x": 8, "screw": 8, "strip": 8, "green": 8, "plant": 8, "shrub": 8, "pole": 8, "wrong": 8, "incredibli": 8, "paper": 8, "hanger": 8, "complain": 8, "isnt": 8, "nightmar": 8, "child": 8, "newborn": 8, "adult": 8, "sold": 8, "rude": 8, "unhelp": 8, "faux": 8, "fur": 8, "pom": 8, "either": 8, "tore": 8, "photograph": 8, "aprt": 8, "expos": [8, 10], "inner": 8, "fluff": 8, "graphic": 8, "center": [8, 10], "imag": 8, "famili": 8, "budget": 8, "afford": 8, "bowl": 8, "orang": 8, "heartburn": 8, "stomach": 8, "capsul": 8, "powder": 8, "cupcak": 8, "headphon": 8, "listen": 8, "song": 8, "constantli": 8, "signal": 8, "scale": 8, "met": 8, "wire": 8, "buck": 8, "weaker": 8, "3rd": 8, "experi": 8, "voic": 8, "led": 8, "blink": 8, "judg": 8, "Will": 8, "becom": 8, "necklac": 8, "gem": 8, "clasp": 8, "fell": 8, "combin": 8, "school": 8, "As": 8, "piano": 8, "starter": 8, "artist": 8, "music": 8, "talent": 8, "ey": 8, "coordin": [8, 10], "earli": 8, "pianist": 8, "elderli": 8, "feeder": 8, "io": [8, 10], "although": 8, "confus": 8, "mechan": 8, "fed": 8, "setup": 8, "rel": 8, "insul": 8, "twice": 8, "anymor": 8, "sit": 8, "shelf": 8, "mai": 8, "2020": 8, "past": 8, "soap": 8, "shoe": 8, "glamor": 8, "shelv": 8, "assembli": 8, "stash": 8, "drawer": 8, "procedur": 8, "60": 8, "manner": 8, "wella": 8, "brillianc": 8, "shampoo": 8, "darker": 8, "cheaper": 8, "nearli": 8, "dissatisfi": 8, "featur": [8, 10], "tarnish": 8, "temp": 8, "realist": 8, "beatl": 8, "juic": 8, "advanc": 8, "shell": 8, "jacket": 8, "ski": 8, "normal": 8, "fleec": 8, "liner": 8, "proof": 8, "pacif": 8, "northwest": 8, "bracelet": 8, "sister": 8, "present": 8, "brush": 8, "radiu": 8, "octob": 8, "At": 8, "reloc": 8, "hotel": 8, "wifi": 8, "2018": 8, "messag": [8, 10], "youtub": [8, 10], "success": [8, 10], "router": 8, "commun": 8, "bedroom": 8, "cell": [8, 10], "anyon": 8, "ft": 8, "tree": 8, "trailer": 8, "paperwork": 8, "tag": [8, 10, 11, 12], "deadlin": 8, "reviv": 8, "swim": 8, "mesh": 8, "sad": 8, "stretch": 8, "outfit": 8, "worn": 8, "glu": 8, "oppos": 8, "terrif": 8, "fabric": 8, "belli": 8, "hip": 8, "heel": 8, "exercis": 8, "loungewear": 8, "sarcast": 8, "alon": 8, "asian": 8, "warp": 8, "period": [8, 10], "thick": 8, "contrast": 8, "napkin": 8, "snug": 8, "toe": 8, "cooki": 8, "scout": 8, "ceremoni": 8, "awkward": 8, "counter": 8, "marker": 8, "began": 8, "ink": 8, "unreturn": 8, "everytim": 8, "below": 8, "god": 8, "complaint": 8, "wax": 8, "stuck": 8, "4th": 8, "hose": 8, "metal": 8, "connector": 8, "retain": 8, "wet": 8, "univers": [8, 10], "dodg": 8, "ram": 8, "prai": 8, "holi": 8, "crap": 8, "cliffi": 8, "worker": 8, "pine": 8, "sol": 8, "liquid": 8, "strang": 8, "boot": 8, "footprint": 8, "crush": 8, "surpris": 8, "envelop": 8, "intern": [8, 10], "rattl": 8, "worthless": 8, "incompet": 8, "continu": 8, "dislik": 8, "smash": 8, "thow": 8, "trash": 8, "ident": 8, "vacuum": 8, "poke": 8, "hub": 8, "manufactur": 8, "respond": 8, "promptli": 8, "ask": 8, "huh": 8, "moistur": 8, "defect": 8, "loos": 8, "postpartum": 8, "gonna": 8, "trainer": 8, "farc": 8, "pin": 8, "forgotten": 8, "enclos": 8, "bother": 8, "disgrac": 8, "grandma": 8, "junk": 8, "chew": 8, "puppi": 8, "knaw": 8, "throughout": [8, 10], "updat": [8, 10], "truli": 8, "rope": 8, "teeth": 8, "undersid": 8, "newer": 8, "decreas": 8, "fantast": 8, "garag": 8, "lil": 8, "vendor": 8, "children": 8, "strength": 8, "maneuv": 8, "scratch": 8, "kit": 8, "ikea": 8, "sofa": 8, "contemporari": 8, "sleek": 8, "toddler": 8, "snack": 8, "carv": 8, "slight": 8, "hazard": 8, "melt": 8, "iron": 8, "delic": 8, "ceram": 8, "bonu": 8, "solder": 8, "race": 8, "drone": 8, "micro": 8, "firmwar": 8, "upgrad": 8, "ummmm": 8, "wreath": 8, "fuel": 8, "canist": 8, "mosquito": 8, "repel": 8, "discov": 8, "sign": 8, "thru": 8, "fitbit": 8, "hr": 8, "flex": 8, "agi": 8, "comput": 8, "stone": 8, "mac": 8, "moldi": 8, "cook": 8, "label": [8, 11, 14], "plush": 8, "billion": 8, "world": 8, "probiot": 8, "credibl": 8, "owl": 8, "hell": 8, "histori": 8, "stainless": 8, "steel": 8, "leaf": 8, "steamer": 8, "togeth": [8, 10], "smoothli": 8, "comparison": 8, "pyrex": 8, "width": 8, "opposit": 8, "cabinet": 8, "prescript": 8, "med": 8, "daili": 8, "checklist": 8, "track": 8, "context": 8, "overli": 8, "insight": 8, "suffic": 8, "taller": 8, "11": [8, 10], "shortest": 8, "shorten": 8, "raw": [8, 10], "cashew": 8, "fresh": [8, 10], "disgust": 8, "swamp": 8, "particl": 8, "spec": 8, "transluc": 8, "coca": 8, "cola": 8, "averag": 8, "east": 8, "limb": 8, "session": 8, "kinda": 8, "tricki": 8, "eyeshadow": 8, "yep": 8, "women": 8, "blade": 8, "chop": 8, "pamper": 8, "chef": 8, "zyliss": 8, "certain": [8, 10], "pump": 8, "promis": 8, "axial": 8, "technician": 8, "theori": 8, "spit": 8, "fog": 8, "sexier": 8, "pic": 8, "smooth": 8, "porch": 8, "four": 8, "rectangular": 8, "acryl": 8, "vibrant": 8, "consist": 8, "crack": 8, "yourself": 8, "im": 8, "clump": 8, "bead": 8, "rock": 8, "ground": 8, "clumpi": 8, "wouldnt": 8, "thu": 8, "quirk": 8, "zip": 8, "bulki": 8, "offer": 8, "wedg": 8, "hit": 8, "shirt": 8, "tassel": 8, "broad": 8, "shoulder": 8, "petit": 8, "overs": 8, "sleev": 8, "nonetheless": 8, "6th": 8, "ipad": 8, "whatsoev": 8, "entir": [8, 10], "garbag": 8, "somewher": 8, "mascara": 8, "south": 8, "florida": 8, "smudg": 8, "buildabl": 8, "IT": 8, "paw": 8, "rub": 8, "accessori": 8, "wack": 8, "pillow": 8, "transport": [8, 10], "motorcycl": 8, "guard": 8, "curv": 8, "upper": 8, "gum": 8, "morn": 8, "vinyl": 8, "breast": 8, "450": 8, "letter": 8, "weed": 8, "frustrat": 8, "bunch": 8, "align": 8, "intric": 8, "possibli": 8, "mostli": 8, "painless": 8, "recevi": 8, "significantli": 8, "grandpar": 8, "aunt": 8, "postpon": 8, "s3": 8, "brg": 8, "slide": 8, "wiggl": 8, "hardwar": 8, "burnish": 8, "previous": 8, "dull": 8, "exceedingli": 8, "charger": 8, "behav": 8, "errat": 8, "tech": 8, "dead": 8, "voip": 8, "pot": 8, "cordless": 8, "somewhat": 8, "radio": 8, "literatur": 8, "cpr": 8, "blocker": 8, "talk": 8, "illus": 8, "suppli": 8, "via": 8, "pc": 8, "info": [8, 10, 13], "program": 8, "accuraci": 8, "stabil": 8, "mediocr": 8, "modular": 8, "10x": 8, "iem": 8, "modem": 8, "wi": 8, "fi": 8, "restor": 8, "ac": 8, "reset": [8, 10], "comcast": 8, "ran": 8, "coax": 8, "pedest": 8, "arri": 8, "gui": 8, "solv": [8, 11], "5g": 8, "factori": [8, 13, 14, 15], "netgear": 8, "ac1900": 8, "faster": 8, "greater": [8, 10], "disc": 8, "game": [8, 10], "adventur": 8, "replai": 8, "player": [8, 10], "themselv": 8, "bore": 8, "scoreboard": 8, "humor": 8, "bol": 8, "besid": 8, "overh": 8, "cheep": 8, "sweatshirt": 8, "januari": 8, "25th": 8, "hood": 8, "abus": 8, "hane": 8, "justin": 8, "granddaught": 8, "volleybal": 8, "club": 8, "wed": 8, "third": 8, "shock": 8, "addict": 8, "resist": 8, "cousin": 8, "spot": 8, "swing": 8, "spaciou": 8, "devot": 8, "focus": 8, "point": 8, "growth": 8, "meaning": 8, "relationship": 8, "enjoy": 8, "averi": 8, "avocado": 8, "santa": 8, "ev": 8, "everywher": 8, "neck": 8, "nose": 8, "max": 8, "fewer": 8, "tab": [8, 10], "w": 8, "Of": 8, "gumdrop": 8, "seriou": 8, "rubber": 8, "silicon": 8, "slick": 8, "confid": 8, "frequent": 8, "shield": 8, "impair": 8, "affect": 8, "surround": 8, "flexibl": 8, "lastli": 8, "flap": 8, "180": 8, "degre": 8, "dainti": 8, "ador": 8, "stack": 8, "craftsmanship": 8, "evid": 8, "roman": 8, "alaskan": 8, "hero": 8, "feisti": 8, "intrigu": 8, "steami": 8, "romanc": 8, "bite": 8, "towel": 8, "kept": 8, "wand": 8, "recomend": 8, "laptop": 8, "quart": 8, "drawn": 8, "sprai": 8, "cours": 8, "avoid": 8, "empti": 8, "refil": 8, "nasti": 8, "stain": 8, "southern": 8, "california": 8, "burnt": 8, "caller": 8, "announc": 8, "eras": 8, "major": 8, "cuticl": 8, "idk": 8, "nip": 8, "wonki": 8, "dy": 8, "stretchi": 8, "decis": 8, "uncomfort": 8, "stitch": 8, "50": [8, 9, 10], "produc": 8, "mistaken": 8, "dam": 8, "cutter": 8, "loop": 8, "fasten": 8, "gallon": 8, "bucket": 8, "bug": 8, "pragu": 8, "risk": 8, "sensat": 8, "reaction": 8, "sheet": 8, "st": 8, "proven": 8, "seam": 8, "obviou": 8, "rare": 8, "unusu": 8, "childhood": 8, "investig": 8, "disabl": 8, "illiter": 8, "slaughter": 8, "dyslexia": 8, "hide": 8, "counti": 8, "crime": 8, "brutal": 8, "represent": 8, "polic": 8, "career": 8, "guppi": 8, "wig": 8, "sceptic": 8, "surpass": 8, "natrual": 8, "softgel": 8, "epa": 8, "dha": 8, "formula": 8, "fish": 8, "burp": 8, "lemon": 8, "sick": 8, "2002": 8, "ford": 8, "ranger": 8, "lamp": 8, "chick": 8, "orher": 8, "obscen": 8, "thats": 8, "intent": 8, "unsur": 8, "theres": 8, "caus": [8, 10], "unintent": 8, "asleep": 8, "mirror": 8, "rough": 8, "bump": 8, "tread": 8, "bud": 8, "fuck": 8, "bullshit": 8, "emerg": 8, "real": 8, "costum": 8, "drawstr": 8, "tear": 8, "tho": 8, "lumpi": 8, "kettl": 8, "crawl": 8, "gear": 8, "sand": 8, "tick": 8, "unplug": 8, "notch": 8, "supposedli": 8, "nightlight": 8, "gorilla": 8, "affix": 8, "surprisingli": 8, "yesterdai": 8, "teaspoon": 8, "protein": 8, "shake": 8, "chronic": 8, "potassium": 8, "defici": 8, "acid": 8, "state": 8, "revers": 8, "wellb": 8, "spoon": 8, "measur": 8, "dosag": 8, "overdos": 8, "lethal": 8, "incorrectli": 8, "panel": 8, "bracket": 8, "evenli": 8, "prevent": 8, "nespresso": 8, "accent": 8, "56": 8, "minim": 8, "reduct": 8, "bumper": 8, "shot": [8, 15], "grill": 8, "nub": 8, "grate": 8, "lamin": 8, "duti": 8, "pool": 8, "cue": 8, "oz": 8, "21": 8, "win": 8, "flood": 8, "playabl": 8, "taken": 8, "rotat": 8, "8lb": 8, "hubbi": 8, "guest": 8, "kennedi": 8, "eagerli": 8, "engag": 8, "storylin": 8, "encount": 8, "bounc": 8, "beautifulli": 8, "cake": 8, "tad": 8, "hassl": 8, "WILL": 8, "sunglass": 8, "sunni": 8, "chanc": 8, "pet": 8, "bunni": 8, "smelt": 8, "softer": 8, "street": 8, "wind": 8, "drug": 8, "impur": 8, "ying": 8, "yang": 8, "raven": 8, "smoke": 8, "button": 8, "sorta": 8, "cast": 8, "thousand": 8, "hundr": 8, "actor": 8, "remedi": 8, "brother": 8, "uniqu": [8, 10], "gradi": 8, "collin": 8, "prove": 8, "dream": 8, "woke": 8, "heard": 8, "premis": 8, "nerv": 8, "himself": 8, "welcom": 8, "delusion": 8, "angri": 8, "fight": 8, "admir": 8, "persist": 8, "scare": 8, "hesit": 8, "pace": 8, "readi": 8, "angst": 8, "reconnect": 8, "whinei": 8, "understood": 8, "pushi": 8, "sweet": 8, "henc": 8, "law": 8, "enforc": 8, "vagu": 8, "deserv": 8, "itchi": 8, "snif": 8, "crumbl": 8, "sadli": 8, "search": [8, 10, 15], "portabl": 8, "tuck": 8, "tabletop": 8, "height": 8, "press": 8, "lever": 8, "copic": 8, "bold": 8, "primari": 8, "ciao": 8, "nerf": 8, "battl": 8, "battlefield": 8, "grommet": 8, "repackag": 8, "hue": 8, "knee": 8, "calf": 8, "fot": 8, "wrench": 8, "blender": 8, "lip": 8, "mental": 8, "insan": 8, "recept": 8, "antenna": 8, "whoop": 8, "sweep": 8, "hing": 8, "strain": 8, "auto": [8, 10], "safeti": 8, "58": 8, "piss": 8, "grid": 8, "advis": 8, "dryer": 8, "painstakingli": 8, "sharp": 8, "electron": 8, "thicker": 8, "discolor": 8, "standard": [8, 10], "globe": 8, "wobbl": 8, "attract": 8, "beig": 8, "mat": 8, "grai": 8, "s9": 8, "physic": 8, "40": [8, 10], "hacker": 8, "pixel": 8, "citrat": 8, "magnesium": 8, "colli": 8, "80": 8, "jump": 8, "tub": 8, "stella": 8, "ahead": 8, "fluffiest": 8, "premium": 8, "wal": 8, "mart": 8, "toner": 8, "exceed": 8, "cleaner": 8, "warrant": 8, "nicer": 8, "link": [8, 10], "weak": 8, "breakag": 8, "gasket": 8, "rtv": 8, "sealant": 8, "leakag": 8, "creas": 8, "patchi": 8, "scrub": 8, "makeup": 8, "AT": 8, "hideou": 8, "bbq": 8, "galor": 8, "burner": 8, "sear": 8, "26": [8, 9], "27": [8, 9], "541": 8, "31": 8, "593": 8, "rich": 8, "behind": 8, "shower": 8, "tightli": 8, "garden": 8, "nestl": 8, "michen": 8, "philosoph": 8, "20th": 8, "centuri": 8, "novelist": 8, "tantalizingli": 8, "jew": 8, "arab": 8, "american": 8, "cathol": 8, "dig": 8, "israel": 8, "pain": 8, "modern": 8, "judaism": 8, "palestin": 8, "teapot": 8, "visibl": 8, "repeat": 8, "simpli": 8, "warehous": 8, "speaker": 8, "channel": 8, "splurg": 8, "appl": 8, "bose": 8, "convert": [8, 14], "aux": 8, "withing": 8, "awar": 8, "polici": [8, 10], "suction": 8, "mysteri": 8, "reali": 8, "combo": 8, "pleasantli": 8, "strongest": 8, "complement": 8, "tok": 8, "vent": 8, "reinsert": 8, "cd": 8, "dinosaur": 8, "post": [8, 10], "ownership": 8, "bike": 8, "handlebar": 8, "tighten": 8, "brake": 8, "bicycl": 8, "finicki": 8, "readjust": 8, "shift": 8, "chain": 8, "mention": 8, "nut": 8, "compon": [8, 10], "winter": 8, "dew": 8, "stopper": 8, "marino": 8, "avenu": 8, "men": 8, "cycl": 8, "stood": 8, "yellow": 8, "len": [8, 9], "crook": 8, "mildew": 8, "boo": 8, "smfh": 8, "sooo": 8, "underst": 8, "overst": 8, "face": 8, "deodor": 8, "straightforward": 8, "mixtur": 8, "mask": 8, "blend": 8, "coverag": [8, 10], "novel": 8, "eleanor": 8, "park": 8, "whirlwind": 8, "carnitin": 8, "recoveri": 8, "endur": 8, "liter": 8, "cardstock": 8, "canva": 8, "foot": 8, "arthriti": 8, "ankl": 8, "ampute": 8, "mother": [8, 11], "straighten": 8, "round": 8, "barrel": 8, "holster": 8, "strechi": 8, "filthi": 8, "33": [8, 9], "negativo": 8, "neutro": 8, "positivo": 8, "61": 8, "necesito": [8, 9], "ayud": [8, 9], "una": [8, 9], "tarea": [8, 9], "clasificaci\u00f3n": [8, 9], "lo": [8, 9], "va": [8, 9], "procesar": [8, 9], "ambito": [8, 9], "quiero": [8, 9], "clasifiqu": [8, 9], "la": [8, 9], "categor\u00eda": [8, 9], "por": [8, 9], "favor": [8, 9], "argumenta": [8, 9], "tu": [8, 9], "respuesta": [8, 9], "paso": [8, 9], "explica": [8, 9], "cree": [8, 9], "est\u00e1": [8, 9], "justificada": [8, 9], "elecci\u00f3n": [8, 9], "y": [8, 9], "aseg\u00far": [8, 9], "acaba": [8, 9], "explicaci\u00f3n": [8, 9], "nombr": [8, 9], "clase": [8, 9], "escogido": [8, 9], "como": [8, 9], "correcta": [8, 9], "min\u00fascula": [8, 9], "puntuaci\u00f3n": [8, 9], "incluy": [8, 9], "s\u00f3lo": [8, 9], "\u00fanica": [8, 9], "palabra": [8, 9], "a\u00f1adir": [8, 9], "ninguna": [8, 9], "otra": [8, 9], "afirmaci\u00f3n": [8, 9], "62": 8, "producto": [8, 9], "entrada": 8, "fue": 8, "regalo": 8, "madr": 8, "usa": 8, "moto": 8, "diario": 8, "encantada": 8, "ella": 8, "adem\u00e1": 8, "ser": 8, "bastant": 8, "resistent": 8, "tienen": 8, "m\u00e1": [8, 9], "a\u00f1o": 8, "est\u00e1n": 8, "mui": 8, "bien": 8, "pantalla": 8, "protectora": 8, "f\u00e1cile": 8, "instalar": 8, "vienen": 8, "cajita": 8, "elegant": 8, "mont\u00f3n": 8, "complemento": 8, "instruccion": 8, "sencilla": 8, "pueda": 8, "instalarla": 8, "suma": 8, "facilidad": 8, "ensucian": 8, "mucho": [8, 9], "aguantan": 8, "sopila": 8, "s\u00e9": 8, "si": 8, "aportar\u00e1": 8, "toda": 8, "propiedad": 8, "anuncia": 8, "pero": 8, "ducha": 8, "aumenta": 8, "presi\u00f3n": 8, "tre": [8, 12], "variant": 8, "chorro": 8, "agrad": 8, "refresca": 8, "satisfecho": 8, "aumentar\u00e1": 8, "tien": 8, "mucha": 8, "potencia": 8, "argu": 8, "categora": 8, "trae": 8, "rueda": 8, "pued": 8, "llegar": 8, "tela": 8, "mancha": 8, "f\u00e1cilment": 8, "entri": 8, "tegar": 8, "juego": 8, "estar": 8, "genial": 8, "importa": 8, "tanto": 8, "hecho": 8, "segunda": 8, "mano": 8, "problema": 8, "lleg\u00f3": 8, "incompleto": 8, "banda": 8, "sonora": 8, "ni": 8, "pegatina": 8, "sonor": 8, "a\u00fan": 8, "recibido": 8, "art\u00edculo": 8, "artculo": 8, "lugar": 8, "est\u00e9tica": 8, "buena": 8, "momento": 8, "siguen": 8, "atacando": 8, "bicho": 8, "fuera": 8, "ser\u00eda": 8, "mejor": [8, 9], "llevar": 8, "cerca": 8, "zona": 8, "descanso": 8, "sera": 8, "pensaba": 8, "ke": 8, "seria": 8, "ma": 8, "gordita": 8, "buscaba": 8, "apa\u00f1ar": 8, "ahora": 8, "justito": 8, "726": 8, "alguien": 8, "le": 8, "llegado": 8, "m\u00ed": 8, "mandaron": 8, "mensaj": 8, "k": [8, 11, 15], "llega": 8, "lune": 8, "visto": 8, "desd": 8, "ped\u00ed": 8, "han": 8, "modificado": 8, "descripci\u00f3n": 8, "creo": 8, "ser\u00e1": 8, "britax": 8, "emot": 8, "llevo": 8, "pidiendo": 8, "hace": 8, "mese": 8, "tuvieron": 8, "qui\u00e9n": 8, "interesado": 8, "semejant": 8, "casi": 8, "funcion": 8, "funcionan": 8, "funciona": 8, "calculadora": 8, "reproductor": 8, "m\u00fasica": 8, "contar": 8, "poco": 8, "sirv": 8, "nada": 8, "poder": 8, "mandar": 8, "sm": 8, "cuestan": 8, "dinero": 8, "nadi": 8, "utiliza": 8, "utilizar": 8, "whatsapp": 8, "todo": 8, "tenemo": 8, "necesitamo": 8, "facebook": 8, "usar": 8, "reloj": 8, "necesitar\u00eda": 8, "tarjeta": 8, "sim": 8, "hacer": 8, "llamada": 8, "conectars": 8, "al": 8, "tel\u00e9fono": 8, "eso": 8, "significa": 8, "te": 8, "cobrar\u00e1n": 8, "uno": [8, 12], "cuatro": 8, "euro": 8, "operador": 8, "telefonia": 8, "cada": 8, "mal\u00edsimo": 8, "cent\u00edmetro": 8, "cual": 8, "llegaba": 8, "mu\u00f1eca": 8, "hasta": 8, "casco": 8, "oreja": 8, "correr": 8, "escuchar": 8, "mirar": 8, "hora": 8, "durar\u00e1": 8, "media": [8, 10], "suert": 8, "llegu": 8, "se\u00f1al": 8, "brazo": 8, "decepcionada": 8, "est": 8, "devuelto": 8, "d\u00eda": 8, "tomadura": 8, "pelo": 8, "tamadura": 8, "vitrocer\u00e1mica": 8, "inducci\u00f3n": 8, "compramo": 8, "porqu": 8, "vendedor": 8, "anuncio": 8, "asegura": 8, "induct": 8, "acept": 8, "comp": 8, "esperaba": 8, "luce": 8, "metro": 8, "dice": 8, "tengo": 8, "percha": 8, "pedido": 8, "venido": 8, "sucio": 8, "verdoso": 8, "marfil": 8, "ponen": 8, "descripcion": 8, "terciopelo": 8, "gordo": 8, "ven": 8, "calidad": 8, "scenario": 8, "pasamo": 8, "jugando": 8, "tirar": 8, "bloqu": 8, "hielo": 8, "\u00fanico": 8, "pongo": 8, "contra": 8, "material": 8, "poca": 8, "cumplen": 8, "su": 8, "funci\u00f3n": 8, "nos": 8, "roto": 8, "hai": [8, 9], "compra": 8, "envi\u00f3": 8, "r\u00e1pido": 8, "siempr": 8, "neum\u00e1tico": 8, "quieran": 8, "bal\u00f3n": 8, "tendr\u00e1n": 8, "cojer": 8, "medida": 8, "council": 8, "perfecto": 8, "persona": 8, "mayor": 8, "enrada": 8, "pena": 8, "duraci\u00f3n": 8, "bater\u00eda": 8, "escasa": 8, "durat": 8, "batera": 8, "encaja": 8, "perfectament": 8, "cubr": 8, "desliza": 8, "limpia": 8, "pega": 8, "pl\u00e1stico": 8, "duro": 8, "boton": 8, "lateral": 8, "cubierto": 8, "fuerza": 8, "pulsarlo": 8, "cosa": 8, "convenc": 8, "dibujo": 8, "interior": 8, "deber\u00eda": 8, "completament": 8, "liso": 8, "compr\u00e9": 8, "original": 8, "bmw": 8, "costaron": 8, "esto": 8, "identico": 8, "perfecta": 8, "facil": 8, "durabilidad": 8, "llevan": 8, "tiempo": 8, "identiqu": 8, "cleanli": 8, "bonita": 8, "ajusta": 8, "tlf": 8, "sali\u00f3": 8, "malo": 8, "aunqu": 8, "pone": 8, "precio": 8, "luego": 8, "pagar": 8, "cobran": 8, "compr": 8, "estando": 8, "embarazada": 8, "verdad": 8, "sabria": 8, "pk": 8, "tuve": 8, "salirm": 8, "estria": 8, "aunk": 8, "amiga": 8, "usaron": 8, "salieron": 8, "tampoco": 8, "mejoras": 8, "recomendaria": 8, "bueno": 8, "huel": 8, "ropa": 8, "efecto": 8, "fr\u00edo": 8, "combinado": 8, "mentol": 8, "lubrica": 8, "dura": 8, "demasiado": 8, "acuosa": 8, "buen": 8, "lubricant": 8, "probar": 8, "frio": 8, "sabor": 8, "probado": 8, "otro": 8, "comparar": 8, "valen": 8, "honda": 8, "vendo": 8, "actividad": 8, "ni\u00f1o": 8, "volver\u00eda": 8, "comprar": 8, "encontrado": 8, "utilidad": 8, "dir\u00eda": 8, "quiz\u00e1": 8, "inutilidad": 8, "m\u00eda": 8, "cierto": 8, "conseguido": 8, "utilizarlo": 8, "perdido": 8, "volvera": 8, "ningn": 8, "dira": 8, "despu": 8, "reparacion": 8, "queda": 8, "contento": 8, "abrigo": 8, "cumpl": 8, "calient": 8, "articulo": 8, "poner": 8, "hombro": 8, "sobresalen": 8, "dem\u00e1": 8, "bonito": 8, "acabado": 8, "tabla": 8, "ocurr": 8, "mismo": 8, "varilla": 8, "raya": 8, "mirarlo": 8, "ya": 8, "ven\u00eda": 8, "algo": 8, "tocado": 8, "roce": 8, "caja": 8, "dond": 8, "cuelgan": 8, "seguridad": 8, "desconchar": 8, "montaj": 8, "estilo": 8, "clara": 8, "herramienta": 8, "necesaria": 8, "uso": 8, "iremo": 8, "viendo": 8, "agua": 8, "rosca": 8, "tornillo": 8, "With": 8, "savor": 8, "decepcionado": 8, "cumpli\u00f3": 8, "plazo": 8, "env\u00edo": 8, "era": 8, "necesitaba": 8, "urgent": 8, "colmo": 8, "contacto": 8, "recomiendo": 8, "envo": 8, "cog\u00ed": 8, "amaz\u00f3n": 8, "vino": 8, "lleno": 8, "pelusa": 8, "philip": 8, "devolv\u00ed": 8, "segundo": 8, "pesa": 8, "entrar\u00e9": 8, "vergonzoso": 8, "manera": 8, "entregan": 8, "rota": 8, "vario": 8, "sitio": 8, "abierta": 8, "lado": 8, "impropio": 8, "escritura": 8, "sobr": 8, "teniendo": 8, "cuenta": 8, "relacci\u00f3n": 8, "arreglillo": 8, "casa": 8, "cuando": 8, "corto": 8, "luz": 8, "oscura": 8, "libera": 8, "trabajar": 8, "realment": 8, "vale": 8, "intensidad": 8, "intermitencia": 8, "roja": 8, "atra": 8, "fallo": 8, "dir\u00e9": 8, "pilar": 8, "recarg": 8, "sean": 8, "tama\u00f1o": 8, "estandar": 8, "pila": 8, "alg\u00fan": 8, "dia": 8, "estropean": 8, "desconozco": 8, "podr\u00e1n": 8, "encontrar": 8, "facilment": 8, "espero": 8, "duren": 8, "foto": 8, "completo": 8, "funcionaba": 8, "devolv": 8, "placa": 8, "mecanismo": 8, "devoluci\u00f3n": 8, "correctament": 8, "grabado": 8, "parec": [8, 9], "mala": 8, "resoluci\u00f3n": 8, "meno": 8, "dejado": 8, "funcionar": 8, "primero": 8, "descarga": 8, "bateria": 8, "aun": 8, "siquiera": 8, "carga": 8, "solicitado": 8, "garantia": 8, "respondan": 8, "pronto": 8, "devuelven": 8, "supuestament": 8, "arreglado": 8, "realidad": 8, "exactament": 8, "vuelta": 8, "empezar": 8, "garant\u00eda": 8, "garanta": 8, "papel": 8, "sigu": 8, "siendo": 8, "actualizado": 8, "necesita": 8, "terreno": 8, "regar": 8, "80m2": 8, "roda": 8, "detra": 8, "seto": 8, "teem": 8, "todav\u00eda": 8, "muebl": 8, "sal\u00f3n": 8, "previsto": 8, "envio": 8, "saber": 8, "cu\u00e1ndo": 8, "llegar\u00e1": 8, "todava": 8, "darl": 8, "vece": 8, "m\u00e1ximo": 8, "sequ": 8, "zapatilla": 8, "apariencia": 8, "floja": 8, "encuentro": 8, "c\u00f3moda": 8, "culpa": 8, "n\u00famero": 8, "habitualment": 8, "calzo": 8, "deportiva": 8, "amplio": 8, "intent\u00e9": 8, "solucionar": 8, "plantilla": 8, "as\u00ed": 8, "resulta": 8, "inc\u00f3modo": 8, "volvies": 8, "comprarlo": 8, "pedir\u00eda": 8, "talla": 8, "correcto": 8, "acord\u00e9": 8, "anunciado": 8, "clasif": 8, "minscula": 8, "venia": 8, "envuelta": 8, "abrirla": 8, "estaba": 8, "plastico": 8, "atarla": 8, "hilo": 8, "gafa": 8, "proteccion": 8, "tapon": 8, "nunca": 8, "encuentra": 8, "echo": 8, "gustan": 8, "esponja": 8, "comoda": 8, "aislan": 8, "compreso": 8, "ao": 8, "espon": 8, "rompi\u00f3": 8, "pieza": 8, "central": 8, "enrollan": 8, "cuerda": 8, "puse": 8, "ventosa": 8, "lleva": 8, "juguet": 8, "shit": 8, "porqueria": 8, "semana": 8, "estava": 8, "oxidada": 8, "hice": 8, "curado": 8, "sarten": 8, "pesima": 8, "externa": 8, "excelent": 8, "peso": 8, "lleve": 8, "m\u00f3vil": 8, "extraordinari": 8, "mayor\u00eda": 8, "positiva": [8, 9], "falsa": 8, "solo": 8, "leerla": 8, "fecha": 8, "publicaci\u00f3n": 8, "comentan": 8, "auricular": 8, "echa": 8, "grave": 8, "potent": 8, "pedir": 8, "falta": 8, "funcionen": 8, "fals": [8, 11, 16], "cargador": 8, "forma": 8, "enchuf": 8, "dobl": 8, "estrecho": 8, "tapa": 8, "busca": 8, "colchon": 8, "tardo": 8, "mal\u00edsima": 8, "da\u00f1ado": 8, "oxidado": 8, "faltando": 8, "atenci\u00f3n": 8, "tenido": 8, "medi": 8, "pq": 8, "dicen": 8, "aparecen": 8, "daado": 8, "tal": 8, "abierto": 8, "valoraci\u00f3n": 8, "\u00e9l": 8, "estado": 8, "s\u00ed": 8, "baja": 8, "salida": 8, "rca": 8, "anal\u00f3gica": 8, "funcionado": 8, "llego": 8, "dar": 8, "hubiera": 8, "tempo": 8, "c\u00f3modo": 8, "antideslizant": 8, "ligero": 8, "anti": 8, "discrimin": 8, "caen": 8, "ojo": 8, "elegir": 8, "aut\u00e9ntica": 8, "porquer\u00eda": 8, "porquera": 8, "faltaba": 8, "barrita": 8, "enga\u00f1o": 8, "mesa": 8, "pliega": 8, "establ": 8, "dejar": 8, "fijo": 8, "tecleando": 8, "manejando": 8, "mundo": 8, "pata": 8, "adaptador": 8, "ayuda": 8, "duran": 8, "rallada": 8, "naranja": 8, "pon\u00eda": 8, "rosa": 8, "pona": 8, "cortar": 8, "celo": 8, "automaticament": 8, "mientra": 8, "fant\u00e1stico": 8, "brillant": 8, "gent": 8, "ponga": 8, "cartel": 8, "supongo": 8, "obligatoria": 8, "despu\u00e9": 8, "impos": 8, "conectar": 8, "ning\u00fan": 8, "dispositivo": 8, "gran": 8, "resistencia": [8, 11], "ocupar": 8, "espacio": [8, 9], "recomendar\u00eda": 8, "libro": 8, "historia": 8, "mediev": 8, "interesant": 8, "ilustrado": 8, "adecuado": 8, "tamao": 8, "muev": 8, "encied": 8, "toca": 8, "freno": 8, "mue": 8, "loc": 8, "encant\u00f3": 8, "lego": 8, "acierto": 8, "gustado": 8, "\u00faltimo": 8, "hermana": 8, "trilog\u00eda": 8, "supuesto": 8, "triloga": 8, "spite": 8, "encienden": 8, "mitad": 8, "symbol": 8, "fina": 8, "protecci\u00f3n": 8, "carro": 8, "jane": 8, "muun": 8, "e\u00f1": 8, "cabezero": 8, "saco": 8, "rigida": 8, "estrecha": 8, "enca": 8, "consta": 8, "cartucho": 8, "vac\u00edo": 8, "vaco": 8, "pantal\u00f3n": 8, "desti\u00f1": 8, "manchado": 8, "s\u00e1bana": 8, "verd": 8, "primer": 8, "manchad": 8, "mision": 8, "medir": 8, "cualquier": 8, "angulo": 8, "peque\u00f1o": 8, "auxiliar": 8, "regla": 8, "rapido": 8, "embalado": 8, "pequeo": 8, "veo": 8, "perro": 8, "pile": 8, "hubies": 8, "rollo": 8, "largo": 8, "aprovecharlo": 8, "rolla": 8, "hacen": 8, "delantera": 8, "ilumina": 8, "much\u00edsimo": 8, "incluso": 8, "nivel": 8, "bajo": 8, "trasera": 8, "much\u00edsima": 8, "distancia": 8, "autonomia": 8, "sencillo": 8, "recomendo": 8, "gracia": 8, "bombilla": 8, "pasada": 8, "pel\u00edcula": 8, "cambia": 8, "s\u00faper": 8, "varia": 8, "modalidad": 8, "modo": 8, "lectura": 8, "desayuno": 8, "disco": 8, "pelcula": 8, "sper": 8, "practico": 8, "debe": 8, "oxidar": 8, "engancha": 8, "grifo": 8, "inferior": 8, "desplaza": 8, "enganch": 8, "prominent": 8, "estant": 8, "quedar\u00e1n": 8, "separado": 8, "pare": 8, "caer\u00e1n": 8, "detr\u00e1": 8, "fu": 8, "increibl": 8, "contenti": 8, "exacto": 8, "queja": 8, "cambio": 8, "tard": 8, "mal": 8, "entregaron": 8, "paquet": 8, "acordado": 8, "desplazarm": 8, "buscarlo": 8, "pagando": 8, "servicio": 8, "puerta": 8, "correo": 8, "primera": 8, "vez": 8, "seguido": 8, "opini\u00f3n": 8, "dispensador": 8, "contest\u00f3": 8, "preguntarm": 8, "dije": 8, "vuelto": 8, "dado": 8, "solucion": 8, "intentado": 8, "buscarla": 8, "averiguar": 8, "falla": 8, "destacar": 8, "empezado": 8, "oxidars": 8, "raro": 8, "clarament": 8, "acero": 8, "inoxid": 8, "tecnolog\u00eda": 8, "nuestra": 8, "papelera": 8, "basura": 8, "tambi\u00e9n": 8, "sensor": 8, "proximidad": 8, "apertura": 8, "autom\u00e1tica": 8, "qued": 8, "arriesgu": 8, "jab\u00f3n": 8, "princip": 8, "caracter\u00edstica": 8, "ventaja": 8, "pringa": 8, "tener": 8, "llena": 8, "aproximar": 8, "activa": 8, "f\u00e1cil": 8, "dispon": 8, "sirven": 8, "graduar": 8, "pulsando": 8, "podemo": 8, "encenderlo": 8, "apagarlo": 8, "efect\u00faa": 8, "superior": 8, "tap\u00f3n": 8, "tipo": 8, "van": 8, "incluida": 8, "tecnologa": 8, "relaci\u00f3n": 8, "solucion\u00f3": 8, "satisfi": 8, "cierr": 8, "tira": 8, "endebl": 8, "resistieran": 8, "tir\u00f3n": 8, "molestan": 8, "suficient": 8, "rodar": 8, "maneta": 8, "rodamiento": 8, "fluido": 8, "ocasi\u00f3n": 8, "cr\u00edtica": 8, "praxi": 8, "lleguen": 8, "rajada": 8, "precinto": 8, "comienzo": 8, "a\u00f1adimo": 8, "probarlo": 8, "canal": 8, "izquierdo": 8, "pue": 8, "pasa": 8, "cero": 8, "patatero": 8, "crtica": 8, "conecta": 8, "toma": 8, "coch": 8, "enviar": 8, "musica": 8, "movil": 8, "empareja": 8, "puesto": 8, "conectado": 8, "alimentarlo": 8, "volumen": 8, "alto": 8, "cargando": 8, "contenta": 8, "rapidez": 8, "prestacion": 8, "speed": 8, "\u00fatil": 8, "apena": 8, "ensucia": 8, "limpiar": 8, "teclado": 8, "funda": 8, "proteg": 8, "venden": 8, "tienda": 8, "instalaci\u00f3n": 8, "pr\u00e1ctica": 8, "bajar": 8, "dejarlo": 8, "hab\u00eda": 8, "pinchado": 8, "probamo": 8, "pie": 8, "dobla": 8, "nuevo": 8, "haba": 8, "f\u00e1c": 8, "presencia": 8, "goma": 8, "pod\u00eda": 8, "tomar": 8, "nota": 8, "funcionando": 8, "cuesta": 8, "tensor": 8, "principio": 8, "finalment": 8, "quedaba": 8, "suficientement": 8, "tensa": 8, "ca\u00edda": 8, "quedaban": 8, "misma": 8, "altura": 8, "soport": 8, "decid\u00ed": 8, "tensar": 8, "resultado": [8, 9], "aprecia": 8, "refuerzo": 8, "costura": 8, "finament": 8, "aflojarlo": 8, "ligerament": 8, "evitar": 8, "terminas": 8, "romper": 8, "p\u00e9simo": 8, "andar": 8, "lona": 8, "colocado": 8, "35": [8, 9], "parec\u00eda": 8, "iba": 8, "encanto": 8, "estrenar": 8, "lengueta": 8, "demostraba": 8, "habia": 8, "usado": 8, "electronica": 8, "demostra": 8, "saben": 8, "encargado": 8, "haber": 8, "viern": 8, "haya": 8, "camino": 8, "debera": 8, "penoso": 8, "deficient": 8, "compara": 8, "marca": 8, "bot\u00f3n": 8, "apagado": 8, "encendido": 8, "desprendido": 8, "impidiendo": 8, "utilizaci\u00f3n": 8, "fondo": 8, "maleta": 8, "ideal": 8, "joven": 8, "capacidad": 8, "rin": 8, "parecida": 8, "volv\u00ed": 8, "volv": 8, "botella": 8, "butano": 8, "cometido": 8, "superfici": 8, "cubeta": 8, "delicada": 8, "simplement": 8, "usando": 8, "tenedor": 8, "estropeada": 8, "entranc": 8, "cube": 8, "muchsima": 8, "fucnion": 8, "descontento": 8, "embalaj": 8, "dentro": 8, "alguna": 8, "solicitar\u00e9": 8, "avenido": 8, "champu": 8, "provado": 8, "Into": 8, "lindo": 8, "pude": 8, "sudadera": 8, "sudad": 8, "fr\u00e1gil": 8, "regula": 8, "palanca": 8, "salio": 8, "disparada": 8, "d\u00e1ndose": 8, "sujeta": 8, "dicho": 8, "sistema": 8, "riego": 8, "diferent": 8, "manguera": 8, "opcion": 8, "hijo": 8, "encantado": 8, "skateboard": 8, "temperatura": 8, "ponemo": 8, "vida": 8, "totalment": 8, "distinta": 8, "fiar": 8, "ordenador": 8, "reconoc": 8, "leyendo": 8, "comprador": 8, "sabia": 8, "esperar": 8, "pens": 8, "quedaria": 8, "cerrado": 8, "fruto": 8, "seco": 8, "almendra": 8, "principalment": 8, "queria": 8, "transportarla": 8, "manzana": 8, "platano": 8, "unico": 8, "velcro": 8, "tuvies": 8, "veria": 8, "seguro": 8, "posiblement": 8, "haga": 8, "apa\u00f1o": 8, "casero": 8, "es": 8, "entreg\u00f3": 8, "quis": 8, "reembolso": 8, "cargo": 8, "aparatosa": 8, "tallaj": 8, "el\u00e1stico": 8, "encima": 8, "enviado": 8, "ello": 8, "peque\u00f1a": 8, "pequea": 8, "escucha": 8, "conectando": 8, "puerto": 8, "desconectan": 8, "palo": 8, "ir": 8, "carg\u00e1ndolo": 8, "salva": 8, "port\u00e1til": 8, "le\u00ed": 8, "dec\u00edan": 8, "modelo": [8, 9], "lenovo": 8, "conoc\u00eda": 8, "gusto": 8, "lento": 8, "decan": 8, "conocencia": 8, "golp": 8, "brusco": 8, "caida": 8, "intacto": 8, "proteja": 8, "m\u00f3": 8, "azufr": 8, "osea": 8, "regular": 8, "funcionamia": 8, "trilogia": 8, "leer": 8, "dise\u00f1o": 8, "atractivo": 8, "emparejan": 8, "sonido": 8, "enlatado": 8, "acostumbrado": 8, "sincerament": 8, "escuchan": 8, "cuanto": 8, "soi": 8, "exigent": 8, "costumbrado": 8, "capaz": 8, "ponerlo": 8, "funcionamiento": 8, "pilla": 8, "sobrino": 8, "atr\u00e1": 8, "quier": 8, "guardarla": 8, "plegar": 8, "medio": 8, "adulto": 8, "r\u00e1pid": 8, "realizada": 8, "recomendaci\u00f3n": 8, "especializada": 8, "aparato": 8, "sobradament": 8, "preciso": 8, "manejo": 8, "venta": 8, "hablan": 8, "125": 8, "mandan": 8, "decirlo": 8, "llama": 8, "equivocaci\u00f3n": 8, "tra\u00eda": 8, "comprado": 8, "nica": 8, "nic": 8, "habl\u00e9": 8, "quiso": 8, "soluci\u00f3n": 8, "timo": 8, "directament": 8, "abr": 8, "escucharlo": 8, "suena": 8, "ltimo": 8, "esquina": 8, "faltan": 8, "par": 8, "bloqueador": 8, "saludo": 8, "apilar": 8, "lata": 8, "consumo": 8, "orden": 8, "cuidado": 8, "desbordan": 8, "cumplir": 8, "misi\u00f3n": 8, "colocar": 8, "tiend": 8, "caers": 8, "obstaculiza": 8, "movimiento": 8, "fila": 8, "diseo": 8, "hemo": 8, "podido": 8, "beb\u00e9": 8, "indecisa": 8, "comparaci\u00f3n": 8, "merec": 8, "grabar": 8, "latido": 8, "satisfecha": 8, "urgencia": 8, "encuentr": 8, "catit": 8, "funcionara": 8, "comer": 8, "salvar": 8, "biem": 8, "fiesta": 8, "compremo": 8, "nio": 8, "cantidad": 8, "ofrec": 8, "costaba": 8, "pr\u00e1cticament": 8, "300": 8, "puedo": 8, "utilizarla": 8, "multitud": 8, "animado": 8, "pierd": 8, "est\u00e9": 8, "cabo": 8, "hinchada": 8, "volver": 8, "meterl": 8, "vamo": 8, "viaj": 8, "razon": 8, "entrega": 8, "sido": 8, "r\u00e1pida": 8, "condicion": 8, "rapid": 8, "necesitan": 8, "pr\u00e1ctico": 8, "desconfiguran": 8, "dejan": 8, "o\u00edr": 8, "raz\u00f3n": 8, "hidrata": 8, "usandolo": 8, "diariament": 8, "sorprendent": 8, "relacion": 8, "justa": 8, "hydrat": 8, "sprang": 8, "kilo": 8, "fij\u00e9": 8, "dato": 8, "ti": 8, "atx": 8, "tenga": [8, 9], "montar": 8, "component": 8, "avec": 8, "virguer\u00eda": 8, "ensamblar": 8, "pide": 8, "boca": 8, "sale": 8, "habitaci\u00f3n": 8, "velocidad": 8, "cae": 8, "dr\u00e1sticament": 8, "probablement": 8, "alguno": 8, "ocurr\u00eda": 8, "estandard": 8, "asu": 8, "experimentado": 8, "reconfigurar": 8, "equipo": 8, "na": 8, "fin": [8, 10], "acc": 8, "configuraci\u00f3n": 8, "compleja": 8, "teng": 8, "bola": 8, "volver\u00e9": 8, "cubrir": 8, "sof\u00e1": 8, "hoi": 8, "septiembr": 8, "todavia": 8, "hicieron": 8, "gustar\u00eda": 8, "rcibido": 8, "gustara": 8, "economico": 8, "acopla": 8, "caido": 8, "aguanta": 8, "tom": 8, "econom": 8, "esactament": 8, "q": 8, "te\u00f1ir": 8, "pastel": 8, "tarta": 8, "teir": 8, "punto": 8, "vista": 8, "fea": 8, "gana": 8, "barata": 8, "punta": 8, "rompen": 8, "delet": [8, 10], "az\u00facar": 8, "pegado": 8, "m\u00e1quina": 8, "algodon": 8, "azcar": 8, "esperado": 8, "adiccion": 8, "adiccionada": 8, "recopilatorio": 8, "decoraci\u00f3n": 8, "transparent": 8, "retira": 8, "da\u00f1ar": 8, "pintura": 8, "cart\u00f3n": 8, "transpar": 8, "daar": 8, "cart": 8, "deja": 8, "bord": 8, "cuchilla": 8, "merkur": 8, "tajo": 8, "controlar": 8, "tacto": 8, "mono": 8, "inhal\u00e1mbrico": 8, "alimentaci\u00f3n": 8, "prevista": 8, "precintado": 8, "curioso": 8, "caratula": 8, "libreto": 8, "ingl": 8, "indican": 8, "doblado": 8, "espa\u00f1ol": 8, "di\u00e1logo": 8, "tenia": 8, "duda": 8, "im\u00e1gen": 8, "indicado": 8, "anteriorment": 8, "pregunta": 8, "cargarlo": 8, "ps4": 8, "asegurarm": 8, "devolverlo": 8, "caso": 8, "claro": 8, "adelant": 8, "juegu": 8, "emitir\u00e9": 8, "aparec": 8, "entregado": 8, "pens\u00e9": 8, "respond\u00eda": 8, "responda": 8, "pincho": 8, "pasan": 8, "encanta": 8, "sujetar": 8, "cuml": 8, "regalar": 8, "defectuoso": 8, "adema": 8, "tecla": 8, "seg\u00fan": 8, "servia": 8, "bosch": 8, "fenomen": 8, "segn": 8, "segund": 8, "tercera": 8, "publico": 8, "proyector": 8, "p\u00e9sima": 8, "querido": 8, "publicar": 8, "fi\u00e1ndom": 8, "misteriosament": 8, "escribir": 8, "fallida": 8, "empezaron": 8, "decena": 8, "comentario": 8, "acerca": 8, "consejo": 8, "fi\u00e9i": 8, "adquir\u00e1i": 8, "chino": 8, "perfecci\u00f3n": 8, "necessari": 8, "categor": 8, "tr\u00edpode": 8, "har\u00eda": 8, "viniera": 8, "poderlo": 8, "c\u00f3modament": 8, "protegido": 8, "trabajo": 8, "hara": 8, "traba": 8, "estupendo": 8, "regalito": 8, "funcciona": 8, "gra": 8, "seguir": 8, "escribiendo": 8, "alternativa": 8, "oficial": 8, "tirado": 8, "comodidad": 8, "memoria": 8, "posicion": 8, "necesario": 8, "directo": 8, "patchwork": 8, "separador": 8, "sujetan": 8, "desastr": 8, "bolsa": 8, "separadador": 8, "utilizando": 8, "anzuelo": 8, "accesorio": 8, "tosco": 8, "enganchan": 8, "d\u00e9bil": 8, "debil": 8, "imperm": 8, "mesita": 8, "caben": 8, "letra": 8, "numero": 8, "humedad": 8, "til": 8, "plant\u00e9": 8, "creci\u00f3": 8, "cajon": 8, "plancha": 8, "indiqu": 8, "\u00faltima": 8, "indicada": 8, "propia": 8, "ltima": 8, "prop": 8, "corrient": 8, "dispar": 8, "enano": 8, "ofrecieron": 8, "ofreci": 8, "ahorro": 8, "respecto": 8, "entretenido": 8, "ejemplo": 8, "conoc": 8, "metodo": 8, "aplicarlo": 8, "rapidament": 8, "muu": 8, "retraso": 8, "remat": 8, "normalito": 8, "63": 8, "64": 8, "65": 8, "600": 8, "tiemp": 8, "iso": [8, 10], "textarea": 8, "swab": 8, "illeg": 8, "textual": 8, "password": 8, "enrol": 8, "posi": 8, "clasifi": 8, "vacun": 8, "desti": 8, "mu": 8, "ayudar": 8, "resisteran": 8, "snag": 8, "usaci\u00f3n": 8, "qu": 8, "devolut": 8, "die": 8, "mangu": 8, "positiv": 8, "tap": 8, "posibl": 8, "cla": 8, "passag": 8, "spongo": 8, "liar": 8, "conclus": 8, "acud": 8, "recopil": 8, "senc": 8, "inhal": 8, "tastier": 8, "crculo": 8, "aqu": 8, "reader": 8, "66": 8, "67": 8, "68": 8, "tresvariant": 8, "refr": 8, "tejido": 8, "522": 8, "ped": 8, "phobia": 8, "uninga": 8, "mirarl": 8, "garantiza": 8, "terraform": 8, "sete": 8, "fastest": 8, "resembl": [8, 11], "anunci": 8, "commentan": 8, "medica": 8, "antidepress": 8, "drew": 8, "titud": 8, "libor": 8, "enchant": 8, "vaccinar": 8, "delant": 8, "mountain": 8, "nosotro": 8, "thecierr": 8, "pe": 8, "rode": 8, "au": 8, "abras": 8, "encant": 8, "spell": 8, "fund": 8, "regul": 8, "forc": 8, "ga": 8, "dandria": 8, "decierr": 8, "pequena": 8, "msica": 8, "carg": 8, "precis": 8, "sab": 8, "poda": 8, "\u00e9": 8, "esquin": 8, "fool": 8, "consumpt": 8, "practic": 8, "moreov": 8, "pegat": 8, "perch": 8, "rooster": 8, "tamana": 8, "dr\u00e1stic": 8, "miguel": 8, "sabera": 8, "acuerdo": 8, "devista": 8, "punt": 8, "retir": 8, "suffoc": 8, "receptor": 8, "profession": 8, "knowledg": [8, 10], "trpode": 8, "unregalito": 8, "Their": 8, "despit": 8, "indiana": 8, "69": 8, "70": 8, "71": 8, "852": 8, "dando": 8, "deseaba": 8, "creativo": 8, "dd": 8, "telefono": 8, "camara": 8, "dejo": 8, "tramitar": 8, "pedian": 8, "devolviera": 8, "mandaban": 8, "convenient": 8, "vien": 8, "mensajero": 8, "traerm": 8, "estropeado": 8, "podia": 8, "quedar": 8, "ando": 8, "fr\u00eda": 8, "justo": 8, "tupper": 8, "kong": 8, "vuela": 8, "traen": 8, "listo": 8, "unregalo": 8, "conella": 8, "aparentement": 8, "venir": 8, "t\u00e1ctil": 8, "embargo": 8, "fui": 8, "adhiriera": 8, "despegado": 8, "inexperiencia": 8, "qued\u00f3": 8, "adherido": 8, "ah\u00ed": 8, "exceso": 8, "confianza": 8, "expuesta": 8, "reservado": 8, "tercer": 8, "cristal": 8, "sobra": 8, "monton": 8, "iban": [8, 10], "llevaba": 8, "mota": 8, "polvo": 8, "fabrica": 8, "insalv": 8, "instalacion": 8, "globo": 8, "inchar": 8, "valvula": 8, "absoluto": 8, "prop\u00f3sito": 8, "prenda": 8, "ligera": 8, "abren": 8, "encantando": 8, "cund": 8, "nutr": 8, "rostro": 8, "margen": 8, "negra": 8, "mm": 8, "doi": 8, "estrella": 8, "ancho": 8, "smartphon": 8, "antigolp": 8, "manual": 8, "toallita": 8, "detal": 8, "coment\u00e9": 8, "inodoro": 8, "anclaj": 8, "gira": 8, "pretend": 8, "apretarla": 8, "romp": 8, "caro": 8, "2euro": 8, "pasado": 8, "beneficio": 8, "altavoz": 8, "colegio": 8, "llegaron": 8, "eran": 8, "marcaban": 8, "oferta": 8, "inclu\u00edan": 8, "junta": 8, "p\u00e1gina": 8, "comprarla": 8, "sino": 8, "disfraz": 8, "entra": 8, "arriba": 8, "traje": 8, "m\u00e1scara": 8, "l\u00e1tex": 8, "gruesa": 8, "doblada": 8, "deform": 8, "peor": 8, "deber\u00edan": 8, "dart": 8, "pon\u00e9rtelo": 8, "espanto": 8, "carnav": 8, "bazar": 8, "u\u00f1a": 8, "complexi\u00f3n": 8, "fuert": 8, "estar\u00eda": 8, "verlo": 8, "ver": 8, "sigui": 8, "asa": 8, "sube": 8, "marco": 8, "invad": 8, "quedan": 8, "burbuja": 8, "instalado": 8, "sensaci\u00f3n": 8, "obedec": 8, "quitarlo": 8, "valor": 8, "golpeado": 8, "dar\u00e1": 8, "conocimiento": 8, "agencia": 8, "Nos": 8, "quedarno": 8, "malisima": 8, "deforma": 8, "sucia": 8, "establecido": 8, "f": 8, "desconectando": 8, "magn\u00edfico": 8, "recib": 8, "quedado": 8, "estabilidad": 8, "recorrido": 8, "pagado": 8, "anterior": 8, "pensando": 8, "estrenarlo": 8, "proced": 8, "opci\u00f3n": 8, "reserva": 8, "rapidisimo": 8, "empresa": 8, "cerdito": 8, "suelto": 8, "limado": 8, "cierta": 8, "obviament": 8, "expon": 8, "exig": 8, "ttulo": 8, "portada": 8, "direcci\u00f3n": 8, "enfocar": 8, "c\u00e1mara": 8, "moverla": 8, "enfoqu": 8, "imagen": 8, "escrito": 8, "trataba": 8, "calcul\u00e9": 8, "llegara": 8, "esper": 8, "wd": 8, "defrauda": 8, "desafortunadament": 8, "bloquea": 8, "reacciona": 8, "vuelv": 8, "bloquear": 8, "procedido": 8, "utilizado": 8, "oportunidad": 8, "hablar": 8, "pesado": 8, "sient": 8, "firm": 8, "franja": 8, "deslic": 8, "ubica": 8, "azul": 8, "coloca": 8, "cargar": 8, "parpadean": 8, "lentament": 8, "apagan": 8, "definitivament": 8, "agradec": 8, "noch": 8, "est\u00e9ticament": 8, "informar\u00e9": 8, "estaria": 8, "fues": 8, "hueco": 8, "tsn": 8, "colgado": 8, "pint": 8, "labio": 8, "conexi\u00f3n": 8, "dan": 8, "toqu": 8, "chic": 8, "dej\u00e9": 8, "guiar": 8, "triunfazo": 8, "met\u00e1lico": 8, "robustez": 8, "micr\u00f3fono": 8, "usaba": 8, "aconsejo": 8, "pongai": 8, "torr": 8, "antigua": 8, "milagro": 8, "jeje": 8, "usar\u00e9": 8, "portatil": 8, "conectarl": 8, "microfono": 8, "editar": 8, "necesitara": 8, "aspirador": 8, "\u00e9ste": 8, "adicionalment": 8, "incomod\u00edsimo": 8, "habitu": 8, "fatal": 8, "dejaron": 8, "minuto": 8, "emit": 8, "pitido": 8, "molesto": 8, "decepci\u00f3n": 8, "maravilla": 8, "estan": 8, "construyendo": 8, "didactico": 8, "pensar": 8, "desarrollar": 8, "creatividad": 8, "asi": 8, "acertado": 8, "incomod": 8, "grosor": 8, "aporta": 8, "sr": 8, "uni\u00f3n": 8, "fino": 8, "indica": 8, "gorro": 8, "plata": 8, "sabemo": 8, "quemado": 8, "hoja": 8, "c\u00edrculo": 8, "rojo": 8, "pintando": 8, "peg\u00e1ndola": 8, "campamento": 8, "pidieron": 8, "llevara": 8, "rotulador": 8, "acrilico": 8, "manualidad": 8, "pintar": 8, "taza": 8, "piedra": 8, "pintan": 8, "tono": 8, "salita": 8, "cine": 8, "suav": 8, "75cm": 8, "mio": 8, "rodean": 8, "tele": 8, "flojo": 8, "cinta": 8, "pegar": 8, "aguantara": 8, "cortahilo": 8, "bordar": 8, "parecen": 8, "edici\u00f3n": 8, "cuidada": 8, "rasgu\u00f1o": 8, "destaca": 8, "entr": 8, "colecci\u00f3n": 8, "vinilo": 8, "mont": 8, "espera": 8, "ilusi\u00f3n": 8, "ojito": 8, "pintada": 8, "revisar": 8, "empaquetarlo": 8, "coincid": 8, "mil\u00edmetro": 8, "succi\u00f3n": 8, "us\u00e9": 8, "sustituir": 8, "ten\u00eda": 8, "empaquetado": 8, "bote": 8, "trasport": 8, "seur": 8, "milmetro": 8, "centmetro": 8, "incre\u00edbl": 8, "innovador": 8, "encend\u00ed": 8, "apagu\u00e9": 8, "volvi\u00f3": 8, "encend": 8, "voi": 8, "nueva": 8, "suelo": 8, "r\u00edgido": 8, "art": 8, "precioso": 8, "coleccionista": 8, "salir": 8, "jugon": 8, "ajust": 8, "barandilla": 8, "minima": 8, "duradera": 8, "mediano": 8, "t\u00e9cnica": 8, "madera": 8, "anda": 8, "parecerlo": 8, "carcasa": 8, "clarita": 8, "encajando": 8, "agujero": 8, "reflejo": 8, "espejo": 8, "habr\u00e1": 8, "suponga": 8, "molestia": 8, "l\u00e1stima": 8, "determinant": 8, "cubr\u00eda": 8, "reflejaba": 8, "pedal": 8, "impresi\u00f3n": 8, "romper\u00e1": 8, "presion": 8, "suavement": 8, "elevado": 8, "ocho": 8, "recambio": 8, "limpian": 8, "redonda": 8, "cepillo": 8, "oral": 8, "olvidart": 8, "durant": 8, "muchisimo": 8, "di\u00e1metro": 8, "41": [8, 9], "36": [8, 9], "tard\u00f3": 8, "pienso": 8, "adapta": 8, "tablet": 8, "confiabl": 8, "br": 8, "durado": 8, "practicament": 8, "esperando": 8, "cumpliera": 8, "anulaba": 8, "abriga": 8, "abulta": 8, "tercio": 8, "dhl": 8, "tarragona": 8, "pese": 8, "gasto": 8, "carton": 8, "resto": 8, "sujeto": 8, "gigantesco": 8, "desmont": 8, "nefasto": 8, "reclamacion": 8, "horrorosa": 8, "transportista": 8, "sorpresa": 8, "l\u00ednea": 8, "acci\u00f3n": 8, "mujer": 8, "apasionant": 8, "hombr": 8, "enamorado": 8, "excepto": 8, "hebilla": 8, "sobresal": 8, "clava": 8, "llevado": 8, "estructura": 8, "guardar": 8, "calzado": 8, "pierna": 8, "siento": 8, "corren": 8, "saltan": 8, "comn": 8, "estuch": 8, "flauta": 8, "desconchado": 8, "despegar": 8, "pegada": 8, "dur\u00f3": 8, "sientan": 8, "caluroso": 8, "frent": 8, "marzo": 8, "figura": 8, "pasar": 8, "vimo": 8, "pueden": 8, "conseguir": 8, "barato": 8, "mercado": 8, "dif\u00edcil": 8, "esperaremo": 8, "propuesta": 8, "disfruten": 8, "verano": 8, "hagan": 8, "crecer": 8, "divirti\u00e9ndos": 8, "llevamo": 8, "alta": 8, "ni\u00f1a": 8, "gust\u00f3": 8, "hamaca": 8, "ola": 8, "bolita": 8, "entretien": 8, "dormirs": 8, "ingl\u00e9": 8, "cinco": 8, "funcion\u00f3": 8, "adquirirlo": 8, "ido": 8, "arrancar": 8, "parado": 8, "soltado": 8, "chispazo": 8, "distinto": 8, "finalidad": 8, "l\u00f3gica": 8, "f\u00e1brica": 8, "reembolsar": 8, "devuelva": 8, "vapeador": 8, "amigo": 8, "goteando": 8, "l\u00edquido": 8, "ocurri\u00f3": 8, "recomendada": 8, "cintur\u00f3n": 8, "man\u00f3metro": 8, "compararla": 8, "perdiendo": 8, "armario": 8, "tema": 8, "mensajeria": 8, "desear": 8, "relativament": 8, "dificultan": 8, "interrumpen": 8, "consecuencia": 8, "comida": 8, "caducidad": 8, "ventana": 8, "pegan": 8, "pulir": 8, "resina": 8, "epoxi": 8, "lujo": 8, "tambien": 8, "taladro": 8, "engancho": 8, "tubo": 8, "litro": 8, "facilita": 8, "rompan": 8, "puesta": 8, "salido": 8, "colch\u00f3n": 8, "adjunta": 8, "c\u00f3mo": 8, "serio": 8, "vivo": 8, "buz\u00f3n": 8, "contesta": 8, "darm": 8, "estropea": 8, "retrasa": 8, "aduana": 8, "solicit\u00f3": 8, "tardanza": 8, "adquirido": 8, "recibo": 8, "cu\u00e1l": 8, "env\u00edan": 8, "bolso": 8, "negro": 8, "portafolio": 8, "sujetador": 8, "lactancia": 8, "encargu": 8, "sigo": 8, "vidrio": 8, "ordenado": 8, "nico": 8, "averiado": 8, "encend\u00eda": 8, "afortunadament": 8, "unica": 8, "forzo": 8, "dvd": 8, "entrarlo": 8, "buzon": 8, "pico": 8, "timbr": 8, "recta": 8, "coge": 8, "curva": 8, "circuito": 8, "aburra": 8, "necesitaban": 8, "intenso": 8, "pesta\u00f1a": 8, "endureci\u00f3": 8, "rasg\u00f3": 8, "movi\u00f3": 8, "viento": 8, "quer\u00eda": 8, "secci\u00f3n": 8, "quedo": 8, "vea": 8, "iluminaci\u00f3n": 8, "reconoc\u00eda": 8, "impresora": 8, "instancia": 8, "cambiaron": 8, "apretando": 8, "suelta": 8, "ingresado": 8, "banco": 8, "mu\u00ed": 8, "tene": 8, "devolverla": 8, "4m2": 8, "ve\u00eda": 8, "rid\u00edcula": 8, "l\u00e1mpara": 8, "repent": 8, "comprei": 8, "satisfactoriament": 8, "recortar": 8, "exist": 8, "mando": 8, "reaccion": 8, "luminosidad": 8, "defecto": 8, "salient": 8, "oy": 8, "interlocutor": 8, "cambi": 8, "pararlo": 8, "quitarl": 8, "imaginaba": 8, "indicaba": 8, "repetidor": 8, "gb": 8, "procedent": 8, "tir\u00e9": 8, "daba": 8, "tirarlo": 8, "tendo": 8, "digo": 8, "transmisi\u00f3n": 8, "terraza": 8, "further": 8, "perfum": 8, "duradero": 8, "discreto": 8, "sola": 8, "perfuma": 8, "guant": 8, "calentito": 8, "quedarm": 8, "estirarlo": 8, "encaj": 8, "ruido": 8, "manej": 8, "trapecio": 8, "exterior": 8, "entretenimiento": 8, "menuda": 8, "zapato": 8, "competitivo": 8, "lastima": 8, "entregaran": 8, "pesar": 8, "garantizada": 8, "silencioso": 8, "calentar": 8, "m\u00e1xima": 8, "calor": 8, "clasificada": 8, "abrirlo": 8, "observo": 8, "conf\u00edo": 8, "envien": 8, "comenz\u00f3": 8, "superfacil": 8, "usarlo": 8, "efectivo": 8, "centro": 8, "cocina": 8, "compr\u00e9i": 8, "buscando": 8, "cuchillo": 8, "carn": 8, "durasen": 8, "importarm": 8, "gastar": 8, "antiguo": 8, "hac\u00edan": 8, "fueron": 8, "estropeando": 8, "lavado": 8, "fabricado": 8, "envoltorio": 8, "absolutament": 8, "pulsacion": 8, "caracteristica": 8, "trata": 8, "morro": 8, "brillen": 8, "quien": 8, "atendieron": 8, "chico": 8, "solucionaron": 8, "facilitaron": 8, "gestion": 8, "reposicion": 8, "actualizacion": 8, "estropeo": 8, "aluminio": 8, "cabe": 8, "tom\u00e1ndom": 8, "religiosament": 8, "blanca": 8, "admiro": 8, "tomado": 8, "empezaba": 8, "tomas": 8, "seguir\u00eda": 8, "econ\u00f3mico": 8, "dificil": 8, "destornillador": 8, "sacacorcho": 8, "aut\u00e9ntico": 8, "ventilador": 8, "metido": 8, "recipient": 8, "congelador": 8, "poni\u00e9ndol": 8, "enfria": 8, "imag\u00edn": 8, "pulsa": 8, "quitar": 8, "sacar": 8, "volverla": 8, "electr\u00f3nica": 8, "protegida": 8, "rompa": 8, "se\u00f1or": 8, "malgasten": 8, "obligan": 8, "externo": 8, "cumplieron": 8, "transmit": 8, "vaya": 8, "durar": 8, "pedirs": 8, "barbacoa": 8, "risa": 8, "repelent": 8, "lluvia": 8, "torrenci": 8, "tir\u00e1ndol": 8, "vaso": 8, "habr\u00eda": 8, "valorar": 8, "comodo": 8, "necesidad": 8, "ladr\u00f3n": 8, "enchufado": 8, "enchufamo": 8, "perdi\u00f3": 8, "actualizaci\u00f3n": 8, "cost\u00f3": 8, "resetearlo": 8, "volverlo": 8, "configurar": 8, "desenchufa": 8, "restablec": 8, "entiendo": 8, "fe": 8, "castellano": 8, "compacto": 8, "unificado": 8, "r\u00e0pido": 8, "mochila": 8, "tinta": 8, "cremallera": 8, "cierra": 8, "ofertado": 8, "mandado": 8, "cuadro": 8, "utensilio": 8, "teni": 8, "gustas": 8, "enviaron": 8, "pedi": 8, "cobraron": 8, "concreto": 8, "decepcion": 8, "sorprendida": 8, "superado": 8, "espectativa": 8, "ponerl": 8, "corta": 8, "chica": 8, "sem\u00e1foro": 8, "sobraba": 8, "errata": 8, "corregir": 8, "leerlo": 8, "superada": 8, "cama": 8, "corresponden": 8, "falso": 8, "bomba": 8, "loreal": 8, "iniciado": 8, "tengan": 8, "lent": 8, "polarizada": 8, "cara": 8, "veremo": 8, "estanqueidad": 8, "fragilidad": 8, "supera": 8, "giratorio": 8, "est\u00e0": 8, "lament": 8, "pasen": 8, "ojera": 8, "tapar": 8, "rojec": 8, "encantan": 8, "difusor": 8, "grumo": 8, "faro": 8, "transparencia": 8, "azulado": 8, "chapuza": 8, "escaso": 8, "hola": 8, "solicit\u00e9": 8, "vienieron": 8, "trabajan": 8, "mantienen": 8, "brillantina": 8, "comprar\u00e9": 8, "motivo": 8, "compraba": 8, "estanco": 8, "liadora": 8, "necesitar\u00e1": 8, "utiliz\u00f3": 8, "altavoc": 8, "gimnasio": 8, "flojito": 8, "compro": 8, "suben": 8, "obstant": 8, "novedad": 8, "sueltan": 8, "piqueta": 8, "chul\u00edsimo": 8, "mezclando": 8, "chist": 8, "gr\u00e1fico": 8, "conozcan": 8, "gustar": 8, "conocen": 8, "manejan": 8, "pascu": 8, "rodri": 8, "autor": 8, "lanzamiento": 8, "deteriorado": 8, "rasgada": 8, "comenc\u00e9": 8, "relato": 8, "inter\u00e9": 8, "curiosidad": 8, "lector": 8, "aficionado": 8, "especialment": 8, "espa\u00f1a": 8, "humildad": 8, "cap\u00edtulo": 8, "guerra": 8, "\u00e1frica": 8, "olvido": 8, "sorprendido": 8, "positivament": 8, "amena": 8, "disfrutado": 8, "aprendido": 8, "capit\u00e1n": 8, "m\u00e9dico": 8, "lui": 8, "mar\u00eda": 8, "alonso": 8, "car\u00e1cter": 8, "personalidad": 8, "fidelidad": 8, "tanta": 8, "honestidad": 8, "consigo": 8, "considero": 8, "lecci\u00f3n": 8, "aprend": 8, "disfrutar": 8, "b\u00e9n\u00e9ilustrado": 8, "preparo": 8, "ma\u00f1ana": 8, "llev\u00e1rmela": 8, "oficina": 8, "crema": 8, "sopa": 8, "6h": 8, "debo": 8, "quemarm": 8, "reparto": 8, "equivocaron": 8, "vengan": 8, "fridai": 8, "qued\u00e9": 8, "asequ": 8, "entreteners": 8, "iman": 8, "divertida": 8, "bolsita": 8, "golosina": 8, "bombon": 8, "nudo": 8, "recomienda": 8, "rellenar": 8, "queden": 8, "grano": 8, "mu\u00f1eco": 8, "\u00e9sta": 8, "calcoman\u00eda": 8, "incandescent": 8, "trazado": 8, "esmalt": 8, "uv": 8, "brillo": 8, "manicura": 8, "ajustado": 8, "definici\u00f3n": 8, "asusta": 8, "paloma": 8, "parc": 8, "vistazo": 8, "marcha": 8, "liviano": 8, "hojalata": 8, "casquillo": 8, "pobr": 8, "embellecedor": 8, "muchisima": 8, "anaranjada": 8, "ambient": 8, "tenu": 8, "actualiza": 8, "gasta": 8, "partido": 8, "trabilla": 8, "garga": 8, "aplicacion": 8, "dormir": 8, "mencionar": 8, "reemplazar": 8, "congelada": 8, "cargaba": 8, "descargaba": 8, "usarla": 8, "c\u00f3mprate": 8, "pesadilla": 8, "dijo": 8, "devolucion": 8, "monada": 8, "imita": 8, "ebullici\u00f3n": 8, "perdieron": 8, "descolorida": 8, "ej": 8, "agujerito": 8, "encimara": 8, "colara": 8, "abria": 8, "debajo": 8, "advertir": 8, "peat\u00f3n": 8, "cruza": 8, "despistado": 8, "desea": 8, "avisar": 8, "adelantar": 8, "insuficient": 8, "ciudad": 8, "pueblo": 8, "apoya": 8, "vertic": 8, "caiga": 8, "hac\u00eda": 8, "lavavajilla": 8, "parecido": 8, "da\u00f1o": 8, "acertar": 8, "aprietan": 8, "alejarlo": 8, "aleatoria": 8, "kiosco": 8, "salen": 8, "quieren": 8, "repito": 8, "aqu\u00ed": 8, "inconvenient": 8, "descosi\u00f3": 8, "filtran": 8, "conduc": 8, "fueran": 8, "acces": 8, "forzar": 8, "conexion": 8, "lima": 8, "retirar": 8, "rodami": 8, "edito": 8, "tra": 8, "evidentement": 8, "cafetera": 8, "conectividad": 8, "admit": 8, "compat": 8, "calienta": 8, "reembols": 8, "apto": 8, "adjunto": 8, "var\u00eda": 8, "comprueben": 8, "usted": 8, "sepan": 8, "acabo": 8, "recibir": 8, "desmontar": 8, "silla": 8, "xa": 8, "coji": 8, "grueso": 8, "pel\u00edn": 8, "feo": 8, "discreta": 8, "desgasta": 8, "cesta": 8, "limpiarla": 8, "promet": 8, "adaptar": 8, "cuello": 8, "almohadillada": 8, "fuego": 8, "bebe": 8, "conecto": 8, "salgo": 8, "programar": 8, "grado": 8, "piel": 8, "repetir": 8, "pi": 8, "adquir\u00ed": 8, "protegiera": 8, "m\u00e1rgene": 8, "cambiar": 8, "adi\u00f3": 8, "raj\u00f3": 8, "entera": 8, "decepcion\u00f3": 8, "t\u00edpica": 8, "esa": 8, "desgastado": 8, "puedan": 8, "pod\u00edan": 8, "cerrar": 8, "larga": 8, "equivoqu\u00e9": 8, "soldador": 8, "sirvi\u00f3": 8, "soldar": 8, "peque\u00f1ita": 8, "hierro": 8, "esta\u00f1o": 8, "impreso": 8, "filamento": 8, "cobr": 8, "delgado": 8, "demostran": 8, "opinar": 8, "opino": 8, "adhier": 8, "adhesivo": 8, "est\u00e1tica": 8, "cayo": 8, "movio": 8, "desprendi\u00f3": 8, "inutiliz": 8, "rompers": 8, "defraudado": 8, "sor": 8, "mirando": 8, "algun": 8, "tutori": 8, "repuesto": 8, "ol": 8, "vita": 8, "guarda": 8, "aceit": 8, "esenci": 8, "matiz": 8, "especiado": 8, "salud": 8, "preferir\u00eda": 8, "espectro": 8, "experiencia": 8, "compensa": 8, "apoyo": 8, "blanco": 8, "perd\u00ed": 8, "b\u00e1sico": 8, "encargu\u00e9": 8, "estampado": 8, "gri": 8, "sobretodo": 8, "jugar": 8, "oro": 8, "amarilleo": 8, "estipulado": 8, "aceptado": 8, "llegu\u00e9": 8, "recibirlo": 8, "llevarlo": 8, "autocaravana": 8, "yorsai": 8, "chirriaba": 8, "abrian": 8, "cerraban": 8, "oaklei": 8, "lucieran": 8, "az\u00fal": 8, "h7": 8, "sensibl": 8, "bach": 8, "desconecta": 8, "content\u00edsimo": 8, "trago": 8, "equilibrars": 8, "mechero": 8, "ninguno": 8, "verg\u00fcenza": 8, "agosto": 8, "estamo": 8, "octubr": 8, "atendido": 8, "indicar": 8, "een": 8, "fallado": 8, "\u00e7o": 8, "proveedor": 8, "reembolo": 8, "reembola": 8, "anat\u00f3micament": 8, "m\u00ednimo": 8, "necesit": 8, "pidi\u00f3": 8, "rey": 8, "deseo": 8, "enviar\u00e1n": 8, "atentament": 8, "paqui": 8, "dispongo": 8, "hdmi": 8, "solucionado": 8, "objeto": 8, "tuvo": 8, "objet": 8, "arreglar": 8, "secado": 8, "pegamento": 8, "rato": 8, "lcd": 8, "quer\u00e9i": 8, "joder": 8, "vuestro": 8, "cumplido": 8, "mojado": 8, "resbala": 8, "hacia": 8, "intentar": 8, "encendia": 8, "inmediatament": 8, "ocurrir\u00e1": 8, "aqui": 8, "salta": 8, "refier": 8, "prestigio": 8, "samsung": 8, "galaxi": 8, "significativo": 8, "deslizar": 8, "dedo": 8, "consuelo": 8, "corregido": 8, "desesperars": 8, "pulsera": 8, "merecer\u00eda": 8, "trato": 8, "fabricant": 8, "defraudada": 8, "devuelvan": 8, "exijo": 8, "yaaa": 8, "efectivament": 8, "trist": 8, "holgada": 8, "150": 8, "basic": [8, 10], "electricidad": 8, "lavarla": 8, "ponerla": 8, "producen": 8, "chispa": 8, "andan": 8, "pase": 8, "termina": 8, "qued\u00e1ndos": 8, "manchita": 8, "lentejuela": 8, "gota": 8, "numerada": 8, "cereal": 8, "abrirl": 8, "ltim": 8, "solament": 8, "mrw": 8, "perder": 8, "confirmaron": 8, "preocup\u00e9": 8, "enorm": 8, "cortado": 8, "aro": 8, "ocupa": 8, "delicado": 8, "rompio": 8, "ningun": 8, "tenerla": 8, "secadora": 8, "coj\u00edn": 8, "cobrar": 8, "mada": 8, "huevo": 8, "llavero": 8, "finito": 8, "tallan": 8, "entreten": 8, "pegarla": 8, "fijar": 8, "alfombra": 8, "baldosa": 8, "engomada": 8, "arrepiento": 8, "coser\u00e9": 8, "resuelto": 8, "alumbran": 8, "adhesiva": 8, "podr\u00edan": 8, "chapa": 8, "conector": 8, "spdif": 8, "\u00f3ptico": 8, "coaxial": 8, "salga": 8, "principiant": 8, "afici\u00f3n": 8, "movistar": 8, "tripl": 8, "vlan": 8, "restaurado": 8, "\u00e9xito": 8, "operativo": 8, "sierra": 8, "bloqueado": 8, "mirado": 8, "versi\u00f3n": 8, "adelanta": 8, "ajust\u00e1ndolo": 8, "enganchaba": 8, "soltaba": 8, "cinturon": 8, "viejo": 8, "devolvi\u00f3": 8, "previo": 8, "aviso": 8, "decepci\u00f3nado": 8, "nadar": 8, "abajo": 8, "vibraci\u00f3n": 8, "ocup": 8, "acompa\u00f1": 8, "llave": 8, "ahi": 8, "despegan": 8, "unidad": 8, "lder": 8, "mejorar": 8, "im\u00e1n": 8, "supletorio": 8, "atasca": 8, "recomiend": 8, "cutr": 8, "dentr": 8, "encontrarm": 8, "defraud\u00f3": 8, "frontal": 8, "huella": 8, "dactilar": 8, "traiga": 8, "folleto": 8, "informaci\u00f3n": 8, "evident": 8, "ofrec\u00e9i": 8, "299": 8, "devolv\u00e9i": 8, "hab\u00e9i": 8, "equivocado": 8, "vosotro": 8, "399": 8, "marcado": 8, "correspond\u00eda": 8, "vendido": 8, "inveros\u00edmil": 8, "ocurrido": 8, "ultima": 8, "consumidor": 8, "profesora": 8, "deform\u00f3": 8, "devolvieron": 8, "imprim": 8, "encajan": 8, "ajustan": 8, "ahorr\u00e1i": 8, "ah": 8, "comparado": 8, "alcanc": 8, "verdaderament": 8, "arn\u00e9": 8, "aparatoso": 8, "conlleva": 8, "propio": 8, "mullido": 8, "intentando": 8, "sequen": 8, "mierda": 8, "objetivo": 8, "complicada": 8, "calibrarla": 8, "pagina": 8, "envian": 8, "valorarlo": 8, "porq": 8, "despega": 8, "amarillo": 8, "sei": 8, "comprada": 8, "ra\u00edz": 8, "sustitucion": 8, "escribo": 8, "copa": 8, "atarlo": 8, "72": 8, "73": 8, "74": 8, "adolescent": 8, "adolesc": 8, "esforzamo": 8, "adi": 8, "recomi": 8, "negocio": 8, "lle": 8, "computador": 8, "c\u00e1ja": 8, "rasguo": 8, "adolfo": 8, "pequ": 8, "adopportuniario": 8, "gotten": 8, "75": 8, "76": 8, "77": 8, "975": 8, "seguida": 8, "quebrado": 8, "agrado": 8, "auncia": 8, "provoca": 8, "alfombrilla": 8, "poni\u00e9ndola": 8, "rev\u00e9": 8, "libr": 8, "saliera": 8, "quitan": 8, "48": [8, 9, 10], "acompaada": 8, "acer": 8, "dragon": 8, "arrugado": 8, "putada": 8, "contactar": 8, "dur": 8, "personalment": 8, "tomando": 8, "todl": 8, "contrario": 8, "observacion": 8, "previa": 8, "incluia": 8, "templado": 8, "molest\u00e9i": 8, "comuniqu": 8, "hubo": 8, "pruebo": 8, "fiabl": 8, "dema": 8, "llamo": 8, "reclamar": 8, "agrieta": 8, "canso": 8, "reclamarl": 8, "enfad": 8, "piloto": 8, "cuadrado": 8, "aspecto": 8, "resembolo": 8, "incertidumbr": 8, "tomo": 8, "ahorr\u00e1": 8, "llenan": 8, "nadan": 8, "almohada": 8, "nmero": 8, "descosido": 8, "estafa": 8, "acordo": 8, "aparec\u00eda": 8, "comprobado": 8, "fiasco": 8, "in\u00fatilment": 8, "duracel": 8, "quiebra": 8, "instalarlo": 8, "fregar": 8, "plato": 8, "descubierto": 8, "higien": 8, "manchart": 8, "mojart": 8, "lavarlo": 8, "ment": 8, "agravant": 8, "encuf": 8, "ejemp": 8, "menudo": 8, "impresent": 8, "recomendador": 8, "rallado": 8, "patilla": 8, "cadena": 8, "recomendara": 8, "adecua": 8, "resuelo": 8, "desahogado": 8, "thunderbolt": 8, "excesivament": 8, "succion": 8, "borran": 8, "gato": 8, "mord\u00eda": 8, "controlo": 8, "fresco": 8, "ejemploso": 8, "cocci\u00f3n": 8, "crock": 8, "rejilla": 8, "pollo": 8, "asado": 8, "pork": 8, "aparecido": 8, "\u00f3xido": 8, "z6": 8, "seca": 8, "mol": 8, "emparja": 8, "parpadeo": 8, "chula": 8, "especificacion": 8, "plateado": 8, "tam\u00e9n": 8, "important": 8, "insuper": 8, "venga": 8, "almac\u00e9n": 8, "sellado": 8, "despacho": 8, "estampador": 8, "amplia": 8, "cogerla": 8, "correa": 8, "pierda": 8, "padr": 8, "bpa": 8, "bisfenol": 8, "t\u00f3xico": 8, "suel": 8, "endurec": 8, "campo": 8, "dejarla": 8, "suelt": 8, "residuo": 8, "convencional": 8, "reutilizada": 8, "palmo": 8, "hizo": 8, "pedazo": 8, "hucha": 8, "pedirl": 8, "denotan": 8, "etiqueta": 8, "arrancada": 8, "tarima": 8, "flotant": 8, "11mm": 8, "cort": 8, "longitudinal": 8, "hacerlo": 8, "port\u00e1t": 8, "3d": 8, "flipa": 8, "emparjan": 8, "provocan": 8, "llam": 8, "doce": 8, "cenefa": 8, "virguera": 8, "vena": 8, "adiccionario": 8, "respuest": 8, "edred\u00f3n": 8, "lavar": 8, "invierno": 8, "ver\u00e9": 8, "fastidi\u00f3": 8, "ejemplar": 8, "atencion": 8, "client": 8, "esfera": 8, "ami": 8, "guata": 8, "com\u00fan": 8, "admita": 8, "silicona": 8, "compreendo": 8, "78": 8, "obtien": [8, 9], "a\u00f1adiendo": [8, 9], "ejemplot": [8, 9], "quitando": [8, 9], "instrucci\u00f3n": [8, 9], "inyectado": 8, "permities": 8, "seleccionado": 8, "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx": 9, "28": [9, 10], "19": 9, "49": 9, "negativa": 9, "44": 9, "neutra": 9, "38": 9, "46": 9, "52": 9, "53": 9, "asociado": 9, "laa": 9, "exclus": 10, "api_exampl": 10, "folder": [10, 14], "pertain": 10, "criteria": 10, "meet": 10, "involv": 10, "api_rest": 10, "rule": 10, "properti": [10, 11, 12, 14, 15, 16], "summari": 10, "operationid": 10, "nget": 10, "fetch": 10, "findallproduct": 10, "essenti": 10, "phrase": 10, "technic": 10, "financ": 10, "additional_info": 10, "model_1": [10, 11, 12], "n_sampl": 10, "4": 10, "openapi": 10, "schema": 10, "scaffold": 10, "ibanapi": 10, "v1": 10, "sami": 10, "apisguru": 10, "financi": 10, "logo": 10, "guru": 10, "cach": [10, 11, 12], "https_ibanapi": 10, "com_assets_favicon_appl": 10, "icon": 10, "png": 10, "providernam": 10, "endpoint": 10, "400": 10, "401": 10, "403": 10, "422": 10, "balancerespons": 10, "ibanresult": 10, "ibanresultbas": 10, "securityschem": 10, "api_key_secur": 10, "fundament": 10, "marketplac": 10, "walmartapi": 10, "sandbox": 10, "twitter": 10, "ecommerc": 10, "https_twitter": 10, "com_walmart_profile_imag": 10, "jpeg": 10, "servicenam": 10, "v3": 10, "cpprefer": 10, "externaldoc": 10, "requestbodi": 10, "accesstoken": 10, "channeltyp": 10, "correlationid": 10, "svcname": 10, "capprogramrespons": 10, "xml": 10, "comparisonpric": 10, "currentpric": 10, "feedid": 10, "gatewayerror": 10, "itempricerespons": 10, "statusinfo": 10, "asset": 10, "xero": 10, "varieti": 10, "valuat": 10, "xro": 10, "team": 10, "xeroapi": 10, "licens": 10, "mit": 10, "github": 10, "blob": 10, "termsofservic": 10, "term": 10, "githubusercont": 10, "xero_asset": 10, "https_api": 10, "guru_assets_images_no": 10, "svg": 10, "assettyp": 10, "ref": 10, "requiredhead": 10, "hasassetsvalidationerror": 10, "assetstatu": 10, "enum": [10, 12, 13, 15, 16], "assetstatusqueryparam": 10, "bookdepreciationdetail": 10, "bookdepreciationset": 10, "fieldvalidationerrorsel": 10, "pagin": 10, "resourcevalidationerrorsel": 10, "oauth2": 10, "vonag": 10, "cloud": 10, "report": 10, "log": 10, "vbc": 10, "prod": 10, "businesssupport": 10, "contactu": 10, "subscrib": 10, "www": 10, "legal": 10, "tos": 10, "nexmo": 10, "yml": 10, "account_id": 10, "accountid": 10, "calllog": 10, "calllogsembeddedobject": 10, "calllogshalrespons": 10, "detailedinvalidparam": 10, "errorrespons": 10, "firsthref": 10, "lasthref": 10, "nexthref": 10, "prevhref": 10, "selfhref": 10, "validationerrorsrespons": 10, "bearerauth": 10, "bearerformat": 10, "scheme": 10, "resourc": 10, "gamesmanag": 10, "googleapi": 10, "attribut": 10, "creativecommon": 10, "org": 10, "v1manag": 10, "apiclientregistr": 10, "consol": 10, "analyt": 10, "https_www": 10, "com_images_branding_googlelogo_2x_googlelogo_color_272x92dp": 10, "discoveri": 10, "score": 10, "_": [10, 14], "xgafv": 10, "access_token": 10, "alt": 10, "callback": [10, 11, 12], "field": [10, 15], "oauth_token": 10, "prettyprint": 10, "quotaus": 10, "upload_protocol": 10, "uploadtyp": 10, "resetallforallplay": 10, "resetmultipleforallplay": 10, "achievementid": 10, "resetforallplay": 10, "applicationid": 10, "hidden": 10, "playerid": 10, "eventid": 10, "leaderboard": 10, "leaderboardid": 10, "achievementresetallrespons": 10, "achievementresetmultipleforallrequest": 10, "achievementresetrespons": 10, "eventsresetmultipleforallrequest": 10, "gamesplayerexperienceinforesourc": 10, "gamesplayerlevelresourc": 10, "hiddenplay": 10, "hiddenplayerlist": 10, "playerscoreresetallrespons": 10, "playerscoreresetrespons": 10, "profileset": 10, "scoresresetmultipleforallrequest": 10, "oauth2c": 10, "myfin": 10, "getbal": 10, "transact": 10, "gettransact": 10, "startdat": 10, "enddat": 10, "arrai": 10, "createtransact": 10, "201": 10, "gettransactionbyid": 10, "updatetransactionbyid": 10, "deletetransactionbyid": 10, "204": 10, "authent": 10, "header": 10, "queri": [10, 15], "coincident": 10, "model_2": [10, 11, 12], "join": 10, "eyjrawqioiizzjvhytfmns1hywe5ltqzm": 10, "wm_sec": 10, "act": 10, "bank_bal": 10, "basic_bal": 10, "2000": 10, "expiry_d": 10, "2021": 10, "05": 10, "integ": 10, "allof": 10, "identifi": 10, "minlength": 10, "authorizedd": 10, "datetim": 10, "transactioncod": 10, "currenc": 10, "nullabl": 10, "merchantnam": 10, "postedd": 10, "transactioncategoryref": 10, "transactioncategori": 10, "modifiedd": 10, "underli": 10, "unknown": 10, "fee": 10, "payment": 10, "cash": 10, "transfer": 10, "cashback": 10, "chequ": 10, "directdebit": 10, "standingord": 10, "credit": 10, "notsupport": 10, "immut": 10, "sourc": 10, "incom": 10, "expenditur": 10, "pages": 10, "explor": 10, "codat": 10, "datatyp": 10, "1703194f": 10, "7805": 10, "4da8": 10, "bac0": 10, "2ba5da4a4216": 10, "5062": 10, "07": 10, "06": 10, "gbp": 10, "ce149943": 10, "c157": 10, "43fc": 10, "aac7": 10, "42a716b655b6": 10, "0130b5bb": 10, "1419": 10, "40f6": 10, "8a27": 10, "7362d0381229": 10, "2022": 10, "23": 10, "sourcemodifiedd": 10, "sport": 10, "exhaust": 10, "href": 10, "wikipedia": 10, "wiki": 10, "iso_8601": 10, "_blank": 10, "8601": 10, "n2020": 10, "08t22": 10, "50z": 10, "n2021": 10, "01": 10, "01t00": 10, "nwhen": 10, "sync": 10, "utc": 10, "15t06": 10, "00z": 10, "unqualifi": 10, "15t01": 10, "offset": 10, "zone": 10, "whose": [10, 11], "statu": 10, "haschildren": 10, "boolean": 10, "beneath": 10, "hierarchi": 10, "parentid": 10, "transactioncategorystatu": 10, "archiv": 10, "hierarch": 10, "contextu": 10, "04": 10, "59": 10, "attributeerror": 10, "traceback": 10, "recent": 10, "286": 10, "284": 10, "_api_cod": 10, "deepcopi": 10, "285": 10, "_replac": 10, "287": 10, "288": 10, "_add_external_inform": 10, "289": 10, "290": 10, "291": 10, "listcomp": 10, "304": 10, "302": 10, "303": 10, "loader": 10, "fullload": 10, "305": 10, "_entiti": 10, "306": 10, "307": 10, "308": 10, "azureopenaillm": [11, 12], "modelenum": [11, 12], "gpt35turbo": [11, 12], "gpt35turboinstruct": [11, 12], "modeltyp": [11, 12], "has_valu": [11, 12], "basemodel": [11, 12, 15, 16], "bedrockllm": [11, 12], "anthropicclaudev2": [11, 12], "fakellm": [11, 12], "llm_map": [11, 12], "fakelistllm": [11, 12], "fakepromptcopyllm": [11, 12], "callback_manag": [11, 12], "metadata": [11, 12, 15], "fakestaticllm": [11, 12], "model_3": [11, 12], "googlevertexaillm": [11, 12], "textbison": [11, 12], "textbison001": [11, 12], "textbison32k": [11, 12], "hfhubapillm": [11, 12], "flant5xxl": [11, 12], "hfpipelinellm": [11, 12], "modelparam": [11, 12], "openaillm": [11, 12], "modelfactori": [11, 12], "map": [11, 12], "factory_method": [11, 12, 13, 14, 15], "modelprovid": [11, 12], "provider_0": [11, 12], "provider_1": [11, 12], "provider_2": [11, 12], "provider_3": [11, 12], "provider_4": [11, 12], "provider_5": [11, 12], "apipars": [11, 13], "basepars": [11, 13, 16], "parserexcept": [11, 13], "classificationpars": [11, 13], "dummypars": [11, 13], "jsonpars": [11, 13], "parserfactori": [11, 13], "parsertyp": [11, 13], "parser_1": [11, 13], "parser_2": [11, 13], "parser_3": [11, 13], "parser_4": [11, 13], "parser_5": [11, 13], "parser_6": [11, 13], "parser_7": [11, 13], "parser_8": [11, 13], "baseprompt": [11, 14, 16], "promptfactori": [11, 14], "build_class": [11, 14], "get_files_taxonomi": [11, 14], "baseselector": [11, 15, 16], "load_example_selector": [11, 15], "baseselectorsupervis": [11, 15], "baseselectorunsupervis": [11, 15], "selectoralgorithm": [11, 15], "similarity_class_balanc": [11, 15], "balancedsemanticsamplesselector": [11, 15], "add_exampl": [11, 15], "class_kei": [11, 15], "class_list": [11, 15], "example_kei": [11, 15], "from_exampl": [11, 15], "input_kei": [11, 15], "select_exampl": [11, 15], "vectorstore_kwarg": [11, 15], "sorted_valu": [11, 15], "selectorfactori": [11, 15], "selectortyp": [11, 15], "unsupervis": [11, 15], "taskbuild": [11, 16], "build_model": [11, 16], "build_pars": [11, 16], "build_prompt": [11, 16], "build_selector_by_load": [11, 16], "build_selector_by_train": [11, 16], "tasktyp": [11, 16], "api_correct": [11, 16], "qa": [11, 13, 16], "int": [11, 12, 15, 16], "selector_algorithm": [11, 15, 16], "bool": [11, 12, 16], "abc": [11, 12, 13, 14, 15], "mlop": 11, "republ": 11, "rise": 11, "padm\u00e9": 11, "amidala": 11, "leia": 11, "parent_funct": 11, "concaten": 11, "__doc__": 11, "basellm": 12, "fake": 12, "prompt_copi": 12, "basecallbackhandl": 12, "basecallbackmanag": 12, "wrapper": 12, "trace": 12, "model_provider_project": 12, "vertexai": 12, "dummi": 13, "abstract": 13, "ner": [13, 14], "__prompt_detail__": 14, "__prompt_sample__": 14, "prompt_sampl": 14, "__detail__": 14, "prompt_text": 14, "prompttempl": 14, "_model_nam": 14, "dinam": 14, "inherit": 14, "configuracion": 14, "__main__": 14, "textdavinci003spn": 14, "sep": 14, "convet": 14, "dictorionari": 14, "structur": 14, "__init__": 14, "small_es_classif": 14, "small_es_cod": 14, "small_es_n": 14, "003_es_classif": 14, "003_es_cod": 14, "003_es_ner": 14, "fewshotprompttempl": 15, "avaial": 15, "algorithm": 15, "baseexampleselector": 15, "semanticsimilar": 15, "pydant": 15, "arbitrary_types_allow": 15, "vectorstore_cl": 15, "vectorstore_cls_kwarg": 15, "reshuffl": 15, "dictionari": 15, "openaiembed": 15, "db": 15, "exampleselector": 15, "instanti": [15, 17], "input_vari": 15, "semant": 15, "similarity_search": 15, "sort": 15, "hello_world": 17}, "objects": {"": [[11, 0, 0, "-", "promptmeteo"]], "promptmeteo": [[0, 1, 1, "", "APIFormatter"], [0, 1, 1, "", "APIGenerator"], [0, 1, 1, "", "CodeGenerator"], [0, 1, 1, "", "DocumentClassifier"], [0, 1, 1, "", "DocumentQA"], [0, 1, 1, "", "Summarizer"], [11, 0, 0, "-", "api_formatter"], [11, 0, 0, "-", "api_generator"], [11, 0, 0, "-", "base"], [11, 0, 0, "-", "code_generator"], [11, 0, 0, "-", "constants"], [11, 0, 0, "-", "document_classifier"], [11, 0, 0, "-", "document_qa"], [12, 0, 0, "-", "models"], [13, 0, 0, "-", "parsers"], [14, 0, 0, "-", "prompts"], [15, 0, 0, "-", "selector"], [11, 0, 0, "-", "summarizer"], [16, 0, 0, "-", "tasks"], [11, 0, 0, "-", "tools"], [11, 0, 0, "-", "validations"]], "promptmeteo.APIFormatter": [[0, 2, 1, "", "load_model"], [0, 2, 1, "", "predict"], [0, 2, 1, "", "train"]], "promptmeteo.APIGenerator": [[0, 2, 1, "", "train"]], "promptmeteo.DocumentClassifier": [[0, 2, 1, "", "train"]], "promptmeteo.Summarizer": [[0, 2, 1, "", "load_model"], [0, 2, 1, "", "train"]], "promptmeteo.api_formatter": [[11, 1, 1, "", "APIFormatter"]], "promptmeteo.api_formatter.APIFormatter": [[11, 3, 1, "", "ALLOWED_PROTOCOLS"], [11, 3, 1, "", "TASK_TYPE"], [11, 2, 1, "", "load_model"], [11, 2, 1, "", "predict"], [11, 2, 1, "", "train"]], "promptmeteo.api_generator": [[11, 1, 1, "", "APIGenerator"]], "promptmeteo.api_generator.APIGenerator": [[11, 3, 1, "", "ALLOWED_PROTOCOLS"], [11, 3, 1, "", "TASK_TYPE"], [11, 2, 1, "", "train"]], "promptmeteo.base": [[11, 1, 1, "", "Base"], [11, 1, 1, "", "BaseSupervised"], [11, 1, 1, "", "BaseUnsupervised"]], "promptmeteo.base.Base": [[11, 3, 1, "", "SELECTOR_TYPE"], [11, 3, 1, "", "TASK_TYPE"], [11, 4, 1, "", "builder"], [11, 2, 1, "", "create_builder"], [11, 4, 1, "", "init_params"], [11, 4, 1, "", "is_trained"], [11, 2, 1, "", "load_model"], [11, 2, 1, "", "predict"], [11, 2, 1, "", "save_model"], [11, 4, 1, "", "task"]], "promptmeteo.base.BaseSupervised": [[11, 3, 1, "", "SELECTOR_TYPE"], [11, 3, 1, "", "language"], [11, 3, 1, "", "model_name"], [11, 3, 1, "", "model_params"], [11, 3, 1, "", "model_provider_name"], [11, 3, 1, "", "model_provider_token"], [11, 3, 1, "", "prompt_detail"], [11, 3, 1, "", "prompt_domain"], [11, 3, 1, "", "prompt_labels"], [11, 2, 1, "", "train"], [11, 3, 1, "", "verbose"]], "promptmeteo.base.BaseUnsupervised": [[11, 3, 1, "", "SELECTOR_TYPE"], [11, 3, 1, "", "language"], [11, 3, 1, "", "model_name"], [11, 3, 1, "", "model_params"], [11, 3, 1, "", "model_provider_name"], [11, 3, 1, "", "model_provider_token"], [11, 3, 1, "", "prompt_detail"], [11, 3, 1, "", "prompt_domain"], [11, 3, 1, "", "prompt_labels"], [11, 2, 1, "", "train"], [11, 3, 1, "", "verbose"]], "promptmeteo.code_generator": [[11, 1, 1, "", "CodeGenerator"]], "promptmeteo.code_generator.CodeGenerator": [[11, 3, 1, "", "TASK_TYPE"], [11, 3, 1, "", "language"], [11, 3, 1, "", "model_name"], [11, 3, 1, "", "model_params"], [11, 3, 1, "", "model_provider_name"], [11, 3, 1, "", "model_provider_token"], [11, 3, 1, "", "prompt_detail"], [11, 3, 1, "", "prompt_domain"], [11, 3, 1, "", "prompt_labels"], [11, 3, 1, "", "verbose"]], "promptmeteo.document_classifier": [[11, 1, 1, "", "DocumentClassifier"]], "promptmeteo.document_classifier.DocumentClassifier": [[11, 3, 1, "", "TASK_TYPE"], [11, 3, 1, "", "language"], [11, 3, 1, "", "model_name"], [11, 3, 1, "", "model_params"], [11, 3, 1, "", "model_provider_name"], [11, 3, 1, "", "model_provider_token"], [11, 3, 1, "", "prompt_detail"], [11, 3, 1, "", "prompt_domain"], [11, 3, 1, "", "prompt_labels"], [11, 2, 1, "", "train"], [11, 3, 1, "", "verbose"]], "promptmeteo.document_qa": [[11, 1, 1, "", "DocumentQA"]], "promptmeteo.document_qa.DocumentQA": [[11, 3, 1, "", "TASK_TYPE"], [11, 3, 1, "", "language"], [11, 3, 1, "", "model_name"], [11, 3, 1, "", "model_params"], [11, 3, 1, "", "model_provider_name"], [11, 3, 1, "", "model_provider_token"], [11, 3, 1, "", "prompt_detail"], [11, 3, 1, "", "prompt_domain"], [11, 3, 1, "", "prompt_labels"], [11, 3, 1, "", "verbose"]], "promptmeteo.models": [[12, 1, 1, "", "ModelFactory"], [12, 1, 1, "", "ModelProvider"], [12, 0, 0, "-", "azure_openai"], [12, 0, 0, "-", "base"], [12, 0, 0, "-", "bedrock"], [12, 0, 0, "-", "fake_llm"], [12, 0, 0, "-", "google_vertexai"], [12, 0, 0, "-", "hf_hub_api"], [12, 0, 0, "-", "hf_pipeline"], [12, 0, 0, "-", "openai"]], "promptmeteo.models.ModelFactory": [[12, 3, 1, "", "MAPPING"], [12, 2, 1, "", "factory_method"]], "promptmeteo.models.ModelProvider": [[12, 3, 1, "", "PROVIDER_0"], [12, 3, 1, "", "PROVIDER_1"], [12, 3, 1, "", "PROVIDER_2"], [12, 3, 1, "", "PROVIDER_3"], [12, 3, 1, "", "PROVIDER_4"], [12, 3, 1, "", "PROVIDER_5"]], "promptmeteo.models.azure_openai": [[12, 1, 1, "", "AzureOpenAILLM"], [12, 1, 1, "", "ModelEnum"], [12, 1, 1, "", "ModelTypes"]], "promptmeteo.models.azure_openai.ModelEnum": [[12, 3, 1, "", "GPT35Turbo"], [12, 3, 1, "", "GPT35TurboInstruct"]], "promptmeteo.models.azure_openai.ModelTypes": [[12, 3, 1, "", "GPT35Turbo"], [12, 3, 1, "", "GPT35TurboInstruct"], [12, 2, 1, "", "has_value"]], "promptmeteo.models.base": [[12, 1, 1, "", "BaseModel"]], "promptmeteo.models.base.BaseModel": [[12, 4, 1, "", "embeddings"], [12, 4, 1, "", "llm"], [12, 2, 1, "", "run"]], "promptmeteo.models.bedrock": [[12, 1, 1, "", "BedrockLLM"], [12, 1, 1, "", "ModelEnum"], [12, 1, 1, "", "ModelTypes"]], "promptmeteo.models.bedrock.ModelEnum": [[12, 3, 1, "", "AnthropicClaudeV2"]], "promptmeteo.models.bedrock.ModelTypes": [[12, 3, 1, "", "AnthropicClaudeV2"], [12, 2, 1, "", "has_value"]], "promptmeteo.models.fake_llm": [[12, 1, 1, "", "FakeLLM"], [12, 1, 1, "", "FakeListLLM"], [12, 1, 1, "", "FakePromptCopyLLM"], [12, 1, 1, "", "FakeStaticLLM"], [12, 1, 1, "", "ModelTypes"]], "promptmeteo.models.fake_llm.FakeLLM": [[12, 3, 1, "", "LLM_MAPPING"]], "promptmeteo.models.fake_llm.FakeListLLM": [[12, 3, 1, "", "i"], [12, 3, 1, "", "responses"]], "promptmeteo.models.fake_llm.FakePromptCopyLLM": [[12, 3, 1, "", "cache"], [12, 3, 1, "", "callback_manager"], [12, 3, 1, "", "callbacks"], [12, 3, 1, "", "metadata"], [12, 3, 1, "", "tags"], [12, 3, 1, "", "verbose"]], "promptmeteo.models.fake_llm.FakeStaticLLM": [[12, 3, 1, "", "response"]], "promptmeteo.models.fake_llm.ModelTypes": [[12, 3, 1, "", "MODEL_1"], [12, 3, 1, "", "MODEL_2"], [12, 3, 1, "", "MODEL_3"]], "promptmeteo.models.google_vertexai": [[12, 1, 1, "", "GoogleVertexAILLM"], [12, 1, 1, "", "ModelEnum"], [12, 1, 1, "", "ModelTypes"]], "promptmeteo.models.google_vertexai.ModelEnum": [[12, 3, 1, "", "TextBison"], [12, 3, 1, "", "TextBison001"], [12, 3, 1, "", "TextBison32k"]], "promptmeteo.models.google_vertexai.ModelTypes": [[12, 3, 1, "", "TextBison"], [12, 3, 1, "", "TextBison001"], [12, 3, 1, "", "TextBison32k"], [12, 2, 1, "", "has_value"]], "promptmeteo.models.hf_hub_api": [[12, 1, 1, "", "HFHubApiLLM"], [12, 1, 1, "", "ModelEnum"], [12, 1, 1, "", "ModelTypes"]], "promptmeteo.models.hf_hub_api.ModelEnum": [[12, 3, 1, "", "FlanT5Xxl"]], "promptmeteo.models.hf_hub_api.ModelTypes": [[12, 3, 1, "", "FlanT5Xxl"], [12, 2, 1, "", "has_value"]], "promptmeteo.models.hf_pipeline": [[12, 1, 1, "", "HFPipelineLLM"], [12, 1, 1, "", "ModelParams"], [12, 1, 1, "", "ModelTypes"]], "promptmeteo.models.hf_pipeline.ModelParams": [[12, 3, 1, "", "MODEL_1"]], "promptmeteo.models.hf_pipeline.ModelTypes": [[12, 3, 1, "", "MODEL_1"], [12, 2, 1, "", "has_value"]], "promptmeteo.models.openai": [[12, 1, 1, "", "ModelEnum"], [12, 1, 1, "", "ModelTypes"], [12, 1, 1, "", "OpenAILLM"]], "promptmeteo.models.openai.ModelEnum": [[12, 3, 1, "", "GPT35Turbo"], [12, 3, 1, "", "GPT35TurboInstruct"]], "promptmeteo.models.openai.ModelTypes": [[12, 3, 1, "", "GPT35Turbo"], [12, 3, 1, "", "GPT35TurboInstruct"], [12, 2, 1, "", "has_value"]], "promptmeteo.parsers": [[13, 1, 1, "", "ParserFactory"], [13, 1, 1, "", "ParserTypes"], [13, 0, 0, "-", "api_parser"], [13, 0, 0, "-", "base"], [13, 0, 0, "-", "classification_parser"], [13, 0, 0, "-", "dummy_parser"], [13, 0, 0, "-", "json_parser"]], "promptmeteo.parsers.ParserFactory": [[13, 2, 1, "", "factory_method"]], "promptmeteo.parsers.ParserTypes": [[13, 3, 1, "", "PARSER_1"], [13, 3, 1, "", "PARSER_2"], [13, 3, 1, "", "PARSER_3"], [13, 3, 1, "", "PARSER_4"], [13, 3, 1, "", "PARSER_5"], [13, 3, 1, "", "PARSER_6"], [13, 3, 1, "", "PARSER_7"], [13, 3, 1, "", "PARSER_8"]], "promptmeteo.parsers.api_parser": [[13, 1, 1, "", "ApiParser"]], "promptmeteo.parsers.api_parser.ApiParser": [[13, 2, 1, "", "run"]], "promptmeteo.parsers.base": [[13, 1, 1, "", "BaseParser"], [13, 5, 1, "", "ParserException"]], "promptmeteo.parsers.base.BaseParser": [[13, 2, 1, "", "run"]], "promptmeteo.parsers.classification_parser": [[13, 1, 1, "", "ClassificationParser"]], "promptmeteo.parsers.classification_parser.ClassificationParser": [[13, 2, 1, "", "run"]], "promptmeteo.parsers.dummy_parser": [[13, 1, 1, "", "DummyParser"]], "promptmeteo.parsers.dummy_parser.DummyParser": [[13, 2, 1, "", "run"]], "promptmeteo.parsers.json_parser": [[13, 1, 1, "", "JSONParser"]], "promptmeteo.parsers.json_parser.JSONParser": [[13, 2, 1, "", "run"]], "promptmeteo.prompts": [[14, 1, 1, "", "PromptFactory"], [14, 0, 0, "-", "base"], [14, 6, 1, "", "get_files_taxonomy"]], "promptmeteo.prompts.PromptFactory": [[14, 2, 1, "", "build_class"], [14, 2, 1, "", "factory_method"]], "promptmeteo.prompts.base": [[14, 1, 1, "", "BasePrompt"]], "promptmeteo.prompts.base.BasePrompt": [[14, 3, 1, "", "PROMPT_EXAMPLE"], [14, 4, 1, "", "domain"], [14, 4, 1, "", "labels"], [14, 2, 1, "", "read_prompt"], [14, 2, 1, "", "run"], [14, 4, 1, "", "template"]], "promptmeteo.selector": [[15, 1, 1, "", "SelectorFactory"], [15, 1, 1, "", "SelectorTypes"], [15, 0, 0, "-", "base"], [15, 0, 0, "-", "custom_selectors"]], "promptmeteo.selector.SelectorFactory": [[15, 2, 1, "", "factory_method"]], "promptmeteo.selector.SelectorTypes": [[15, 3, 1, "", "SUPERVISED"], [15, 3, 1, "", "UNSUPERVISED"]], "promptmeteo.selector.base": [[15, 1, 1, "", "BaseSelector"], [15, 1, 1, "", "BaseSelectorSupervised"], [15, 1, 1, "", "BaseSelectorUnsupervised"], [15, 1, 1, "", "SelectorAlgorithms"]], "promptmeteo.selector.base.BaseSelector": [[15, 3, 1, "", "SELECTOR"], [15, 2, 1, "", "load_example_selector"], [15, 4, 1, "", "template"], [15, 4, 1, "", "vectorstore"]], "promptmeteo.selector.base.BaseSelectorSupervised": [[15, 2, 1, "", "run"], [15, 2, 1, "", "train"]], "promptmeteo.selector.base.BaseSelectorUnsupervised": [[15, 2, 1, "", "run"], [15, 2, 1, "", "train"]], "promptmeteo.selector.base.SelectorAlgorithms": [[15, 3, 1, "", "RELEVANCE"], [15, 3, 1, "", "SIMILARITY"], [15, 3, 1, "", "SIMILARITY_CLASS_BALANCED"]], "promptmeteo.selector.custom_selectors": [[15, 1, 1, "", "BalancedSemanticSamplesSelector"], [15, 6, 1, "", "sorted_values"]], "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector": [[15, 1, 1, "", "Config"], [15, 2, 1, "", "add_example"], [15, 3, 1, "", "class_key"], [15, 3, 1, "", "class_list"], [15, 3, 1, "", "example_keys"], [15, 2, 1, "", "from_examples"], [15, 3, 1, "", "input_keys"], [15, 3, 1, "", "k"], [15, 2, 1, "", "select_examples"], [15, 3, 1, "", "vectorstore"], [15, 3, 1, "", "vectorstore_kwargs"]], "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.Config": [[15, 3, 1, "", "arbitrary_types_allowed"]], "promptmeteo.summarizer": [[11, 1, 1, "", "Summarizer"]], "promptmeteo.summarizer.Summarizer": [[11, 3, 1, "", "TASK_TYPE"], [11, 3, 1, "", "language"], [11, 2, 1, "", "load_model"], [11, 3, 1, "", "model_name"], [11, 3, 1, "", "model_params"], [11, 3, 1, "", "model_provider_name"], [11, 3, 1, "", "model_provider_token"], [11, 3, 1, "", "prompt_detail"], [11, 3, 1, "", "prompt_domain"], [11, 3, 1, "", "prompt_labels"], [11, 2, 1, "", "train"], [11, 3, 1, "", "verbose"]], "promptmeteo.tasks": [[16, 0, 0, "-", "task"], [16, 0, 0, "-", "task_builder"]], "promptmeteo.tasks.task": [[16, 1, 1, "", "Task"]], "promptmeteo.tasks.task.Task": [[16, 4, 1, "", "language"], [16, 4, 1, "", "model"], [16, 4, 1, "", "parser"], [16, 4, 1, "", "prompt"], [16, 2, 1, "", "run"], [16, 4, 1, "", "selector"], [16, 4, 1, "", "task_type"]], "promptmeteo.tasks.task_builder": [[16, 1, 1, "", "TaskBuilder"], [16, 1, 1, "", "TaskTypes"]], "promptmeteo.tasks.task_builder.TaskBuilder": [[16, 2, 1, "", "build_model"], [16, 2, 1, "", "build_parser"], [16, 2, 1, "", "build_prompt"], [16, 2, 1, "", "build_selector_by_load"], [16, 2, 1, "", "build_selector_by_train"], [16, 4, 1, "", "task"]], "promptmeteo.tasks.task_builder.TaskTypes": [[16, 3, 1, "", "API_CORRECTION"], [16, 3, 1, "", "API_GENERATION"], [16, 3, 1, "", "CLASSIFICATION"], [16, 3, 1, "", "CODE_GENERATION"], [16, 3, 1, "", "QA"], [16, 3, 1, "", "SUMMARIZATION"]], "promptmeteo.tools": [[11, 6, 1, "", "add_docstring_from"]], "promptmeteo.validations": [[11, 6, 1, "", "validate_version_rest"], [11, 6, 1, "", "version_validation"]]}, "objtypes": {"0": "py:module", "1": "py:class", "2": "py:method", "3": "py:attribute", "4": "py:property", "5": "py:exception", "6": "py:function"}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "class", "Python class"], "2": ["py", "method", "Python method"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "property", "Python property"], "5": ["py", "exception", "Python exception"], "6": ["py", "function", "Python function"]}, "titleterms": {"class": [0, 2], "exampl": [0, 2, 5, 10, 11, 14], "what": 1, "i": 1, "thi": 1, "librari": 1, "how": 1, "do": 1, "we": 1, "prebuilt": 1, "task": [1, 16, 17], "eas": 1, "deploy": 1, "model": [1, 5, 6, 7, 12], "artifact": 1, "llm": 1, "integr": 1, "prompt": [1, 5, 7, 8, 9, 14], "templat": [1, 5, 7], "current": 1, "capacil": 1, "avail": 1, "promptmeteo": [2, 4, 5, 6, 11, 12, 13, 14, 15, 16], "content": [2, 11, 12, 13, 14, 15, 16], "notebook": 2, "instal": 3, "configur": [3, 6], "credenti": 3, "googl": 3, "cloud": 3, "openai": [3, 9, 10, 12], "hug": 3, "face": 3, "aw": 3, "bedrock": [3, 12], "usag": 5, "save": [5, 17], "load": [5, 17], "1": [5, 7, 8, 9, 10], "creat": [5, 17], "instanc": 5, "documentclassifi": 5, "2": [5, 7, 8, 9, 10], "predefin": 5, "text": [5, 7], "inject": 5, "3": [5, 7, 8, 9], "label": 5, "zero": 5, "shot": 5, "train": [5, 7, 17], "function": 5, "few": 5, "faiss": 5, "creation": 5, "predict": [5, 7], "new": [5, 7, 10], "data": [5, 7, 8, 9, 10], "4": [5, 7, 8, 9], "conclus": 5, "tune": 6, "sentiment": [7, 8, 9], "analysi": 7, "prepar": [7, 8, 9, 10], "en": [7, 8, 9], "build": [7, 8, 9], "dataset": [7, 8, 9], "classif": [7, 8, 9], "davinci": 7, "003": 7, "instanci": 7, "flan": [7, 8], "t5": [7, 8], "xxl": 7, "result": 7, "falcon": 7, "7b": 7, "instruct": [7, 10], "small": [7, 8], "sp": [7, 8, 9], "classificact": 7, "test": [8, 9, 10], "sin": [8, 9], "entrenamiento": [8, 9], "prueba": [8, 9], "con": [8, 9], "5": [8, 9], "e": [8, 9], "conclusion": [8, 9], "api": 10, "gener": 10, "apigener": 10, "formatt": 10, "correct": 10, "an": 10, "packag": [11, 12, 13, 14, 15, 16], "subpackag": 11, "submodul": [11, 12, 13, 14, 15, 16], "api_formatt": 11, "modul": [11, 12, 13, 14, 15, 16], "api_gener": 11, "base": [11, 12, 13, 14, 15], "note": 11, "code_gener": 11, "constant": 11, "document_classifi": 11, "document_qa": 11, "summar": 11, "tool": 11, "valid": 11, "azure_openai": 12, "fake_llm": 12, "google_vertexai": 12, "hf_hub_api": 12, "hf_pipelin": 12, "parser": 13, "api_pars": 13, "classification_pars": 13, "dummy_pars": 13, "json_pars": 13, "selector": 15, "custom_selector": 15, "task_build": 16, "quickstart": 17}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "nbsphinx": 4, "sphinx": 58}, "alltitles": {"\ud83d\udc7b Classes": [[0, "classes"]], "Example": [[0, null], [0, null], [0, null], [0, null], [0, null], [0, null], [11, null], [11, null], [11, null], [11, null], [11, null], [11, null], [11, null], [14, null]], "\ud83e\udd14 What is this library for?": [[1, "what-is-this-library-for"]], "\ud83d\ude80 How do we do it?": [[1, "how-do-we-do-it"]], "\ud83c\udfe0 Prebuilt tasks": [[1, "prebuilt-tasks"]], "\u2699\ufe0f Ease of Deployment": [[1, "ease-of-deployment"]], "\ud83d\udce6 Model Artifacts": [[1, "model-artifacts"]], "\u2699\ufe0f LLMs Integration": [[1, "llms-integration"]], "\ud83d\udcc4 Prompt Templating": [[1, "prompt-templating"]], "\ud83d\udccb Current capacilities": [[1, "current-capacilities"]], "\u2705 Available tasks": [[1, "available-tasks"]], "Tasks": [[1, "id1"]], "\u2705 Available Models": [[1, "available-models"]], "Models": [[1, "id2"]], "Promptmeteo \ud83d\udd25\ud83e\uddd4": [[2, "promptmeteo"]], "Contents:": [[2, null]], "Classes": [[2, null]], "Example notebooks": [[2, null]], "\u2699\ufe0f Installation and configuration": [[3, "installation-and-configuration"]], "Install": [[3, "install"]], "Configure credentials": [[3, "configure-credentials"]], "Google Cloud": [[3, "google-cloud"]], "OpenAI": [[3, "openai"]], "Hugging Face": [[3, "hugging-face"]], "AWS Bedrock": [[3, "aws-bedrock"]], "promptmeteo": [[4, "promptmeteo"]], "Promptmeteo Usage - Save and Load Model": [[5, "Promptmeteo-Usage---Save-and-Load-Model"]], "1. Create a model": [[5, "1.-Create-a-model"]], "1.1 Instance a DocumentClassifier": [[5, "1.1-Instance-a-DocumentClassifier"]], "1.2 Prompt Templates": [[5, "1.2-Prompt-Templates"]], "1.2.1 Predefined prompt templates": [[5, "1.2.1-Predefined-prompt-templates"]], "1.2.2 Prompt text - Prompt injection": [[5, "1.2.2-Prompt-text---Prompt-injection"]], "1.2.3 Injecting labels - Zero-shot Prompting": [[5, "1.2.3-Injecting-labels---Zero-shot-Prompting"]], "2. Train a model": [[5, "2.-Train-a-model"]], "2.1 Train function": [[5, "2.1-Train-function"]], "2.2 Examples Injection - Few-shot prompting": [[5, "2.2-Examples-Injection---Few-shot-prompting"]], "2.3 Save Model - FAISS": [[5, "2.3-Save-Model---FAISS"]], "3. Load a model": [[5, "3.-Load-a-model"]], "3.1 Model creation": [[5, "3.1-Model-creation"]], "3.2 Predict new data": [[5, "3.2-Predict-new-data"]], "4 Conclusions": [[5, "4-Conclusions"]], "Model Tuning - Promptmeteo Configuration": [[6, "Model-Tuning---Promptmeteo-Configuration"]], "Sentiment Analysis": [[7, "Sentiment-Analysis"]], "1. Data Preparation - EN - Build sentiment dataset.": [[7, "1.-Data-Preparation---EN---Build-sentiment-dataset."], [8, "1.-Data-Preparation---EN---Build-sentiment-dataset."], [9, "1.-Data-Preparation---EN---Build-sentiment-dataset."]], "2.1. Classification - EN - Model text-davinci-003": [[7, "2.1.-Classification---EN---Model-text-davinci-003"]], "2.1.1 Instanciate Model": [[7, "2.1.1-Instanciate-Model"]], "2.1.2 Classification Prompt template": [[7, "2.1.2-Classification-Prompt-template"]], "2.1.3 Train the model": [[7, "2.1.3-Train-the-model"]], "2.1.4 Predict new data": [[7, "2.1.4-Predict-new-data"]], "2.2. Classification - EN - Model Flan-T5-XXL": [[7, "2.2.-Classification---EN---Model-Flan-T5-XXL"]], "2.2.1 Results": [[7, "2.2.1-Results"]], "2.3. Classification - EN - Falcon-7b-instruct": [[7, "2.3.-Classification---EN---Falcon-7b-instruct"]], "2.3.1 Results": [[7, "2.3.1-Results"]], "2.4. Classification - EN - Model Flan-t5-small": [[7, "2.4.-Classification---EN---Model-Flan-t5-small"]], "2.4.1 Results": [[7, "2.4.1-Results"]], "3. Data Preparation - SP - Build sentiment dataset.": [[7, "3.-Data-Preparation---SP---Build-sentiment-dataset."]], "4.1 Classification - SP - Model text-davinci-003": [[7, "4.1-Classification---SP---Model-text-davinci-003"]], "4.1.1 Results": [[7, "4.1.1-Results"]], "4.2 Classificaction - SP - Flan-t5-small": [[7, "4.2-Classificaction---SP---Flan-t5-small"]], "4.2.1 Results": [[7, "4.2.1-Results"]], "Flan-t5-Small - Test Classification Prompts": [[8, "Flan-t5-Small---Test-Classification-Prompts"]], "2. EN - Sin entrenamiento": [[8, "2.-EN---Sin-entrenamiento"], [9, "2.-EN---Sin-entrenamiento"]], "Prueba 1": [[8, "Prueba-1"], [8, "id1"], [8, "id4"], [8, "id7"], [9, "Prueba-1"], [9, "id1"], [9, "id3"], [9, "id6"]], "Prueba 2": [[8, "Prueba-2"], [8, "id2"], [8, "id5"], [8, "id8"], [9, "Prueba-2"], [9, "id2"], [9, "id4"], [9, "id7"]], "Prueba 3": [[8, "Prueba-3"], [8, "id3"], [8, "id6"], [8, "id9"], [9, "Prueba-3"], [9, "id5"], [9, "id8"]], "3. EN - Con entrenamiento": [[8, "3.-EN---Con-entrenamiento"], [9, "3.-EN---Con-entrenamiento"]], "4. Data Preparation - SP - Build sentiment dataset.": [[8, "4.-Data-Preparation---SP---Build-sentiment-dataset."], [9, "4.-Data-Preparation---SP---Build-sentiment-dataset."]], "5 SP - Sin Entrenamiento": [[8, "5-SP---Sin-Entrenamiento"], [9, "5-SP---Sin-Entrenamiento"]], "ES - Con entrenamiento": [[8, "ES---Con-entrenamiento"], [9, "ES---Con-entrenamiento"]], "Conclusiones": [[8, "Conclusiones"], [9, "Conclusiones"]], "OpenAI - Test Classification Prompts": [[9, "OpenAI---Test-Classification-Prompts"]], "OpenAI - Test API Generation": [[10, "OpenAI---Test-API-Generation"]], "1. Data Preparation - API Examples and instructions.": [[10, "1.-Data-Preparation---API-Examples-and-instructions."]], "2. APIGenerator - Generate a new API.": [[10, "2.-APIGenerator---Generate-a-new-API."]], "API Formatter - Correct an API": [[10, "API-Formatter---Correct-an-API"]], "promptmeteo package": [[11, "promptmeteo-package"]], "Subpackages": [[11, "subpackages"]], "Submodules": [[11, "submodules"], [12, "submodules"], [13, "submodules"], [14, "submodules"], [15, "submodules"], [16, "submodules"]], "promptmeteo.api_formatter module": [[11, "module-promptmeteo.api_formatter"]], "promptmeteo.api_generator module": [[11, "module-promptmeteo.api_generator"]], "promptmeteo.base module": [[11, "module-promptmeteo.base"]], "Notes": [[11, null]], "promptmeteo.code_generator module": [[11, "module-promptmeteo.code_generator"]], "promptmeteo.constants module": [[11, "module-promptmeteo.constants"]], "promptmeteo.document_classifier module": [[11, "module-promptmeteo.document_classifier"]], "promptmeteo.document_qa module": [[11, "module-promptmeteo.document_qa"]], "promptmeteo.summarizer module": [[11, "module-promptmeteo.summarizer"]], "promptmeteo.tools module": [[11, "module-promptmeteo.tools"]], "promptmeteo.validations module": [[11, "module-promptmeteo.validations"]], "Module contents": [[11, "module-promptmeteo"], [12, "module-promptmeteo.models"], [13, "module-promptmeteo.parsers"], [14, "module-promptmeteo.prompts"], [15, "module-promptmeteo.selector"], [16, "module-promptmeteo.tasks"]], "promptmeteo.models package": [[12, "promptmeteo-models-package"]], "promptmeteo.models.azure_openai module": [[12, "module-promptmeteo.models.azure_openai"]], "promptmeteo.models.base module": [[12, "module-promptmeteo.models.base"]], "promptmeteo.models.bedrock module": [[12, "module-promptmeteo.models.bedrock"]], "promptmeteo.models.fake_llm module": [[12, "module-promptmeteo.models.fake_llm"]], "promptmeteo.models.google_vertexai module": [[12, "module-promptmeteo.models.google_vertexai"]], "promptmeteo.models.hf_hub_api module": [[12, "module-promptmeteo.models.hf_hub_api"]], "promptmeteo.models.hf_pipeline module": [[12, "module-promptmeteo.models.hf_pipeline"]], "promptmeteo.models.openai module": [[12, "module-promptmeteo.models.openai"]], "promptmeteo.parsers package": [[13, "promptmeteo-parsers-package"]], "promptmeteo.parsers.api_parser module": [[13, "module-promptmeteo.parsers.api_parser"]], "promptmeteo.parsers.base module": [[13, "module-promptmeteo.parsers.base"]], "promptmeteo.parsers.classification_parser module": [[13, "module-promptmeteo.parsers.classification_parser"]], "promptmeteo.parsers.dummy_parser module": [[13, "module-promptmeteo.parsers.dummy_parser"]], "promptmeteo.parsers.json_parser module": [[13, "module-promptmeteo.parsers.json_parser"]], "promptmeteo.prompts package": [[14, "promptmeteo-prompts-package"]], "promptmeteo.prompts.base module": [[14, "module-promptmeteo.prompts.base"]], "promptmeteo.selector package": [[15, "promptmeteo-selector-package"]], "promptmeteo.selector.base module": [[15, "module-promptmeteo.selector.base"]], "promptmeteo.selector.custom_selectors module": [[15, "module-promptmeteo.selector.custom_selectors"]], "promptmeteo.tasks package": [[16, "promptmeteo-tasks-package"]], "promptmeteo.tasks.task module": [[16, "module-promptmeteo.tasks.task"]], "promptmeteo.tasks.task_builder module": [[16, "module-promptmeteo.tasks.task_builder"]], "\u26a1 Quickstart": [[17, "quickstart"]], "\u2728 Create the task": [[17, "create-the-task"]], "\u2728 Train the task": [[17, "train-the-task"]], "\u2728 Save a trained task": [[17, "save-a-trained-task"]], "\u2728 Load a trained task": [[17, "load-a-trained-task"]]}, "indexentries": {"apiformatter (class in promptmeteo)": [[0, "promptmeteo.APIFormatter"]], "apigenerator (class in promptmeteo)": [[0, "promptmeteo.APIGenerator"]], "codegenerator (class in promptmeteo)": [[0, "promptmeteo.CodeGenerator"]], "documentclassifier (class in promptmeteo)": [[0, "promptmeteo.DocumentClassifier"]], "documentqa (class in promptmeteo)": [[0, "promptmeteo.DocumentQA"]], "summarizer (class in promptmeteo)": [[0, "promptmeteo.Summarizer"]], "load_model() (promptmeteo.apiformatter class method)": [[0, "promptmeteo.APIFormatter.load_model"]], "load_model() (promptmeteo.summarizer class method)": [[0, "promptmeteo.Summarizer.load_model"]], "predict() (promptmeteo.apiformatter method)": [[0, "promptmeteo.APIFormatter.predict"]], "train() (promptmeteo.apiformatter method)": [[0, "promptmeteo.APIFormatter.train"]], "train() (promptmeteo.apigenerator method)": [[0, "promptmeteo.APIGenerator.train"]], "train() (promptmeteo.documentclassifier method)": [[0, "promptmeteo.DocumentClassifier.train"]], "train() (promptmeteo.summarizer method)": [[0, "promptmeteo.Summarizer.train"]], "allowed_protocols (promptmeteo.api_formatter.apiformatter attribute)": [[11, "promptmeteo.api_formatter.APIFormatter.ALLOWED_PROTOCOLS"]], "allowed_protocols (promptmeteo.api_generator.apigenerator attribute)": [[11, "promptmeteo.api_generator.APIGenerator.ALLOWED_PROTOCOLS"]], "apiformatter (class in promptmeteo.api_formatter)": [[11, "promptmeteo.api_formatter.APIFormatter"]], "apigenerator (class in promptmeteo.api_generator)": [[11, "promptmeteo.api_generator.APIGenerator"]], "base (class in promptmeteo.base)": [[11, "promptmeteo.base.Base"]], "basesupervised (class in promptmeteo.base)": [[11, "promptmeteo.base.BaseSupervised"]], "baseunsupervised (class in promptmeteo.base)": [[11, "promptmeteo.base.BaseUnsupervised"]], "codegenerator (class in promptmeteo.code_generator)": [[11, "promptmeteo.code_generator.CodeGenerator"]], "documentclassifier (class in promptmeteo.document_classifier)": [[11, "promptmeteo.document_classifier.DocumentClassifier"]], "documentqa (class in promptmeteo.document_qa)": [[11, "promptmeteo.document_qa.DocumentQA"]], "selector_type (promptmeteo.base.base attribute)": [[11, "promptmeteo.base.Base.SELECTOR_TYPE"]], "selector_type (promptmeteo.base.basesupervised attribute)": [[11, "promptmeteo.base.BaseSupervised.SELECTOR_TYPE"]], "selector_type (promptmeteo.base.baseunsupervised attribute)": [[11, "promptmeteo.base.BaseUnsupervised.SELECTOR_TYPE"]], "summarizer (class in promptmeteo.summarizer)": [[11, "promptmeteo.summarizer.Summarizer"]], "task_type (promptmeteo.api_formatter.apiformatter attribute)": [[11, "promptmeteo.api_formatter.APIFormatter.TASK_TYPE"]], "task_type (promptmeteo.api_generator.apigenerator attribute)": [[11, "promptmeteo.api_generator.APIGenerator.TASK_TYPE"]], "task_type (promptmeteo.base.base attribute)": [[11, "promptmeteo.base.Base.TASK_TYPE"]], "task_type (promptmeteo.code_generator.codegenerator attribute)": [[11, "promptmeteo.code_generator.CodeGenerator.TASK_TYPE"]], "task_type (promptmeteo.document_classifier.documentclassifier attribute)": [[11, "promptmeteo.document_classifier.DocumentClassifier.TASK_TYPE"]], "task_type (promptmeteo.document_qa.documentqa attribute)": [[11, "promptmeteo.document_qa.DocumentQA.TASK_TYPE"]], "task_type (promptmeteo.summarizer.summarizer attribute)": [[11, "promptmeteo.summarizer.Summarizer.TASK_TYPE"]], "add_docstring_from() (in module promptmeteo.tools)": [[11, "promptmeteo.tools.add_docstring_from"]], "builder (promptmeteo.base.base property)": [[11, "promptmeteo.base.Base.builder"]], "create_builder() (promptmeteo.base.base method)": [[11, "promptmeteo.base.Base.create_builder"]], "init_params (promptmeteo.base.base property)": [[11, "promptmeteo.base.Base.init_params"]], "is_trained (promptmeteo.base.base property)": [[11, "promptmeteo.base.Base.is_trained"]], "language (promptmeteo.base.basesupervised attribute)": [[11, "promptmeteo.base.BaseSupervised.language"]], "language (promptmeteo.base.baseunsupervised attribute)": [[11, "promptmeteo.base.BaseUnsupervised.language"]], "language (promptmeteo.code_generator.codegenerator attribute)": [[11, "promptmeteo.code_generator.CodeGenerator.language"]], "language (promptmeteo.document_classifier.documentclassifier attribute)": [[11, "promptmeteo.document_classifier.DocumentClassifier.language"]], "language (promptmeteo.document_qa.documentqa attribute)": [[11, "promptmeteo.document_qa.DocumentQA.language"]], "language (promptmeteo.summarizer.summarizer attribute)": [[11, "promptmeteo.summarizer.Summarizer.language"]], "load_model() (promptmeteo.api_formatter.apiformatter class method)": [[11, "promptmeteo.api_formatter.APIFormatter.load_model"]], "load_model() (promptmeteo.base.base class method)": [[11, "promptmeteo.base.Base.load_model"]], "load_model() (promptmeteo.summarizer.summarizer class method)": [[11, "promptmeteo.summarizer.Summarizer.load_model"]], "model_name (promptmeteo.base.basesupervised attribute)": [[11, "promptmeteo.base.BaseSupervised.model_name"]], "model_name (promptmeteo.base.baseunsupervised attribute)": [[11, "promptmeteo.base.BaseUnsupervised.model_name"]], "model_name (promptmeteo.code_generator.codegenerator attribute)": [[11, "promptmeteo.code_generator.CodeGenerator.model_name"]], "model_name (promptmeteo.document_classifier.documentclassifier attribute)": [[11, "promptmeteo.document_classifier.DocumentClassifier.model_name"]], "model_name (promptmeteo.document_qa.documentqa attribute)": [[11, "promptmeteo.document_qa.DocumentQA.model_name"]], "model_name (promptmeteo.summarizer.summarizer attribute)": [[11, "promptmeteo.summarizer.Summarizer.model_name"]], "model_params (promptmeteo.base.basesupervised attribute)": [[11, "promptmeteo.base.BaseSupervised.model_params"]], "model_params (promptmeteo.base.baseunsupervised attribute)": [[11, "promptmeteo.base.BaseUnsupervised.model_params"]], "model_params (promptmeteo.code_generator.codegenerator attribute)": [[11, "promptmeteo.code_generator.CodeGenerator.model_params"]], "model_params (promptmeteo.document_classifier.documentclassifier attribute)": [[11, "promptmeteo.document_classifier.DocumentClassifier.model_params"]], "model_params (promptmeteo.document_qa.documentqa attribute)": [[11, "promptmeteo.document_qa.DocumentQA.model_params"]], "model_params (promptmeteo.summarizer.summarizer attribute)": [[11, "promptmeteo.summarizer.Summarizer.model_params"]], "model_provider_name (promptmeteo.base.basesupervised attribute)": [[11, "promptmeteo.base.BaseSupervised.model_provider_name"]], "model_provider_name (promptmeteo.base.baseunsupervised attribute)": [[11, "promptmeteo.base.BaseUnsupervised.model_provider_name"]], "model_provider_name (promptmeteo.code_generator.codegenerator attribute)": [[11, "promptmeteo.code_generator.CodeGenerator.model_provider_name"]], "model_provider_name (promptmeteo.document_classifier.documentclassifier attribute)": [[11, "promptmeteo.document_classifier.DocumentClassifier.model_provider_name"]], "model_provider_name (promptmeteo.document_qa.documentqa attribute)": [[11, "promptmeteo.document_qa.DocumentQA.model_provider_name"]], "model_provider_name (promptmeteo.summarizer.summarizer attribute)": [[11, "promptmeteo.summarizer.Summarizer.model_provider_name"]], "model_provider_token (promptmeteo.base.basesupervised attribute)": [[11, "promptmeteo.base.BaseSupervised.model_provider_token"]], "model_provider_token (promptmeteo.base.baseunsupervised attribute)": [[11, "promptmeteo.base.BaseUnsupervised.model_provider_token"]], "model_provider_token (promptmeteo.code_generator.codegenerator attribute)": [[11, "promptmeteo.code_generator.CodeGenerator.model_provider_token"]], "model_provider_token (promptmeteo.document_classifier.documentclassifier attribute)": [[11, "promptmeteo.document_classifier.DocumentClassifier.model_provider_token"]], "model_provider_token (promptmeteo.document_qa.documentqa attribute)": [[11, "promptmeteo.document_qa.DocumentQA.model_provider_token"]], "model_provider_token (promptmeteo.summarizer.summarizer attribute)": [[11, "promptmeteo.summarizer.Summarizer.model_provider_token"]], "module": [[11, "module-promptmeteo"], [11, "module-promptmeteo.api_formatter"], [11, "module-promptmeteo.api_generator"], [11, "module-promptmeteo.base"], [11, "module-promptmeteo.code_generator"], [11, "module-promptmeteo.constants"], [11, "module-promptmeteo.document_classifier"], [11, "module-promptmeteo.document_qa"], [11, "module-promptmeteo.summarizer"], [11, "module-promptmeteo.tools"], [11, "module-promptmeteo.validations"], [12, "module-promptmeteo.models"], [12, "module-promptmeteo.models.azure_openai"], [12, "module-promptmeteo.models.base"], [12, "module-promptmeteo.models.bedrock"], [12, "module-promptmeteo.models.fake_llm"], [12, "module-promptmeteo.models.google_vertexai"], [12, "module-promptmeteo.models.hf_hub_api"], [12, "module-promptmeteo.models.hf_pipeline"], [12, "module-promptmeteo.models.openai"], [13, "module-promptmeteo.parsers"], [13, "module-promptmeteo.parsers.api_parser"], [13, "module-promptmeteo.parsers.base"], [13, "module-promptmeteo.parsers.classification_parser"], [13, "module-promptmeteo.parsers.dummy_parser"], [13, "module-promptmeteo.parsers.json_parser"], [14, "module-promptmeteo.prompts"], [14, "module-promptmeteo.prompts.base"], [15, "module-promptmeteo.selector"], [15, "module-promptmeteo.selector.base"], [15, "module-promptmeteo.selector.custom_selectors"], [16, "module-promptmeteo.tasks"], [16, "module-promptmeteo.tasks.task"], [16, "module-promptmeteo.tasks.task_builder"]], "predict() (promptmeteo.api_formatter.apiformatter method)": [[11, "promptmeteo.api_formatter.APIFormatter.predict"]], "predict() (promptmeteo.base.base method)": [[11, "promptmeteo.base.Base.predict"]], "prompt_detail (promptmeteo.base.basesupervised attribute)": [[11, "promptmeteo.base.BaseSupervised.prompt_detail"]], "prompt_detail (promptmeteo.base.baseunsupervised attribute)": [[11, "promptmeteo.base.BaseUnsupervised.prompt_detail"]], "prompt_detail (promptmeteo.code_generator.codegenerator attribute)": [[11, "promptmeteo.code_generator.CodeGenerator.prompt_detail"]], "prompt_detail (promptmeteo.document_classifier.documentclassifier attribute)": [[11, "promptmeteo.document_classifier.DocumentClassifier.prompt_detail"]], "prompt_detail (promptmeteo.document_qa.documentqa attribute)": [[11, "promptmeteo.document_qa.DocumentQA.prompt_detail"]], "prompt_detail (promptmeteo.summarizer.summarizer attribute)": [[11, "promptmeteo.summarizer.Summarizer.prompt_detail"]], "prompt_domain (promptmeteo.base.basesupervised attribute)": [[11, "promptmeteo.base.BaseSupervised.prompt_domain"]], "prompt_domain (promptmeteo.base.baseunsupervised attribute)": [[11, "promptmeteo.base.BaseUnsupervised.prompt_domain"]], "prompt_domain (promptmeteo.code_generator.codegenerator attribute)": [[11, "promptmeteo.code_generator.CodeGenerator.prompt_domain"]], "prompt_domain (promptmeteo.document_classifier.documentclassifier attribute)": [[11, "promptmeteo.document_classifier.DocumentClassifier.prompt_domain"]], "prompt_domain (promptmeteo.document_qa.documentqa attribute)": [[11, "promptmeteo.document_qa.DocumentQA.prompt_domain"]], "prompt_domain (promptmeteo.summarizer.summarizer attribute)": [[11, "promptmeteo.summarizer.Summarizer.prompt_domain"]], "prompt_labels (promptmeteo.base.basesupervised attribute)": [[11, "promptmeteo.base.BaseSupervised.prompt_labels"]], "prompt_labels (promptmeteo.base.baseunsupervised attribute)": [[11, "promptmeteo.base.BaseUnsupervised.prompt_labels"]], "prompt_labels (promptmeteo.code_generator.codegenerator attribute)": [[11, "promptmeteo.code_generator.CodeGenerator.prompt_labels"]], "prompt_labels (promptmeteo.document_classifier.documentclassifier attribute)": [[11, "promptmeteo.document_classifier.DocumentClassifier.prompt_labels"]], "prompt_labels (promptmeteo.document_qa.documentqa attribute)": [[11, "promptmeteo.document_qa.DocumentQA.prompt_labels"]], "prompt_labels (promptmeteo.summarizer.summarizer attribute)": [[11, "promptmeteo.summarizer.Summarizer.prompt_labels"]], "promptmeteo": [[11, "module-promptmeteo"]], "promptmeteo.api_formatter": [[11, "module-promptmeteo.api_formatter"]], "promptmeteo.api_generator": [[11, "module-promptmeteo.api_generator"]], "promptmeteo.base": [[11, "module-promptmeteo.base"]], "promptmeteo.code_generator": [[11, "module-promptmeteo.code_generator"]], "promptmeteo.constants": [[11, "module-promptmeteo.constants"]], "promptmeteo.document_classifier": [[11, "module-promptmeteo.document_classifier"]], "promptmeteo.document_qa": [[11, "module-promptmeteo.document_qa"]], "promptmeteo.summarizer": [[11, "module-promptmeteo.summarizer"]], "promptmeteo.tools": [[11, "module-promptmeteo.tools"]], "promptmeteo.validations": [[11, "module-promptmeteo.validations"]], "save_model() (promptmeteo.base.base method)": [[11, "promptmeteo.base.Base.save_model"]], "task (promptmeteo.base.base property)": [[11, "promptmeteo.base.Base.task"]], "train() (promptmeteo.api_formatter.apiformatter method)": [[11, "promptmeteo.api_formatter.APIFormatter.train"]], "train() (promptmeteo.api_generator.apigenerator method)": [[11, "promptmeteo.api_generator.APIGenerator.train"]], "train() (promptmeteo.base.basesupervised method)": [[11, "promptmeteo.base.BaseSupervised.train"]], "train() (promptmeteo.base.baseunsupervised method)": [[11, "promptmeteo.base.BaseUnsupervised.train"]], "train() (promptmeteo.document_classifier.documentclassifier method)": [[11, "promptmeteo.document_classifier.DocumentClassifier.train"]], "train() (promptmeteo.summarizer.summarizer method)": [[11, "promptmeteo.summarizer.Summarizer.train"]], "validate_version_rest() (in module promptmeteo.validations)": [[11, "promptmeteo.validations.validate_version_rest"]], "verbose (promptmeteo.base.basesupervised attribute)": [[11, "promptmeteo.base.BaseSupervised.verbose"]], "verbose (promptmeteo.base.baseunsupervised attribute)": [[11, "promptmeteo.base.BaseUnsupervised.verbose"]], "verbose (promptmeteo.code_generator.codegenerator attribute)": [[11, "promptmeteo.code_generator.CodeGenerator.verbose"]], "verbose (promptmeteo.document_classifier.documentclassifier attribute)": [[11, "promptmeteo.document_classifier.DocumentClassifier.verbose"]], "verbose (promptmeteo.document_qa.documentqa attribute)": [[11, "promptmeteo.document_qa.DocumentQA.verbose"]], "verbose (promptmeteo.summarizer.summarizer attribute)": [[11, "promptmeteo.summarizer.Summarizer.verbose"]], "version_validation() (in module promptmeteo.validations)": [[11, "promptmeteo.validations.version_validation"]], "anthropicclaudev2 (promptmeteo.models.bedrock.modelenum attribute)": [[12, "promptmeteo.models.bedrock.ModelEnum.AnthropicClaudeV2"]], "anthropicclaudev2 (promptmeteo.models.bedrock.modeltypes attribute)": [[12, "promptmeteo.models.bedrock.ModelTypes.AnthropicClaudeV2"]], "azureopenaillm (class in promptmeteo.models.azure_openai)": [[12, "promptmeteo.models.azure_openai.AzureOpenAILLM"]], "basemodel (class in promptmeteo.models.base)": [[12, "promptmeteo.models.base.BaseModel"]], "bedrockllm (class in promptmeteo.models.bedrock)": [[12, "promptmeteo.models.bedrock.BedrockLLM"]], "fakellm (class in promptmeteo.models.fake_llm)": [[12, "promptmeteo.models.fake_llm.FakeLLM"]], "fakelistllm (class in promptmeteo.models.fake_llm)": [[12, "promptmeteo.models.fake_llm.FakeListLLM"]], "fakepromptcopyllm (class in promptmeteo.models.fake_llm)": [[12, "promptmeteo.models.fake_llm.FakePromptCopyLLM"]], "fakestaticllm (class in promptmeteo.models.fake_llm)": [[12, "promptmeteo.models.fake_llm.FakeStaticLLM"]], "flant5xxl (promptmeteo.models.hf_hub_api.modelenum attribute)": [[12, "promptmeteo.models.hf_hub_api.ModelEnum.FlanT5Xxl"]], "flant5xxl (promptmeteo.models.hf_hub_api.modeltypes attribute)": [[12, "promptmeteo.models.hf_hub_api.ModelTypes.FlanT5Xxl"]], "gpt35turbo (promptmeteo.models.azure_openai.modelenum attribute)": [[12, "promptmeteo.models.azure_openai.ModelEnum.GPT35Turbo"]], "gpt35turbo (promptmeteo.models.azure_openai.modeltypes attribute)": [[12, "promptmeteo.models.azure_openai.ModelTypes.GPT35Turbo"]], "gpt35turbo (promptmeteo.models.openai.modelenum attribute)": [[12, "promptmeteo.models.openai.ModelEnum.GPT35Turbo"]], "gpt35turbo (promptmeteo.models.openai.modeltypes attribute)": [[12, "promptmeteo.models.openai.ModelTypes.GPT35Turbo"]], "gpt35turboinstruct (promptmeteo.models.azure_openai.modelenum attribute)": [[12, "promptmeteo.models.azure_openai.ModelEnum.GPT35TurboInstruct"]], "gpt35turboinstruct (promptmeteo.models.azure_openai.modeltypes attribute)": [[12, "promptmeteo.models.azure_openai.ModelTypes.GPT35TurboInstruct"]], "gpt35turboinstruct (promptmeteo.models.openai.modelenum attribute)": [[12, "promptmeteo.models.openai.ModelEnum.GPT35TurboInstruct"]], "gpt35turboinstruct (promptmeteo.models.openai.modeltypes attribute)": [[12, "promptmeteo.models.openai.ModelTypes.GPT35TurboInstruct"]], "googlevertexaillm (class in promptmeteo.models.google_vertexai)": [[12, "promptmeteo.models.google_vertexai.GoogleVertexAILLM"]], "hfhubapillm (class in promptmeteo.models.hf_hub_api)": [[12, "promptmeteo.models.hf_hub_api.HFHubApiLLM"]], "hfpipelinellm (class in promptmeteo.models.hf_pipeline)": [[12, "promptmeteo.models.hf_pipeline.HFPipelineLLM"]], "llm_mapping (promptmeteo.models.fake_llm.fakellm attribute)": [[12, "promptmeteo.models.fake_llm.FakeLLM.LLM_MAPPING"]], "mapping (promptmeteo.models.modelfactory attribute)": [[12, "promptmeteo.models.ModelFactory.MAPPING"]], "model_1 (promptmeteo.models.fake_llm.modeltypes attribute)": [[12, "promptmeteo.models.fake_llm.ModelTypes.MODEL_1"]], "model_1 (promptmeteo.models.hf_pipeline.modelparams attribute)": [[12, "promptmeteo.models.hf_pipeline.ModelParams.MODEL_1"]], "model_1 (promptmeteo.models.hf_pipeline.modeltypes attribute)": [[12, "promptmeteo.models.hf_pipeline.ModelTypes.MODEL_1"]], "model_2 (promptmeteo.models.fake_llm.modeltypes attribute)": [[12, "promptmeteo.models.fake_llm.ModelTypes.MODEL_2"]], "model_3 (promptmeteo.models.fake_llm.modeltypes attribute)": [[12, "promptmeteo.models.fake_llm.ModelTypes.MODEL_3"]], "modelenum (class in promptmeteo.models.azure_openai)": [[12, "promptmeteo.models.azure_openai.ModelEnum"]], "modelenum (class in promptmeteo.models.bedrock)": [[12, "promptmeteo.models.bedrock.ModelEnum"]], "modelenum (class in promptmeteo.models.google_vertexai)": [[12, "promptmeteo.models.google_vertexai.ModelEnum"]], "modelenum (class in promptmeteo.models.hf_hub_api)": [[12, "promptmeteo.models.hf_hub_api.ModelEnum"]], "modelenum (class in promptmeteo.models.openai)": [[12, "promptmeteo.models.openai.ModelEnum"]], "modelfactory (class in promptmeteo.models)": [[12, "promptmeteo.models.ModelFactory"]], "modelparams (class in promptmeteo.models.hf_pipeline)": [[12, "promptmeteo.models.hf_pipeline.ModelParams"]], "modelprovider (class in promptmeteo.models)": [[12, "promptmeteo.models.ModelProvider"]], "modeltypes (class in promptmeteo.models.azure_openai)": [[12, "promptmeteo.models.azure_openai.ModelTypes"]], "modeltypes (class in promptmeteo.models.bedrock)": [[12, "promptmeteo.models.bedrock.ModelTypes"]], "modeltypes (class in promptmeteo.models.fake_llm)": [[12, "promptmeteo.models.fake_llm.ModelTypes"]], "modeltypes (class in promptmeteo.models.google_vertexai)": [[12, "promptmeteo.models.google_vertexai.ModelTypes"]], "modeltypes (class in promptmeteo.models.hf_hub_api)": [[12, "promptmeteo.models.hf_hub_api.ModelTypes"]], "modeltypes (class in promptmeteo.models.hf_pipeline)": [[12, "promptmeteo.models.hf_pipeline.ModelTypes"]], "modeltypes (class in promptmeteo.models.openai)": [[12, "promptmeteo.models.openai.ModelTypes"]], "openaillm (class in promptmeteo.models.openai)": [[12, "promptmeteo.models.openai.OpenAILLM"]], "provider_0 (promptmeteo.models.modelprovider attribute)": [[12, "promptmeteo.models.ModelProvider.PROVIDER_0"]], "provider_1 (promptmeteo.models.modelprovider attribute)": [[12, "promptmeteo.models.ModelProvider.PROVIDER_1"]], "provider_2 (promptmeteo.models.modelprovider attribute)": [[12, "promptmeteo.models.ModelProvider.PROVIDER_2"]], "provider_3 (promptmeteo.models.modelprovider attribute)": [[12, "promptmeteo.models.ModelProvider.PROVIDER_3"]], "provider_4 (promptmeteo.models.modelprovider attribute)": [[12, "promptmeteo.models.ModelProvider.PROVIDER_4"]], "provider_5 (promptmeteo.models.modelprovider attribute)": [[12, "promptmeteo.models.ModelProvider.PROVIDER_5"]], "textbison (promptmeteo.models.google_vertexai.modelenum attribute)": [[12, "promptmeteo.models.google_vertexai.ModelEnum.TextBison"]], "textbison (promptmeteo.models.google_vertexai.modeltypes attribute)": [[12, "promptmeteo.models.google_vertexai.ModelTypes.TextBison"]], "textbison001 (promptmeteo.models.google_vertexai.modelenum attribute)": [[12, "promptmeteo.models.google_vertexai.ModelEnum.TextBison001"]], "textbison001 (promptmeteo.models.google_vertexai.modeltypes attribute)": [[12, "promptmeteo.models.google_vertexai.ModelTypes.TextBison001"]], "textbison32k (promptmeteo.models.google_vertexai.modelenum attribute)": [[12, "promptmeteo.models.google_vertexai.ModelEnum.TextBison32k"]], "textbison32k (promptmeteo.models.google_vertexai.modeltypes attribute)": [[12, "promptmeteo.models.google_vertexai.ModelTypes.TextBison32k"]], "cache (promptmeteo.models.fake_llm.fakepromptcopyllm attribute)": [[12, "promptmeteo.models.fake_llm.FakePromptCopyLLM.cache"]], "callback_manager (promptmeteo.models.fake_llm.fakepromptcopyllm attribute)": [[12, "promptmeteo.models.fake_llm.FakePromptCopyLLM.callback_manager"]], "callbacks (promptmeteo.models.fake_llm.fakepromptcopyllm attribute)": [[12, "promptmeteo.models.fake_llm.FakePromptCopyLLM.callbacks"]], "embeddings (promptmeteo.models.base.basemodel property)": [[12, "promptmeteo.models.base.BaseModel.embeddings"]], "factory_method() (promptmeteo.models.modelfactory class method)": [[12, "promptmeteo.models.ModelFactory.factory_method"]], "has_value() (promptmeteo.models.azure_openai.modeltypes class method)": [[12, "promptmeteo.models.azure_openai.ModelTypes.has_value"]], "has_value() (promptmeteo.models.bedrock.modeltypes class method)": [[12, "promptmeteo.models.bedrock.ModelTypes.has_value"]], "has_value() (promptmeteo.models.google_vertexai.modeltypes class method)": [[12, "promptmeteo.models.google_vertexai.ModelTypes.has_value"]], "has_value() (promptmeteo.models.hf_hub_api.modeltypes class method)": [[12, "promptmeteo.models.hf_hub_api.ModelTypes.has_value"]], "has_value() (promptmeteo.models.hf_pipeline.modeltypes class method)": [[12, "promptmeteo.models.hf_pipeline.ModelTypes.has_value"]], "has_value() (promptmeteo.models.openai.modeltypes class method)": [[12, "promptmeteo.models.openai.ModelTypes.has_value"]], "i (promptmeteo.models.fake_llm.fakelistllm attribute)": [[12, "promptmeteo.models.fake_llm.FakeListLLM.i"]], "llm (promptmeteo.models.base.basemodel property)": [[12, "promptmeteo.models.base.BaseModel.llm"]], "metadata (promptmeteo.models.fake_llm.fakepromptcopyllm attribute)": [[12, "promptmeteo.models.fake_llm.FakePromptCopyLLM.metadata"]], "promptmeteo.models": [[12, "module-promptmeteo.models"]], "promptmeteo.models.azure_openai": [[12, "module-promptmeteo.models.azure_openai"]], "promptmeteo.models.base": [[12, "module-promptmeteo.models.base"]], "promptmeteo.models.bedrock": [[12, "module-promptmeteo.models.bedrock"]], "promptmeteo.models.fake_llm": [[12, "module-promptmeteo.models.fake_llm"]], "promptmeteo.models.google_vertexai": [[12, "module-promptmeteo.models.google_vertexai"]], "promptmeteo.models.hf_hub_api": [[12, "module-promptmeteo.models.hf_hub_api"]], "promptmeteo.models.hf_pipeline": [[12, "module-promptmeteo.models.hf_pipeline"]], "promptmeteo.models.openai": [[12, "module-promptmeteo.models.openai"]], "response (promptmeteo.models.fake_llm.fakestaticllm attribute)": [[12, "promptmeteo.models.fake_llm.FakeStaticLLM.response"]], "responses (promptmeteo.models.fake_llm.fakelistllm attribute)": [[12, "promptmeteo.models.fake_llm.FakeListLLM.responses"]], "run() (promptmeteo.models.base.basemodel method)": [[12, "promptmeteo.models.base.BaseModel.run"]], "tags (promptmeteo.models.fake_llm.fakepromptcopyllm attribute)": [[12, "promptmeteo.models.fake_llm.FakePromptCopyLLM.tags"]], "verbose (promptmeteo.models.fake_llm.fakepromptcopyllm attribute)": [[12, "promptmeteo.models.fake_llm.FakePromptCopyLLM.verbose"]], "apiparser (class in promptmeteo.parsers.api_parser)": [[13, "promptmeteo.parsers.api_parser.ApiParser"]], "baseparser (class in promptmeteo.parsers.base)": [[13, "promptmeteo.parsers.base.BaseParser"]], "classificationparser (class in promptmeteo.parsers.classification_parser)": [[13, "promptmeteo.parsers.classification_parser.ClassificationParser"]], "dummyparser (class in promptmeteo.parsers.dummy_parser)": [[13, "promptmeteo.parsers.dummy_parser.DummyParser"]], "jsonparser (class in promptmeteo.parsers.json_parser)": [[13, "promptmeteo.parsers.json_parser.JSONParser"]], "parser_1 (promptmeteo.parsers.parsertypes attribute)": [[13, "promptmeteo.parsers.ParserTypes.PARSER_1"]], "parser_2 (promptmeteo.parsers.parsertypes attribute)": [[13, "promptmeteo.parsers.ParserTypes.PARSER_2"]], "parser_3 (promptmeteo.parsers.parsertypes attribute)": [[13, "promptmeteo.parsers.ParserTypes.PARSER_3"]], "parser_4 (promptmeteo.parsers.parsertypes attribute)": [[13, "promptmeteo.parsers.ParserTypes.PARSER_4"]], "parser_5 (promptmeteo.parsers.parsertypes attribute)": [[13, "promptmeteo.parsers.ParserTypes.PARSER_5"]], "parser_6 (promptmeteo.parsers.parsertypes attribute)": [[13, "promptmeteo.parsers.ParserTypes.PARSER_6"]], "parser_7 (promptmeteo.parsers.parsertypes attribute)": [[13, "promptmeteo.parsers.ParserTypes.PARSER_7"]], "parser_8 (promptmeteo.parsers.parsertypes attribute)": [[13, "promptmeteo.parsers.ParserTypes.PARSER_8"]], "parserexception": [[13, "promptmeteo.parsers.base.ParserException"]], "parserfactory (class in promptmeteo.parsers)": [[13, "promptmeteo.parsers.ParserFactory"]], "parsertypes (class in promptmeteo.parsers)": [[13, "promptmeteo.parsers.ParserTypes"]], "factory_method() (promptmeteo.parsers.parserfactory class method)": [[13, "promptmeteo.parsers.ParserFactory.factory_method"]], "promptmeteo.parsers": [[13, "module-promptmeteo.parsers"]], "promptmeteo.parsers.api_parser": [[13, "module-promptmeteo.parsers.api_parser"]], "promptmeteo.parsers.base": [[13, "module-promptmeteo.parsers.base"]], "promptmeteo.parsers.classification_parser": [[13, "module-promptmeteo.parsers.classification_parser"]], "promptmeteo.parsers.dummy_parser": [[13, "module-promptmeteo.parsers.dummy_parser"]], "promptmeteo.parsers.json_parser": [[13, "module-promptmeteo.parsers.json_parser"]], "run() (promptmeteo.parsers.api_parser.apiparser method)": [[13, "promptmeteo.parsers.api_parser.ApiParser.run"]], "run() (promptmeteo.parsers.base.baseparser method)": [[13, "promptmeteo.parsers.base.BaseParser.run"]], "run() (promptmeteo.parsers.classification_parser.classificationparser method)": [[13, "promptmeteo.parsers.classification_parser.ClassificationParser.run"]], "run() (promptmeteo.parsers.dummy_parser.dummyparser method)": [[13, "promptmeteo.parsers.dummy_parser.DummyParser.run"]], "run() (promptmeteo.parsers.json_parser.jsonparser method)": [[13, "promptmeteo.parsers.json_parser.JSONParser.run"]], "baseprompt (class in promptmeteo.prompts.base)": [[14, "promptmeteo.prompts.base.BasePrompt"]], "prompt_example (promptmeteo.prompts.base.baseprompt attribute)": [[14, "promptmeteo.prompts.base.BasePrompt.PROMPT_EXAMPLE"]], "promptfactory (class in promptmeteo.prompts)": [[14, "promptmeteo.prompts.PromptFactory"]], "build_class() (promptmeteo.prompts.promptfactory static method)": [[14, "promptmeteo.prompts.PromptFactory.build_class"]], "domain (promptmeteo.prompts.base.baseprompt property)": [[14, "promptmeteo.prompts.base.BasePrompt.domain"]], "factory_method() (promptmeteo.prompts.promptfactory class method)": [[14, "promptmeteo.prompts.PromptFactory.factory_method"]], "get_files_taxonomy() (in module promptmeteo.prompts)": [[14, "promptmeteo.prompts.get_files_taxonomy"]], "labels (promptmeteo.prompts.base.baseprompt property)": [[14, "promptmeteo.prompts.base.BasePrompt.labels"]], "promptmeteo.prompts": [[14, "module-promptmeteo.prompts"]], "promptmeteo.prompts.base": [[14, "module-promptmeteo.prompts.base"]], "read_prompt() (promptmeteo.prompts.base.baseprompt class method)": [[14, "promptmeteo.prompts.base.BasePrompt.read_prompt"]], "run() (promptmeteo.prompts.base.baseprompt method)": [[14, "promptmeteo.prompts.base.BasePrompt.run"]], "template (promptmeteo.prompts.base.baseprompt property)": [[14, "promptmeteo.prompts.base.BasePrompt.template"]], "balancedsemanticsamplesselector (class in promptmeteo.selector.custom_selectors)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector"]], "balancedsemanticsamplesselector.config (class in promptmeteo.selector.custom_selectors)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.Config"]], "baseselector (class in promptmeteo.selector.base)": [[15, "promptmeteo.selector.base.BaseSelector"]], "baseselectorsupervised (class in promptmeteo.selector.base)": [[15, "promptmeteo.selector.base.BaseSelectorSupervised"]], "baseselectorunsupervised (class in promptmeteo.selector.base)": [[15, "promptmeteo.selector.base.BaseSelectorUnsupervised"]], "relevance (promptmeteo.selector.base.selectoralgorithms attribute)": [[15, "promptmeteo.selector.base.SelectorAlgorithms.RELEVANCE"]], "selector (promptmeteo.selector.base.baseselector attribute)": [[15, "promptmeteo.selector.base.BaseSelector.SELECTOR"]], "similarity (promptmeteo.selector.base.selectoralgorithms attribute)": [[15, "promptmeteo.selector.base.SelectorAlgorithms.SIMILARITY"]], "similarity_class_balanced (promptmeteo.selector.base.selectoralgorithms attribute)": [[15, "promptmeteo.selector.base.SelectorAlgorithms.SIMILARITY_CLASS_BALANCED"]], "supervised (promptmeteo.selector.selectortypes attribute)": [[15, "promptmeteo.selector.SelectorTypes.SUPERVISED"]], "selectoralgorithms (class in promptmeteo.selector.base)": [[15, "promptmeteo.selector.base.SelectorAlgorithms"]], "selectorfactory (class in promptmeteo.selector)": [[15, "promptmeteo.selector.SelectorFactory"]], "selectortypes (class in promptmeteo.selector)": [[15, "promptmeteo.selector.SelectorTypes"]], "unsupervised (promptmeteo.selector.selectortypes attribute)": [[15, "promptmeteo.selector.SelectorTypes.UNSUPERVISED"]], "add_example() (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector method)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.add_example"]], "arbitrary_types_allowed (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector.config attribute)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.Config.arbitrary_types_allowed"]], "class_key (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.class_key"]], "class_list (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.class_list"]], "example_keys (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.example_keys"]], "factory_method() (promptmeteo.selector.selectorfactory class method)": [[15, "promptmeteo.selector.SelectorFactory.factory_method"]], "from_examples() (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector class method)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.from_examples"]], "input_keys (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.input_keys"]], "k (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.k"]], "load_example_selector() (promptmeteo.selector.base.baseselector method)": [[15, "promptmeteo.selector.base.BaseSelector.load_example_selector"]], "promptmeteo.selector": [[15, "module-promptmeteo.selector"]], "promptmeteo.selector.base": [[15, "module-promptmeteo.selector.base"]], "promptmeteo.selector.custom_selectors": [[15, "module-promptmeteo.selector.custom_selectors"]], "run() (promptmeteo.selector.base.baseselectorsupervised method)": [[15, "promptmeteo.selector.base.BaseSelectorSupervised.run"]], "run() (promptmeteo.selector.base.baseselectorunsupervised method)": [[15, "promptmeteo.selector.base.BaseSelectorUnsupervised.run"]], "select_examples() (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector method)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.select_examples"]], "sorted_values() (in module promptmeteo.selector.custom_selectors)": [[15, "promptmeteo.selector.custom_selectors.sorted_values"]], "template (promptmeteo.selector.base.baseselector property)": [[15, "promptmeteo.selector.base.BaseSelector.template"]], "train() (promptmeteo.selector.base.baseselectorsupervised method)": [[15, "promptmeteo.selector.base.BaseSelectorSupervised.train"]], "train() (promptmeteo.selector.base.baseselectorunsupervised method)": [[15, "promptmeteo.selector.base.BaseSelectorUnsupervised.train"]], "vectorstore (promptmeteo.selector.base.baseselector property)": [[15, "promptmeteo.selector.base.BaseSelector.vectorstore"]], "vectorstore (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.vectorstore"]], "vectorstore_kwargs (promptmeteo.selector.custom_selectors.balancedsemanticsamplesselector attribute)": [[15, "promptmeteo.selector.custom_selectors.BalancedSemanticSamplesSelector.vectorstore_kwargs"]], "api_correction (promptmeteo.tasks.task_builder.tasktypes attribute)": [[16, "promptmeteo.tasks.task_builder.TaskTypes.API_CORRECTION"]], "api_generation (promptmeteo.tasks.task_builder.tasktypes attribute)": [[16, "promptmeteo.tasks.task_builder.TaskTypes.API_GENERATION"]], "classification (promptmeteo.tasks.task_builder.tasktypes attribute)": [[16, "promptmeteo.tasks.task_builder.TaskTypes.CLASSIFICATION"]], "code_generation (promptmeteo.tasks.task_builder.tasktypes attribute)": [[16, "promptmeteo.tasks.task_builder.TaskTypes.CODE_GENERATION"]], "qa (promptmeteo.tasks.task_builder.tasktypes attribute)": [[16, "promptmeteo.tasks.task_builder.TaskTypes.QA"]], "summarization (promptmeteo.tasks.task_builder.tasktypes attribute)": [[16, "promptmeteo.tasks.task_builder.TaskTypes.SUMMARIZATION"]], "task (class in promptmeteo.tasks.task)": [[16, "promptmeteo.tasks.task.Task"]], "taskbuilder (class in promptmeteo.tasks.task_builder)": [[16, "promptmeteo.tasks.task_builder.TaskBuilder"]], "tasktypes (class in promptmeteo.tasks.task_builder)": [[16, "promptmeteo.tasks.task_builder.TaskTypes"]], "build_model() (promptmeteo.tasks.task_builder.taskbuilder method)": [[16, "promptmeteo.tasks.task_builder.TaskBuilder.build_model"]], "build_parser() (promptmeteo.tasks.task_builder.taskbuilder method)": [[16, "promptmeteo.tasks.task_builder.TaskBuilder.build_parser"]], "build_prompt() (promptmeteo.tasks.task_builder.taskbuilder method)": [[16, "promptmeteo.tasks.task_builder.TaskBuilder.build_prompt"]], "build_selector_by_load() (promptmeteo.tasks.task_builder.taskbuilder method)": [[16, "promptmeteo.tasks.task_builder.TaskBuilder.build_selector_by_load"]], "build_selector_by_train() (promptmeteo.tasks.task_builder.taskbuilder method)": [[16, "promptmeteo.tasks.task_builder.TaskBuilder.build_selector_by_train"]], "language (promptmeteo.tasks.task.task property)": [[16, "promptmeteo.tasks.task.Task.language"]], "model (promptmeteo.tasks.task.task property)": [[16, "promptmeteo.tasks.task.Task.model"]], "parser (promptmeteo.tasks.task.task property)": [[16, "promptmeteo.tasks.task.Task.parser"]], "prompt (promptmeteo.tasks.task.task property)": [[16, "promptmeteo.tasks.task.Task.prompt"]], "promptmeteo.tasks": [[16, "module-promptmeteo.tasks"]], "promptmeteo.tasks.task": [[16, "module-promptmeteo.tasks.task"]], "promptmeteo.tasks.task_builder": [[16, "module-promptmeteo.tasks.task_builder"]], "run() (promptmeteo.tasks.task.task method)": [[16, "promptmeteo.tasks.task.Task.run"]], "selector (promptmeteo.tasks.task.task property)": [[16, "promptmeteo.tasks.task.Task.selector"]], "task (promptmeteo.tasks.task_builder.taskbuilder property)": [[16, "promptmeteo.tasks.task_builder.TaskBuilder.task"]], "task_type (promptmeteo.tasks.task.task property)": [[16, "promptmeteo.tasks.task.Task.task_type"]]}}) \ No newline at end of file